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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
306 # PPAPITests fail with Valgrind WARNING, http://crbug.com/104022 | 306 # PPAPITests fail with Valgrind WARNING, http://crbug.com/104022 |
307 PPAPITest.NetAddressPrivate | 307 PPAPITest.NetAddressPrivate |
308 PPAPITest.FlashClipboard | 308 PPAPITest.FlashClipboard |
309 OutOfProcessPPAPITest.NetAddressPrivate | 309 OutOfProcessPPAPITest.NetAddressPrivate |
310 OutOfProcessPPAPITest.FlashClipboard | 310 OutOfProcessPPAPITest.FlashClipboard |
311 | 311 |
312 # Fails intermittently. http://crbug.com/104534. | 312 # Fails intermittently. http://crbug.com/104534. |
313 PrintPreviewUITest.PrintCommands | 313 PrintPreviewUITest.PrintCommands |
314 | 314 |
315 # Fails consistently. http://crbug.com/104535. | 315 # Fails consistently. http://crbug.com/104535. |
| 316 OutOfProcessPPAPITest.Audio_Creation |
| 317 OutOfProcessPPAPITest.Audio_DestroyNoStop |
| 318 OutOfProcessPPAPITest.Audio_Failures |
316 OutOfProcessPPAPITest.AudioConfig_InvalidConfigs | 319 OutOfProcessPPAPITest.AudioConfig_InvalidConfigs |
317 OutOfProcessPPAPITest.AudioConfig_ValidConfigs | 320 OutOfProcessPPAPITest.AudioConfig_ValidConfigs |
318 OutOfProcessPPAPITest.Flash_GetCommandLineArgs | 321 OutOfProcessPPAPITest.Flash_GetCommandLineArgs |
319 OutOfProcessPPAPITest.Flash_GetLocalTimeZoneOffset | 322 OutOfProcessPPAPITest.Flash_GetLocalTimeZoneOffset |
320 OutOfProcessPPAPITest.Flash_GetProxyForURL | 323 OutOfProcessPPAPITest.Flash_GetProxyForURL |
321 OutOfProcessPPAPITest.Flash_MessageLoop | 324 OutOfProcessPPAPITest.Flash_MessageLoop |
322 OutOfProcessPPAPITest.Flash_SetInstanceAlwaysOnTop | 325 OutOfProcessPPAPITest.Flash_SetInstanceAlwaysOnTop |
323 OutOfProcessPPAPITest.InputEvent | 326 OutOfProcessPPAPITest.InputEvent |
324 OutOfProcessPPAPITest.TCPSocketPrivate | 327 OutOfProcessPPAPITest.TCPSocketPrivate |
325 OutOfProcessPPAPITest.URLLoader | 328 OutOfProcessPPAPITest.URLLoader |
(...skipping 19 matching lines...) Expand all Loading... |
345 PPAPITest.NetAddressPrivate_AreHostsEqual | 348 PPAPITest.NetAddressPrivate_AreHostsEqual |
346 PPAPITest.NetAddressPrivate_Describe | 349 PPAPITest.NetAddressPrivate_Describe |
347 PPAPITest.NetAddressPrivate_DescribeIPv6 | 350 PPAPITest.NetAddressPrivate_DescribeIPv6 |
348 PPAPITest.NetAddressPrivate_GetAnyAddress | 351 PPAPITest.NetAddressPrivate_GetAnyAddress |
349 PPAPITest.NetAddressPrivate_ReplacePort | 352 PPAPITest.NetAddressPrivate_ReplacePort |
350 | 353 |
351 # http://crbug.com/105551 | 354 # http://crbug.com/105551 |
352 PPAPITest.WebSocket_InvalidConnect | 355 PPAPITest.WebSocket_InvalidConnect |
353 PPAPITest.WebSocket_ValidConnect | 356 PPAPITest.WebSocket_ValidConnect |
354 PPAPITest.WebSocket_TextSendReceive | 357 PPAPITest.WebSocket_TextSendReceive |
OLD | NEW |