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

Side by Side Diff: build/android/pylib/gtest/filter/base_unittests_disabled

Issue 2101243005: Add a snapshot of flutter/engine/src/build to our sdk (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: add README.dart Created 4 years, 5 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
OLDNEW
(Empty)
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 FileTest.MemoryCorruption
24 MessagePumpLibeventTest.QuitOutsideOfRun
25 ScopedFD.ScopedFDCrashesOnCloseFailure
26
27 # http://crbug.com/245043
28 StackContainer.BufferAlignment
OLDNEW
« no previous file with comments | « build/android/pylib/gtest/filter/OWNERS ('k') | build/android/pylib/gtest/filter/base_unittests_emulator_additional_disabled » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698