Home | History | Annotate | Download | only in gtest_exclude
      1 # Occasionally fails under TSan, see http://crbug.com/54229
      2 ProcessUtilTest.CalcFreeMemory
      3 
      4 # This file is copied from Valgrind-on-Wine filter
      5 # TODO(timurrrr): include/investigate the listed tests one-by-one
      6 EtwTraceControllerTest.EnableDisable
      7 EtwTraceConsumer*Test.*
      8 EtwTraceProvider*Test.*
      9 JSONReaderTest.Reading
     10 TimeTicks.*
     11 WMIUtilTest.*
     12 
     13 # Too slow under TSan
     14 ConditionVariableTest.LargeFastTaskTest
     15 
     16 # Fails under TSan: http://crbug.com/93843
     17 MessageLoopTest.RecursiveDenial3
     18 
     19 # Crashes under TSan: http://crbug.com/115107
     20 WorkerPoolTest.PostTask
     21 
     22 # Times out on Win7, slow on Vista: http://crbug.com/106531
     23 TraceEventTestFixture.DataCapturedManyThreads
     24 
     25 # Fails and times out occasionally. http://crbug.com/308273
     26 TraceEventTestFixture.TraceContinuousSampling
     27 TraceEventTestFixture.TraceSampling
     28 TraceEventTestFixture.TraceSamplingScope
     29