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

Side by Side Diff: build/android/gtest_filter/base_unittests_disabled

Issue 10698112: Fix failed apk unit test case MessagePumpLibeventTest.* on Android. (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Refine the patch and remove the type from Watcher Created 8 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
« no previous file with comments | « base/message_pump_libevent_unittest.cc ('k') | 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 # List of suppressions 1 # List of suppressions
2 # 2 #
3 # Sometimes this is automatically generated by run_tests.py 3 # Sometimes this is automatically generated by run_tests.py
4 ReadOnlyFileUtilTest.ContentsEqual 4 ReadOnlyFileUtilTest.ContentsEqual
5 ReadOnlyFileUtilTest.TextContentsEqual 5 ReadOnlyFileUtilTest.TextContentsEqual
6 SharedMemoryTest.OpenExclusive 6 SharedMemoryTest.OpenExclusive
7 VerifyPathControlledByUserTest.Symlinks 7 VerifyPathControlledByUserTest.Symlinks
8 SharedMemoryTest.OpenClose 8 SharedMemoryTest.OpenClose
9 StringPrintfTest.StringPrintfMisc 9 StringPrintfTest.StringPrintfMisc
10 StringPrintfTest.StringAppendfString 10 StringPrintfTest.StringAppendfString
11 StringPrintfTest.StringAppendfInt 11 StringPrintfTest.StringAppendfInt
12 StringPrintfTest.StringPrintfBounds 12 StringPrintfTest.StringPrintfBounds
13 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12 13 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12
14 FieldTrialTest.* 14 FieldTrialTest.*
15 # TODO(zhenghao): Fail from build 6102 r123270. http://crbug.com/115612 15 # TODO(zhenghao): Fail from build 6102 r123270. http://crbug.com/115612
16 StackContainer.BufferAlignment 16 StackContainer.BufferAlignment
17 # Failed on bot since it was first introduced. 17 # Failed on bot since it was first introduced.
18 FileUtilProxyTest.Touch 18 FileUtilProxyTest.Touch
19 # Failing because FD remapping not supported in multiprocess_test_android.cc yet . 19 # Failing because FD remapping not supported in multiprocess_test_android.cc yet .
20 ProcessUtilTest.FDRemapping 20 ProcessUtilTest.FDRemapping
21 # New failures on APK
22 MessagePumpLibeventTest.DeleteWatcher
23 MessagePumpLibeventTest.StopWatcher
24 # Flaky? 21 # Flaky?
25 ScopedJavaRefTest.RefCounts 22 ScopedJavaRefTest.RefCounts
OLDNEW
« no previous file with comments | « base/message_pump_libevent_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698