Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Side by Side Diff: tools/valgrind/gtest_exclude/base_unittests.gtest-tsan_win32.txt

Issue 27788002: TSAN: Disable more TraceEventTestFixture tests that may deadlock. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Occasionally fails under TSan, see http://crbug.com/54229 1 # Occasionally fails under TSan, see http://crbug.com/54229
2 ProcessUtilTest.CalcFreeMemory 2 ProcessUtilTest.CalcFreeMemory
3 3
4 # This file is copied from Valgrind-on-Wine filter 4 # This file is copied from Valgrind-on-Wine filter
5 # TODO(timurrrr): include/investigate the listed tests one-by-one 5 # TODO(timurrrr): include/investigate the listed tests one-by-one
6 EtwTraceControllerTest.EnableDisable 6 EtwTraceControllerTest.EnableDisable
7 EtwTraceConsumer*Test.* 7 EtwTraceConsumer*Test.*
8 EtwTraceProvider*Test.* 8 EtwTraceProvider*Test.*
9 JSONReaderTest.Reading 9 JSONReaderTest.Reading
10 TimeTicks.* 10 TimeTicks.*
11 WMIUtilTest.* 11 WMIUtilTest.*
12 12
13 # Too slow under TSan 13 # Too slow under TSan
14 ConditionVariableTest.LargeFastTaskTest 14 ConditionVariableTest.LargeFastTaskTest
15 15
16 # Fails under TSan: http://crbug.com/93843 16 # Fails under TSan: http://crbug.com/93843
17 MessageLoopTest.RecursiveDenial3 17 MessageLoopTest.RecursiveDenial3
18 18
19 # Crashes under TSan: http://crbug.com/115107 19 # Crashes under TSan: http://crbug.com/115107
20 WorkerPoolTest.PostTask 20 WorkerPoolTest.PostTask
21 21
22 # Times out on Win7, slow on Vista: http://crbug.com/106531 22 # Times out on Win7, slow on Vista: http://crbug.com/106531
23 TraceEventTestFixture.DataCapturedManyThreads 23 TraceEventTestFixture.DataCapturedManyThreads
24 24
25 # Fails and times out occasionally. http://crbug.com/308273 25 # Fails and times out occasionally. http://crbug.com/308273
26 TraceEventTestFixture.TraceContinuousSampling 26 TraceEventTestFixture.TraceContinuousSampling
27 TraceEventTestFixture.TraceSampling
28 TraceEventTestFixture.TraceSamplingScope
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698