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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
270 # Doing a blanket exclusion for all of them. | 270 # Doing a blanket exclusion for all of them. |
271 PPAPITest.* | 271 PPAPITest.* |
272 OutOfProcessPPAPITest.* | 272 OutOfProcessPPAPITest.* |
273 | 273 |
274 # Crashes intermittently. | 274 # Crashes intermittently. |
275 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterClientInDocNavigation | 275 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterClientInDocNavigation |
276 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterUserInDocNavigation | 276 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterUserInDocNavigation |
277 | 277 |
278 # crbug.com/110612 | 278 # crbug.com/110612 |
279 IndexedDBUILayoutTest.LayoutTests | 279 IndexedDBUILayoutTest.LayoutTests |
| 280 IndexedDBUILayoutTest.WorkerLayoutTests |
280 | 281 |
281 # crbug.com/113675 | 282 # crbug.com/113675 |
282 WorkerFileSystemTest.SyncPersistent | 283 WorkerFileSystemTest.SyncPersistent |
283 | 284 |
284 # Blanket exlusion of AudioUILayoutTest. At this point we are running almost | 285 # 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, | 286 # zero ui_tests on Mac Valgrind. They always fail with the above symptoms, |
286 # possibly related to crbug.om/51716 (valgrind impossible happened), although | 287 # possibly related to crbug.om/51716 (valgrind impossible happened), although |
287 # the logs don't contain that particular message. | 288 # the logs don't contain that particular message. |
288 AudioUILayoutTest.* | 289 AudioUILayoutTest.* |
OLD | NEW |