summaryrefslogtreecommitdiffstats
path: root/tools/valgrind/gtest_exclude
diff options
context:
space:
mode:
authorrnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 18:38:08 +0000
committerrnk@chromium.org <rnk@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-03-21 18:38:08 +0000
commitee88bb1371a42314845f04cc6ef5ca2d6460e5cd (patch)
tree22f8704c367778ce011ba544114e088d2622e9e6 /tools/valgrind/gtest_exclude
parentdc1241f3957cbf4ee58314312d00a43f802441f9 (diff)
downloadchromium_src-ee88bb1371a42314845f04cc6ef5ca2d6460e5cd.zip
chromium_src-ee88bb1371a42314845f04cc6ef5ca2d6460e5cd.tar.gz
chromium_src-ee88bb1371a42314845f04cc6ef5ca2d6460e5cd.tar.bz2
Exclude more tests from drmemory on XP.
New net_unittests failures without apparent cause, as well as other tests failing now that we can run past the crashers. TBR=bruening@chromium.org BUG=drmemory i#842 Review URL: https://chromiumcodereview.appspot.com/9810017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@128012 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind/gtest_exclude')
-rw-r--r--tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win-xp.txt1
-rw-r--r--tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win-xp.txt3
-rw-r--r--tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win-xp.txt3
3 files changed, 5 insertions, 2 deletions
diff --git a/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win-xp.txt b/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win-xp.txt
index b184bf2..79bf1e4 100644
--- a/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win-xp.txt
+++ b/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win-xp.txt
@@ -2,3 +2,4 @@
YUVConvertTest.RGB24ToYUV
YUVConvertTest.SideBySideRGB
PipelineIntegrationTest.BasicPlayback
+SimpleSources.SineWaveAudio16MonoTest
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win-xp.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win-xp.txt
new file mode 100644
index 0000000..46717dc
--- /dev/null
+++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-drmemory_win-xp.txt
@@ -0,0 +1,3 @@
+# http://code.google.com/p/drmemory/issues/detail?id=842
+# Failing and then crashing.
+HttpNetworkTransationSpdy21Test.HttpsProxySpdy*
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win-xp.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win-xp.txt
index 16ef3e6..2ef9d50 100644
--- a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win-xp.txt
+++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win-xp.txt
@@ -1,6 +1,5 @@
# Crashing (!) since forever, needs analysis.
-BookmarkNodeDataTest.Folder
-BookmarkNodeDataTest.JustURL
+BookmarkNodeDataTest.*
# http://code.google.com/p/drmemory/issues/detail?id=842
# Fails assertion. App data corrupted by DrMemory?