From eec38435961d9431c7d17950780f50333bb34670 Mon Sep 17 00:00:00 2001 From: "henrike@webrtc.org" Date: Fri, 28 Feb 2014 18:06:42 +0000 Subject: [PATCH] TSAN only disable of two of libjingle's tests for atomic ops as they are failing for TSAN-bot. BUG=2981 R=wu@webrtc.org Review URL: https://webrtc-codereview.appspot.com/9239005 git-svn-id: http://webrtc.googlecode.com/svn/trunk@5622 4adac7df-926f-26a2-2b94-8c16560cd09d --- .../gtest_exclude/libjingle_unittest.gtest-tsan.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-tsan.txt b/tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-tsan.txt index 2905ebfeb6..06cab16c27 100644 --- a/tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-tsan.txt +++ b/tools/valgrind-webrtc/gtest_exclude/libjingle_unittest.gtest-tsan.txt @@ -1,4 +1,6 @@ # Tests that are failing when run under TSan. +AtomicOpsTest.Decrement +AtomicOpsTest.Increment CpuMonitorTest.TestCpuMonitor PhysicalSocketTest.TestUdpReadyToSendIPv4 ThreadTest.Release