diff options
author | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 20:17:53 +0000 |
---|---|---|
committer | oshima@google.com <oshima@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-07-01 20:17:53 +0000 |
commit | f251897e61b53ac4a5f1027385901036eeed29fd (patch) | |
tree | 07581b365ec7f8cc7d89cf6a926f0551de3f0027 /tools | |
parent | 86dd88088b948bfbd47e9a6d7adca3abb3493405 (diff) | |
download | chromium_src-f251897e61b53ac4a5f1027385901036eeed29fd.zip chromium_src-f251897e61b53ac4a5f1027385901036eeed29fd.tar.gz chromium_src-f251897e61b53ac4a5f1027385901036eeed29fd.tar.bz2 |
Excluding failing DnsTransactionTest.FirstTimeoutTest on tsan/win
TBR=agayev@chromium.org
BUG=88225
TEST=none
Review URL: http://codereview.chromium.org/7277066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91352 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt index b2420cd..32d172f 100644 --- a/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/net_unittests.gtest-tsan_win32.txt @@ -33,6 +33,9 @@ X509CertificateTest.IntermediateCARequireExplicitPolicy SSLServerSocketTest.* X509CertificateTest.TestKnownRoot +# CHECK failure. http://crbug.com/88225 +DnsTransactionTest.FirstTimeoutTest + ######################################### # These tests fail if you don't have our SSL certificate installed. # Please see http://dev.chromium.org/developers/testing#TOC-SSL-tests |