| 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 | |
| 10 StringPrintfTest.StringAppendfString | |
| 11 StringPrintfTest.StringAppendfInt | |
| 12 StringPrintfTest.StringPrintfBounds | |
| 13 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12 | 9 # TODO(jrg): Fails on bots. Works locally. Figure out why. 2/6/12 |
| 14 FieldTrialTest.* | 10 FieldTrialTest.* |
| 15 # TODO(zhenghao): Fail from build 6102 r123270. http://crbug.com/115612 | 11 # TODO(zhenghao): Fail from build 6102 r123270. http://crbug.com/115612 |
| 16 StackContainer.BufferAlignment | 12 StackContainer.BufferAlignment |
| 17 # Failed on bot since it was first introduced. | 13 # Failed on bot since it was first introduced. |
| 18 FileUtilProxyTest.Touch | 14 FileUtilProxyTest.Touch |
| 19 # New failures on APK | 15 # New failures on APK |
| 20 MessagePumpLibeventTest.DeleteWatcher | 16 MessagePumpLibeventTest.DeleteWatcher |
| 21 MessagePumpLibeventTest.StopWatcher | 17 MessagePumpLibeventTest.StopWatcher |
| 22 SharedMemoryProcessTest.Tasks | 18 SharedMemoryProcessTest.Tasks |
| OLD | NEW |