diff options
author | bruening@google.com <bruening@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 22:53:13 +0000 |
---|---|---|
committer | bruening@google.com <bruening@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-08-21 22:53:13 +0000 |
commit | caa8026213ab3e10e98696557a9e45bcdabe1e5b (patch) | |
tree | 5635e671a9e42661a048621c35f67b1da48bca28 | |
parent | 527f74e4dc863a75a8533eeef289cc8c79ea1a42 (diff) | |
download | chromium_src-caa8026213ab3e10e98696557a9e45bcdabe1e5b.zip chromium_src-caa8026213ab3e10e98696557a9e45bcdabe1e5b.tar.gz chromium_src-caa8026213ab3e10e98696557a9e45bcdabe1e5b.tar.bz2 |
Exclude failing tests for crbug/144018 and drmem bugs http://code.google.com/p/drmemory/issues/detail?id=979 and http://code.google.com/p/drmemory/issues/detail?id=978
TBR=rnk@chromium.org
BUG=144018
Review URL: https://chromiumcodereview.appspot.com/10868007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152656 0039d316-1c4b-4281-b951-d872f2087c98
3 files changed, 9 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt index 04e3be6..029dfa9 100644 --- a/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/base_unittests.gtest-drmemory_win32.txt @@ -21,3 +21,6 @@ ScopedProcessInformationTest.TakeBoth ScopedProcessInformationTest.TakeProcess ScopedProcessInformationTest.TakeWholeStruct SharedMemoryProcessTest.Tasks + +# crbug/144018 +ScopedStartupInfoExTest.InheritStdOut diff --git a/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt new file mode 100644 index 0000000..58c6704 --- /dev/null +++ b/tools/valgrind/gtest_exclude/media_unittests.gtest-drmemory_win32.txt @@ -0,0 +1,3 @@ +# Hangs under Dr. Memory +# http://code.google.com/p/drmemory/issues/detail?id=978 +WinAudioTest.SyncSocketBasic diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt index 14ee967..fd2db72 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-drmemory_win32.txt @@ -10,6 +10,9 @@ AudioRendererHostTest.* # http://code.google.com/p/drmemory/issues/detail?id=548 DownloadManagerTest.StartDownload +# http://code.google.com/p/drmemory/issues/detail?id=979 +FirefoxProfileImporterTest.Firefox35Importer + ################################################## # Chromium bugs: |