| 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 hangs on Linux | 7 # Flakily hangs on Linux |
| 8 ErrorPageTest.DNSError_GoBack2AndForward | 8 ErrorPageTest.DNSError_GoBack2AndForward |
| 9 # Flaky timeout on Linux; see http://crbug.com/22927 | 9 # Flaky timeout on Linux; see http://crbug.com/22927 |
| 10 UnloadTest.BrowserCloseInfiniteBeforeUnload | 10 UnloadTest.BrowserCloseInfiniteBeforeUnload |
| (...skipping 24 matching lines...) Expand all Loading... |
| 35 ProcessSingletonLinuxTest.NotifyOtherProcessOrCreate_DifferingHost | 35 ProcessSingletonLinuxTest.NotifyOtherProcessOrCreate_DifferingHost |
| 36 | 36 |
| 37 # These tests fail under valgrind. | 37 # These tests fail under valgrind. |
| 38 # See http://crbug.com/29579. | 38 # See http://crbug.com/29579. |
| 39 AutomationProxyTest.NavigateToURLWithTimeout1 | 39 AutomationProxyTest.NavigateToURLWithTimeout1 |
| 40 AutomationProxyTest.NavigateToURLWithTimeout2 | 40 AutomationProxyTest.NavigateToURLWithTimeout2 |
| 41 # See http://crbug.com/29586. | 41 # See http://crbug.com/29586. |
| 42 NewTabUITest.ChromeInternalLoadsNTP | 42 NewTabUITest.ChromeInternalLoadsNTP |
| 43 # See http://crbug.com/42205 | 43 # See http://crbug.com/42205 |
| 44 DownloadTest.* | 44 DownloadTest.* |
| 45 # See http://crbug.com/45792 |
| 46 DefaultPluginUITest.DefaultPluginLoadTest |
| 45 | 47 |
| 46 ############################################################################## | 48 ############################################################################## |
| 47 # We have a special section dedicated to WorkerTest because it's so | 49 # We have a special section dedicated to WorkerTest because it's so |
| 48 # problematic. Please check here before adding duplicate test exclusions to | 50 # problematic. Please check here before adding duplicate test exclusions to |
| 49 # ui_tests.gtest_linux.txt and ui_tests.gtest_mac.txt. | 51 # ui_tests.gtest_linux.txt and ui_tests.gtest_mac.txt. |
| 50 # | 52 # |
| 51 # As of 2010/03/18, thestig is disabling all WorkerTests and listing them | 53 # As of 2010/03/18, thestig is disabling all WorkerTests and listing them |
| 52 # individually below. Please test them / fix them under Valgrind, and | 54 # individually below. Please test them / fix them under Valgrind, and |
| 53 # re-enable them one at a time. | 55 # re-enable them one at a time. |
| 54 # | 56 # |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 102 WorkerTest.*WorkerMessagePortGC | 104 WorkerTest.*WorkerMessagePortGC |
| 103 WorkerTest.*WorkerMultiPort | 105 WorkerTest.*WorkerMultiPort |
| 104 WorkerTest.*WorkerNavigator | 106 WorkerTest.*WorkerNavigator |
| 105 WorkerTest.*WorkerReplaceGlobalConstructor | 107 WorkerTest.*WorkerReplaceGlobalConstructor |
| 106 WorkerTest.*WorkerReplaceSelf | 108 WorkerTest.*WorkerReplaceSelf |
| 107 WorkerTest.*WorkerScriptError | 109 WorkerTest.*WorkerScriptError |
| 108 WorkerTest.*WorkerTerminate | 110 WorkerTest.*WorkerTerminate |
| 109 WorkerTest.*WorkerTimeout | 111 WorkerTest.*WorkerTimeout |
| 110 WorkerTest.*WorkerWebSocketLayoutTests | 112 WorkerTest.*WorkerWebSocketLayoutTests |
| 111 WorkerTest.*WorkerXhrHttpLayoutTests | 113 WorkerTest.*WorkerXhrHttpLayoutTests |
| OLD | NEW |