Home | History | Annotate | Download | only in filter
      1 # List of suppressions
      2 
      3 # Android will not support StackTrace.
      4 StackTrace.*
      5 #
      6 # Sometimes this is automatically generated by run_tests.py
      7 VerifyPathControlledByUserTest.Symlinks
      8 
      9 # http://crbug.com/138845
     10 MessagePumpLibeventTest.TestWatchingFromBadThread
     11 
     12 StringPrintfTest.StringPrintfMisc
     13 StringPrintfTest.StringAppendfString
     14 StringPrintfTest.StringAppendfInt
     15 StringPrintfTest.StringPrintfBounds
     16 ProcessUtilTest.GetAppOutputRestrictedSIGPIPE
     17 # TODO(jrg): Fails on bots.  Works locally.  Figure out why.  2/6/12
     18 FieldTrialTest.*
     19 # Flaky?
     20 ScopedJavaRefTest.RefCounts
     21 # Death tests are not supported with apks.
     22 *DeathTest*
     23 
     24 # http://crbug.com/245043
     25 StackContainer.BufferAlignment
     26