diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 09:24:46 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 09:24:46 +0000 |
commit | 9499f4d4c2dc62394bfeb78965be06c9ba0621e1 (patch) | |
tree | 4a63fbb135271f7e36296216ac0bb18785dc98a6 /tools | |
parent | 32e0d6ea60daa02e559b3af8d8ed0792225b13fd (diff) | |
download | chromium_src-9499f4d4c2dc62394bfeb78965be06c9ba0621e1.zip chromium_src-9499f4d4c2dc62394bfeb78965be06c9ba0621e1.tar.gz chromium_src-9499f4d4c2dc62394bfeb78965be06c9ba0621e1.tar.bz2 |
Disables MultiProcessNotificationTests.
This change just disables MultiProcessNotificationTests added by r71418 <http://crrev.com/71418> because they always crash on the "Chromium Mac (valgrind)" bot. (We also disable other MultiProcessNotificationTests?)
TBR=dmaclach,thestig,timurrrr
BUG=69641
TEST=make the "Chromium Mac (valgrind)" bot green.
Review URL: http://codereview.chromium.org/6321004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71423 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt index 9bd0732..ff9ad03 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt @@ -19,3 +19,8 @@ PrefsControllerTest.GetPrefsViewForPage PrefsControllerTest.GetToolbarItemForPage PrefsControllerTest.ShowAndClose PrefsControllerTest.SwitchToPage + +# MultiProcessNotificationTests crash on the valgrind bot. +# See http://crbug.com/69641. +MultiProcessNotificationTest.BasicCreationTest +MultiProcessNotificationTest.PostInProcessNotification |