summaryrefslogtreecommitdiffstats
path: root/tools/valgrind
diff options
context:
space:
mode:
authortimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-25 15:56:02 +0000
committertimurrrr@chromium.org <timurrrr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-25 15:56:02 +0000
commit6f40387eb391570931e2111f06127b6c8b852255 (patch)
treedde6c1a90434dd1325dc8c69ab7ea6fac72bf34e /tools/valgrind
parentae551a26c12429c2291b6fec4da217173a090b90 (diff)
downloadchromium_src-6f40387eb391570931e2111f06127b6c8b852255.zip
chromium_src-6f40387eb391570931e2111f06127b6c8b852255.tar.gz
chromium_src-6f40387eb391570931e2111f06127b6c8b852255.tar.bz2
Rename gtest-exclude filter for JingleChromotingConnectionTest.TestEventChannel on {TSan,Dr. Memory}/Win
Looks like the test was renamed TestEventsChannel -> TestEventChannel BUG=60536 TBR=glider TEST=TSan/Win finally goes green argrh Review URL: http://codereview.chromium.org/4025006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63736 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/valgrind')
-rw-r--r--tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt4
-rw-r--r--tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt3
2 files changed, 5 insertions, 2 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 23b3870..9ba3024 100644
--- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt
+++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-drmemory_win32.txt
@@ -1,4 +1,6 @@
# These tests fail under Dr. Memory; see http://crbug.com/57832
JingleChromotingConnectionTest.TestVideoChannel
JingleChromotingConnectionTest.TestVideoRtpChannel
-JingleChromotingConnectionTest.TestEventsChannel
+
+# Data race, detectable by Dr. Memory; see http://crbug.com/60536
+JingleChromotingConnectionTest.TestEventChannel
diff --git a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt
index b5d078d..035246d 100644
--- a/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt
+++ b/tools/valgrind/gtest_exclude/remoting_unittests.gtest-tsan_win32.txt
@@ -1,5 +1,6 @@
# Fail under TSan, see http://crbug.com/57832
JingleChromotingConnectionTest.TestVideoChannel
-JingleChromotingConnectionTest.TestEventsChannel
JingleChromotingConnectionTest.TestVideoRtpChannel
+# Fails under TSan, see http://crbug.com/60536
+JingleChromotingConnectionTest.TestEventChannel