| 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 29 matching lines...) Expand all Loading... |
| 40 AutomationProxyTest.NavigateToURLWithTimeout1 | 40 AutomationProxyTest.NavigateToURLWithTimeout1 |
| 41 AutomationProxyTest.NavigateToURLWithTimeout2 | 41 AutomationProxyTest.NavigateToURLWithTimeout2 |
| 42 # See http://crbug.com/29586 | 42 # See http://crbug.com/29586 |
| 43 NewTabUITest.ChromeInternalLoadsNTP | 43 NewTabUITest.ChromeInternalLoadsNTP |
| 44 # See http://crbug.com/42205 | 44 # See http://crbug.com/42205 |
| 45 DownloadTest.* | 45 DownloadTest.* |
| 46 # See http://crbug.com/45792 | 46 # See http://crbug.com/45792 |
| 47 DefaultPluginUITest.DefaultPluginLoadTest | 47 DefaultPluginUITest.DefaultPluginLoadTest |
| 48 # See http://crbug.com/38575 | 48 # See http://crbug.com/38575 |
| 49 WorkerTest.* | 49 WorkerTest.* |
| 50 |
| 51 # Mac: See http://crbug.com/30661, Linux/CrOS: http://crbug.com/49576. |
| 52 NPAPITester.NPObjectReleasedOnDestruction |
| OLD | NEW |