diff options
author | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 22:08:01 +0000 |
---|---|---|
committer | thestig@chromium.org <thestig@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-05-31 22:08:01 +0000 |
commit | 21808da50017a7349a5af07e27f15f6e2ab10c9e (patch) | |
tree | 7f7a13cc769a8ab06bca5806b7fed0ce0d59e28e /tools | |
parent | 9a84f07f9e8540cea3ae1d0aa56f2306e9d00df7 (diff) | |
download | chromium_src-21808da50017a7349a5af07e27f15f6e2ab10c9e.zip chromium_src-21808da50017a7349a5af07e27f15f6e2ab10c9e.tar.gz chromium_src-21808da50017a7349a5af07e27f15f6e2ab10c9e.tar.bz2 |
TSAN: Disable crashing HttpBridgeTest.TestMakeSynchronousPostLiveComprehensive test.
BUG=84536
TEST=none
Review URL: http://codereview.chromium.org/7027007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@87375 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt index a05d51f..0a5c12e 100644 --- a/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt +++ b/tools/valgrind/gtest_exclude/unit_tests.gtest-tsan.txt @@ -1,3 +1,6 @@ # This test has a possible data race detected by the TSAN bot # see http://crbug.com/46840 ProfileManagerTest.CreateAndUseTwoProfiles + +# Crashing - http://crbug.com/84536 +HttpBridgeTest.TestMakeSynchronousPostLiveComprehensive |