| 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 17 matching lines...) Expand all Loading... |
| 28 | 28 |
| 29 # Running these tests under valgrind and produces errors about "valgrind didn't | 29 # Running these tests under valgrind and produces errors about "valgrind didn't |
| 30 # finish writing 2 files" since the tests kill the browser process (which is | 30 # finish writing 2 files" since the tests kill the browser process (which is |
| 31 # actually the valgrind wrapper) in the middle of execution. | 31 # actually the valgrind wrapper) in the middle of execution. |
| 32 # See http://crbug.com/25176 | 32 # See http://crbug.com/25176 |
| 33 ProcessSingletonLinuxTest.NotifyOtherProcessFailure | 33 ProcessSingletonLinuxTest.NotifyOtherProcessFailure |
| 34 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost | 34 ProcessSingletonLinuxTest.NotifyOtherProcessDifferingHost |
| 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 | 45 # See http://crbug.com/45792 |
| 46 DefaultPluginUITest.DefaultPluginLoadTest | 46 DefaultPluginUITest.DefaultPluginLoadTest |
| 47 | 47 # See http://crbug.com/38575 |
| 48 ############################################################################## | 48 WorkerTest.* |
| 49 # We have a special section dedicated to WorkerTest because it's so | |
| 50 # problematic. Please check here before adding duplicate test exclusions to | |
| 51 # ui_tests.gtest_linux.txt and ui_tests.gtest_mac.txt. | |
| 52 # | |
| 53 # As of 2010/03/18, thestig is disabling all WorkerTests and listing them | |
| 54 # individually below. Please test them / fix them under Valgrind, and | |
| 55 # re-enable them one at a time. | |
| 56 # | |
| 57 # See: http://crbug.com/38575 | |
| 58 ############################################################################## | |
| 59 | |
| 60 WorkerTest.*IncognitoSharedWorkers | |
| 61 WorkerTest.*LimitPerPage | |
| 62 WorkerTest.*LimitTotal | |
| 63 WorkerTest.*MessagePorts | |
| 64 WorkerTest.*MultipleSharedWorkers | |
| 65 WorkerTest.*MultipleTabsQueuedSharedWorker | |
| 66 WorkerTest.*MultipleWorkers | |
| 67 WorkerTest.*OpenDatabaseSyncInputs | |
| 68 WorkerTest.*QueuedSharedWorkerShutdown | |
| 69 WorkerTest.*QueuedSharedWorkerStartedFromOtherTab | |
| 70 WorkerTest.*SharedWorkerFastConstructor | |
| 71 WorkerTest.*SharedWorkerFastContextGC | |
| 72 WorkerTest.*SharedWorkerFastException | |
| 73 WorkerTest.*SharedWorkerFastInIframe | |
| 74 WorkerTest.*SharedWorkerFastGC | |
| 75 WorkerTest.*SharedWorkerFastLayoutTests | |
| 76 WorkerTest.*SharedWorkerFastLoadError | |
| 77 WorkerTest.*SharedWorkerFastLocation | |
| 78 WorkerTest.*SharedWorkerFastName | |
| 79 WorkerTest.*SharedWorkerFastNavigator | |
| 80 WorkerTest.*SharedWorkerFastReplaceGlobalConstructor | |
| 81 WorkerTest.*SharedWorkerFastReplaceSelf | |
| 82 WorkerTest.*SharedWorkerFastScriptError | |
| 83 WorkerTest.*SharedWorkerFastSimple | |
| 84 WorkerTest.*SharedWorkerFastShared | |
| 85 WorkerTest.*SharedWorkerHttpAuth | |
| 86 WorkerTest.*SharedWorkerInIframe | |
| 87 WorkerTest.*SingleSharedWorker | |
| 88 WorkerTest.*SingleWorker | |
| 89 WorkerTest.*StressJSExecution | |
| 90 WorkerTest.*UseMachineStack | |
| 91 WorkerTest.*WorkerCall | |
| 92 WorkerTest.*WorkerClonePort | |
| 93 WorkerTest.*WorkerClose | |
| 94 WorkerTest.*WorkerCloseFast | |
| 95 WorkerTest.*WorkerConstructor | |
| 96 WorkerTest.*WorkerContextGc | |
| 97 WorkerTest.*WorkerContextMultiPort | |
| 98 WorkerTest.*WorkerEventListener | |
| 99 WorkerTest.*WorkerGC | |
| 100 WorkerTest.*WorkerHttpAuth | |
| 101 WorkerTest.*WorkerHttpLayoutTests | |
| 102 WorkerTest.*WorkerLifecycle | |
| 103 WorkerTest.*WorkerLocation | |
| 104 WorkerTest.*WorkerMapGc | |
| 105 WorkerTest.*WorkerMessagePort | |
| 106 WorkerTest.*WorkerMessagePortGC | |
| 107 WorkerTest.*WorkerMultiPort | |
| 108 WorkerTest.*WorkerNavigator | |
| 109 WorkerTest.*WorkerReplaceGlobalConstructor | |
| 110 WorkerTest.*WorkerReplaceSelf | |
| 111 WorkerTest.*WorkerScriptError | |
| 112 WorkerTest.*WorkerTerminate | |
| 113 WorkerTest.*WorkerTimeout | |
| 114 WorkerTest.*WorkerWebSocketLayoutTests | |
| 115 WorkerTest.*WorkerXhrHttpLayoutTests | |
| OLD | NEW |