diff options
author | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 10:18:37 +0000 |
---|---|---|
committer | hbono@chromium.org <hbono@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-01-14 10:18:37 +0000 |
commit | a834a1abc0a318a563d9a0eb3adec0df2947a982 (patch) | |
tree | b37f41f8d87eea7f9491af61729bb3ea5e9fdc00 /tools | |
parent | 8e4560b6fbb569cffcfc35079b7aefc8ea7e2a1d (diff) | |
download | chromium_src-a834a1abc0a318a563d9a0eb3adec0df2947a982.zip chromium_src-a834a1abc0a318a563d9a0eb3adec0df2947a982.tar.gz chromium_src-a834a1abc0a318a563d9a0eb3adec0df2947a982.tar.bz2 |
Disables all MultiProcessNotificationTests.
This change just disables all MultiProcessNotificationTests added by r71418 <http://crrev.com/71418>. It seems this crash happens in the code used by all MultiProcessNotificationTests, i.e. this crash probably happens on all MultiProcessNotificationTests. (I may be wrong.)
TBR=dmaclach,thestig,glider
BUG=69641
TEST=make the "Chromium Mac (valgrind)" bot green.
Review URL: http://codereview.chromium.org/6269005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71428 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt | 7 |
1 files changed, 7 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 ff9ad03..5825ee8 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt @@ -24,3 +24,10 @@ PrefsControllerTest.SwitchToPage # See http://crbug.com/69641. MultiProcessNotificationTest.BasicCreationTest MultiProcessNotificationTest.PostInProcessNotification +MultiProcessNotificationTest.MultiListener +MultiProcessNotificationTest.PostProfileNotification +MultiProcessNotificationTest.PostUserNotification +MultiProcessNotificationTest.PostSystemNotification +MultiProcessNotificationTest.ProfileCrossDomainPosting +MultiProcessNotificationTest.UserCrossDomainPosting +MultiProcessNotificationTest.SystemCrossDomainPosting |