diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 11:47:31 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-10-27 11:47:31 +0000 |
commit | 514976169e1422f75b0d7db44995917986ae2c0d (patch) | |
tree | dbb14aa06b6f161cf33627ba89661273fe519e73 /tools | |
parent | c40db9a6c5d942642241e1f4bb19d23f2c13ecc9 (diff) | |
download | chromium_src-514976169e1422f75b0d7db44995917986ae2c0d.zip chromium_src-514976169e1422f75b0d7db44995917986ae2c0d.tar.gz chromium_src-514976169e1422f75b0d7db44995917986ae2c0d.tar.bz2 |
Exclude some JingleChromotingConnectionTest tests under TSan (was: only on Win)
TBR=sergeyu
TEST=TSan/Linux should become less flaky
BUG=57832
Review URL: http://codereview.chromium.org/4150004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64053 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt (renamed from tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt) | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt index c701254..781419f 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt @@ -1,7 +1,5 @@ # Fail under TSan, see http://crbug.com/57832 JingleChromotingConnectionTest.TestControlChannel +JingleChromotingConnectionTest.TestEventChannel JingleChromotingConnectionTest.TestVideoChannel JingleChromotingConnectionTest.TestVideoRtpChannel - -# Fails under TSan, see http://crbug.com/60536 -JingleChromotingConnectionTest.TestEventChannel |