diff options
author | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 13:52:06 +0000 |
---|---|---|
committer | timurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 13:52:06 +0000 |
commit | fadf3065ea7382114b0b55dcdd6c8b3955949f86 (patch) | |
tree | af630de44e72863b5b024ce37aa4ac29993bd3b5 /tools | |
parent | b7e6943884528b1c064c06a8809b7bde85bcc851 (diff) | |
download | chromium_src-fadf3065ea7382114b0b55dcdd6c8b3955949f86.zip chromium_src-fadf3065ea7382114b0b55dcdd6c8b3955949f86.tar.gz chromium_src-fadf3065ea7382114b0b55dcdd6c8b3955949f86.tar.bz2 |
Update the gtest exclude filter for TSan and Dr. Memory to account for test case being renamed
BUG=57832
TBR=garykac
Review URL: http://codereview.chromium.org/4425003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65049 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools')
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt | 8 | ||||
-rw-r--r-- | tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt index bed4b34..5a08317 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt @@ -1,5 +1,5 @@ # These tests fail under Dr. Memory; see http://crbug.com/57832 -JingleChromotocolConnectionTest.TestControlChannel -JingleChromotocolConnectionTest.TestEventChannel -JingleChromotocolConnectionTest.TestVideoChannel -JingleChromotocolConnectionTest.TestVideoRtpChannel +JingleSessionTest.TestControlChannel +JingleSessionTest.TestEventChannel +JingleSessionTest.TestVideoChannel +JingleSessionTest.TestVideoRtpChannel diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt index 2a39134..0703323 100644 --- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt +++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan.txt @@ -1,5 +1,5 @@ # Fail under TSan, see http://crbug.com/57832 -JingleChromotocolConnectionTest.TestControlChannel -JingleChromotocolConnectionTest.TestEventChannel -JingleChromotocolConnectionTest.TestVideoChannel -JingleChromotocolConnectionTest.TestVideoRtpChannel +JingleSessionTest.TestControlChannel +JingleSessionTest.TestEventChannel +JingleSessionTest.TestVideoChannel +JingleSessionTest.TestVideoRtpChannel |