OLD | NEW |
1 # Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?) | 1 # Hangs on mac at exit, during final valgrind leak checking? (valgrind bug?) |
2 ErrorPageTest.DNSError_GoBack2Forward2 | 2 ErrorPageTest.DNSError_GoBack2Forward2 |
3 # Flakily hangs on Mac | 3 # Flakily hangs on Mac |
4 ErrorPageTest.IFrameDNSError_GoBack | 4 ErrorPageTest.IFrameDNSError_GoBack |
5 # Hung several times locally on mac | 5 # Hung several times locally on mac |
6 ErrorPageTest.DNSError_GoBack1 | 6 ErrorPageTest.DNSError_GoBack1 |
7 # Hung one each on the mac bots | 7 # Hung one each on the mac bots |
8 AutomatedUITestBase.CloseBrowserWindow | 8 AutomatedUITestBase.CloseBrowserWindow |
9 AutomatedUITestBase.DuplicateTab | 9 AutomatedUITestBase.DuplicateTab |
10 AutomatedUITestBase.OpenBrowserWindow | 10 AutomatedUITestBase.OpenBrowserWindow |
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
119 ExtensionProxyUITest.EnableDisable | 119 ExtensionProxyUITest.EnableDisable |
120 HistoryTester.ConsiderSlowRedirectAsUserInitiated | 120 HistoryTester.ConsiderSlowRedirectAsUserInitiated |
121 HistoryTester.VerifyHistoryLength3 | 121 HistoryTester.VerifyHistoryLength3 |
122 HostRulesTest.TestMap | 122 HostRulesTest.TestMap |
123 IFrameTest.Crash | 123 IFrameTest.Crash |
124 IFrameTest.InEmptyFrame | 124 IFrameTest.InEmptyFrame |
125 LoginPromptTest.SupplyRedundantAuths | 125 LoginPromptTest.SupplyRedundantAuths |
126 LoginPromptTest.TestCancelAuth | 126 LoginPromptTest.TestCancelAuth |
127 MetricsServiceTest.CrashRenderers | 127 MetricsServiceTest.CrashRenderers |
128 PreferenceServiceTest.PreservedWindowPlacementIsLoaded | 128 PreferenceServiceTest.PreservedWindowPlacementIsLoaded |
| 129 |
| 130 # http://crbug.com/116403 |
| 131 RedirectTest.ClientCancelled |
129 RedirectTest.Server | 132 RedirectTest.Server |
130 RedirectTest.ServerReference | 133 RedirectTest.ServerReference |
131 RepostFormWarningTest.TestDoubleReload | 134 RepostFormWarningTest.TestDoubleReload |
132 ResourceDispatcherTest.ContentDispositionEmpty | 135 ResourceDispatcherTest.ContentDispositionEmpty |
133 ResourceDispatcherTest.ContentDispositionInline | 136 ResourceDispatcherTest.ContentDispositionInline |
134 ResourceDispatcherTest.SniffNoContentTypeNoData | 137 ResourceDispatcherTest.SniffNoContentTypeNoData |
135 ResourceDispatcherTest.SyncXMLHttpRequest | 138 ResourceDispatcherTest.SyncXMLHttpRequest |
136 SearchProviderTest.TestIsSearchProviderInstalledWithException | 139 SearchProviderTest.TestIsSearchProviderInstalledWithException |
137 SecurityTest.DisallowFileUrlUniversalAccessTest | 140 SecurityTest.DisallowFileUrlUniversalAccessTest |
138 SessionHistoryTest.BasicBackForward | 141 SessionHistoryTest.BasicBackForward |
(...skipping 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
279 IndexedDBUILayoutTest.WorkerLayoutTests | 282 IndexedDBUILayoutTest.WorkerLayoutTests |
280 | 283 |
281 # crbug.com/113675 | 284 # crbug.com/113675 |
282 WorkerFileSystemTest.SyncPersistent | 285 WorkerFileSystemTest.SyncPersistent |
283 | 286 |
284 # Blanket exlusion of AudioUILayoutTest. At this point we are running almost | 287 # Blanket exlusion of AudioUILayoutTest. At this point we are running almost |
285 # zero ui_tests on Mac Valgrind. They always fail with the above symptoms, | 288 # zero ui_tests on Mac Valgrind. They always fail with the above symptoms, |
286 # possibly related to crbug.om/51716 (valgrind impossible happened), although | 289 # possibly related to crbug.om/51716 (valgrind impossible happened), although |
287 # the logs don't contain that particular message. | 290 # the logs don't contain that particular message. |
288 AudioUILayoutTest.* | 291 AudioUILayoutTest.* |
OLD | NEW |