| OLD | NEW |
| 1 # Takes too long to valgrind, causes timeouts | 1 # Takes too long to valgrind, causes timeouts |
| 2 BrowserTest.ThirtyFourTabs | 2 BrowserTest.ThirtyFourTabs |
| 3 # FIXME: these tests hang frequently in valgrind | 3 # FIXME: these tests hang frequently in valgrind |
| 4 SessionRestoreUITest.* | 4 SessionRestoreUITest.* |
| 5 # Buggy test; see http://crbug.com/6522 | 5 # Buggy test; see http://crbug.com/6522 |
| 6 DownloadTest.UnknownSize | 6 DownloadTest.UnknownSize |
| 7 # Flakily hang on Linux, see http://crbug.com/46643 | 7 # Flakily hang on Linux, see http://crbug.com/46643 |
| 8 ErrorPageTest.DNSError_GoBack2AndForward | 8 ErrorPageTest.DNSError_GoBack2AndForward |
| 9 ErrorPageTest.DNSError_GoBack2Forward2 | 9 ErrorPageTest.DNSError_GoBack2Forward2 |
| 10 | 10 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 WorkerTest.* | 49 WorkerTest.* |
| 50 | 50 |
| 51 # See http://crbug.com/48975 | 51 # See http://crbug.com/48975 |
| 52 DesktopNotificationsTest.TestCancel | 52 DesktopNotificationsTest.TestCancel |
| 53 DesktopNotificationsTest.TestClose | 53 DesktopNotificationsTest.TestClose |
| 54 DesktopNotificationsTest.TestEarlyDestruction | 54 DesktopNotificationsTest.TestEarlyDestruction |
| 55 DesktopNotificationsTest.TestQueueing | 55 DesktopNotificationsTest.TestQueueing |
| 56 DesktopNotificationsTest.TestShow | 56 DesktopNotificationsTest.TestShow |
| 57 DesktopNotificationsTest.TestUserInputEscaping | 57 DesktopNotificationsTest.TestUserInputEscaping |
| 58 | 58 |
| 59 # See http://crbug.com/48980 |
| 60 ExtensionPrefStoreTest.InstallInterleavedExtensions |
| 61 ExtensionPrefStoreTest.InstallMultipleExtensions |
| 62 ExtensionPrefStoreTest.InstallOneExtension |
| 63 ExtensionPrefStoreTest.InstallOverwrittenExtensions |
| 64 ExtensionPrefStoreTest.NotifyWhenNeeded |
| 65 ExtensionPrefStoreTest.UninstallExtensionFromMiddle |
| 66 ExtensionPrefStoreTest.UninstallExtensionFromTop |
| 67 ExtensionPrefStoreTest.UninstallIrrelevantExtension |
| 68 ExtensionPrefStoreTest.UninstallOnlyExtension |
| 69 |
| 70 |
| OLD | NEW |