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.AudioConfig_InvalidConfigs |
| 317 OutOfProcessPPAPITest.AudioConfig_ValidConfigs |
| 318 OutOfProcessPPAPITest.Flash_GetCommandLineArgs |
| 319 OutOfProcessPPAPITest.Flash_GetLocalTimeZoneOffset |
| 320 OutOfProcessPPAPITest.Flash_GetProxyForURL |
| 321 OutOfProcessPPAPITest.Flash_MessageLoop |
| 322 OutOfProcessPPAPITest.Flash_SetInstanceAlwaysOnTop |
| 323 OutOfProcessPPAPITest.InputEvent |
316 OutOfProcessPPAPITest.TCPSocketPrivate | 324 OutOfProcessPPAPITest.TCPSocketPrivate |
| 325 OutOfProcessPPAPITest.URLLoader |
| 326 PPAPITest.AudioConfig_InvalidConfigs |
| 327 PPAPITest.AudioConfig_ValidConfigs |
317 PPAPITest.Flash_GetCommandLineArgs | 328 PPAPITest.Flash_GetCommandLineArgs |
318 OutOfProcessPPAPITest.AudioConfig_Everything | |
319 OutOfProcessPPAPITest.Flash_SetInstanceAlwaysOnTop | |
320 OutOfProcessPPAPITest.Flash_MessageLoop | |
321 OutOfProcessPPAPITest.Flash_GetCommandLineArgs | |
322 OutOfProcessPPAPITest.Flash_GetProxyForURL | |
323 OutOfProcessPPAPITest.Flash_GetLocalTimeZoneOffset | |
324 OutOfProcessPPAPITest.InputEvent | |
325 OutOfProcessPPAPITest.URLLoader | |
326 PPAPITest.AudioConfig_Everything | |
327 PPAPITest.Flash_GetLocalTimeZoneOffset | 329 PPAPITest.Flash_GetLocalTimeZoneOffset |
328 PPAPITest.Flash_GetProxyForURL | 330 PPAPITest.Flash_GetProxyForURL |
| 331 PPAPITest.Flash_MessageLoop |
329 PPAPITest.Flash_SetInstanceAlwaysOnTop | 332 PPAPITest.Flash_SetInstanceAlwaysOnTop |
330 PPAPITest.Flash_MessageLoop | |
331 PPAPITest.InputEvent | 333 PPAPITest.InputEvent |
332 PPAPITest.WebSocket_Create | 334 PPAPITest.WebSocket_Create |
333 PPAPITest.WebSocket_IsWebSocket | 335 PPAPITest.WebSocket_IsWebSocket |
334 | 336 |
335 # Fails consistently. http://crbug.com/105080. | 337 # Fails consistently. http://crbug.com/105080. |
336 OutOfProcessPPAPITest.NetAddressPrivate_AreEqual | 338 OutOfProcessPPAPITest.NetAddressPrivate_AreEqual |
337 OutOfProcessPPAPITest.NetAddressPrivate_AreHostsEqual | 339 OutOfProcessPPAPITest.NetAddressPrivate_AreHostsEqual |
338 OutOfProcessPPAPITest.NetAddressPrivate_Describe | 340 OutOfProcessPPAPITest.NetAddressPrivate_Describe |
339 OutOfProcessPPAPITest.NetAddressPrivate_DescribeIPv6 | 341 OutOfProcessPPAPITest.NetAddressPrivate_DescribeIPv6 |
340 OutOfProcessPPAPITest.NetAddressPrivate_GetAnyAddress | 342 OutOfProcessPPAPITest.NetAddressPrivate_GetAnyAddress |
341 OutOfProcessPPAPITest.NetAddressPrivate_ReplacePort | 343 OutOfProcessPPAPITest.NetAddressPrivate_ReplacePort |
342 PPAPITest.NetAddressPrivate_AreEqual | 344 PPAPITest.NetAddressPrivate_AreEqual |
343 PPAPITest.NetAddressPrivate_AreHostsEqual | 345 PPAPITest.NetAddressPrivate_AreHostsEqual |
344 PPAPITest.NetAddressPrivate_Describe | 346 PPAPITest.NetAddressPrivate_Describe |
345 PPAPITest.NetAddressPrivate_DescribeIPv6 | 347 PPAPITest.NetAddressPrivate_DescribeIPv6 |
346 PPAPITest.NetAddressPrivate_GetAnyAddress | 348 PPAPITest.NetAddressPrivate_GetAnyAddress |
347 PPAPITest.NetAddressPrivate_ReplacePort | 349 PPAPITest.NetAddressPrivate_ReplacePort |
348 | 350 |
349 # http://crbug.com/105551 | 351 # http://crbug.com/105551 |
350 PPAPITest.WebSocket_InvalidConnect | 352 PPAPITest.WebSocket_InvalidConnect |
351 PPAPITest.WebSocket_ValidConnect | 353 PPAPITest.WebSocket_ValidConnect |
352 PPAPITest.WebSocket_TextSendReceive | 354 PPAPITest.WebSocket_TextSendReceive |
OLD | NEW |