diff options
author | thestig <thestig@chromium.org> | 2014-09-24 21:37:30 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2014-09-25 04:37:43 +0000 |
commit | 79fd7f0ab4cf290f5fddf0e5483b604f807a830a (patch) | |
tree | 3b8835823f0521e23f5ea2f64434922915d27c5c | |
parent | cf9b6f8eebe22f5afd851d18ec69ff23fa0d1819 (diff) | |
download | chromium_src-79fd7f0ab4cf290f5fddf0e5483b604f807a830a.zip chromium_src-79fd7f0ab4cf290f5fddf0e5483b604f807a830a.tar.gz chromium_src-79fd7f0ab4cf290f5fddf0e5483b604f807a830a.tar.bz2 |
Valgrind Mac: Disable OneWriterSeqLockTest test that hangs occasionally.
BUG=417582
NOTRY=true
TBR=oshima@chromium.org
Review URL: https://codereview.chromium.org/599093007
Cr-Commit-Position: refs/heads/master@{#296646}
-rw-r--r-- | tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt b/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt index 577920e..e82512b 100644 --- a/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt +++ b/tools/valgrind/gtest_exclude/content_unittests.gtest_mac.txt @@ -63,3 +63,6 @@ GamepadServiceTest.* # http://crbug.com/412903 HostVarTrackerTest.DeleteObjectVarWithInstance + +# http://crbug.com/417582 +OneWriterSeqLockTest.ManyThreads |