OLD | NEW |
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 |
OLD | NEW |