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 255 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
266 | 266 |
267 # Timing out, see http://crbug.com/83565 | 267 # Timing out, see http://crbug.com/83565 |
268 NPAPIAutomationEnabledTest.LoadAllBlockedPlugins | 268 NPAPIAutomationEnabledTest.LoadAllBlockedPlugins |
269 | 269 |
270 # Flaky on valgrind test. See http://crbug.com/84257. | 270 # Flaky on valgrind test. See http://crbug.com/84257. |
271 AutomatedUITestBase.RestoreTab | 271 AutomatedUITestBase.RestoreTab |
272 AutomationProxyTest4.BooleanValueIsEchoedByDomAutomationController | 272 AutomationProxyTest4.BooleanValueIsEchoedByDomAutomationController |
273 | 273 |
274 # http://crbug.com/87625 | 274 # http://crbug.com/87625 |
275 PPAPITest.Var | 275 PPAPITest.Var |
| 276 OutOfProcessPPAPITest.Var |
276 | 277 |
277 # http://crbug.com/87766 | 278 # http://crbug.com/87766 |
278 PPAPITest.URLLoader | 279 PPAPITest.URLLoader |
279 | 280 |
280 # http://crbug.com/88068 | 281 # http://crbug.com/88068 |
281 LocaleTestsHe.TestStart | 282 LocaleTestsHe.TestStart |
282 | 283 |
283 # http://crbug.com/88238 | 284 # http://crbug.com/88238 |
284 NewTabUITest.ChromeHangInNTP | 285 NewTabUITest.ChromeHangInNTP |
285 | 286 |
(...skipping 73 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
359 | 360 |
360 # More PPAPI crashes under Valgrind. http://crbug.com/105080 | 361 # More PPAPI crashes under Valgrind. http://crbug.com/105080 |
361 PPAPITest.UDPSocketPrivateShared | 362 PPAPITest.UDPSocketPrivateShared |
362 PPAPITest.TCPSocketPrivateShared | 363 PPAPITest.TCPSocketPrivateShared |
363 OutOfProcessPPAPITest.UDPSocketPrivateShared | 364 OutOfProcessPPAPITest.UDPSocketPrivateShared |
364 OutOfProcessPPAPITest.TCPSocketPrivateShared | 365 OutOfProcessPPAPITest.TCPSocketPrivateShared |
365 | 366 |
366 # Crashes intermittently. | 367 # Crashes intermittently. |
367 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterClientInDocNavigation | 368 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterClientInDocNavigation |
368 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterUserInDocNavigation | 369 LoadtimesExtensionBindingsUITest.LoadTimesSameAfterUserInDocNavigation |
OLD | NEW |