diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 23:30:12 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 23:30:12 +0000 |
commit | 734d8407274bf8b75dbcb971d3df476000451e4a (patch) | |
tree | 96e95a93be449049f005d0c7e1513098da3ee429 /tools | |
parent | f314f19be0da3e8116276dbe846542a25cf1b7f5 (diff) | |
download | chromium_src-734d8407274bf8b75dbcb971d3df476000451e4a.zip chromium_src-734d8407274bf8b75dbcb971d3df476000451e4a.tar.gz chromium_src-734d8407274bf8b75dbcb971d3df476000451e4a.tar.bz2 |
Disable failing test
TBR=stevenjb@chromium.org
BUG=78521
TEST=none
Review URL: http://codereview.chromium.org/6677179
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80547 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt | 3 |
1 files changed, 3 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 59976ca..3f72a82 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest_mac.txt @@ -23,3 +23,6 @@ PrefsControllerTest.SwitchToPage # See http://crbug.com/75733 BookmarkBarControllerTest.DeleteFromOffTheSideWhileItIsOpen +# Hangs +# See http://crbug.com/78521 +SyncBackendHostTest.InitShutdown |