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 13 matching lines...) Expand all Loading... |
24 DownloadTest.PerWindowShelf | 24 DownloadTest.PerWindowShelf |
25 ErrorPageTest.IFrameDNSError_GoBackAndForward | 25 ErrorPageTest.IFrameDNSError_GoBackAndForward |
26 | 26 |
27 # Following tests fail on valgrind. | 27 # Following tests fail on valgrind. |
28 # See http://crbug.com/30366. | 28 # See http://crbug.com/30366. |
29 BrowserEncodingTest.TestEncodingAutoDetect | 29 BrowserEncodingTest.TestEncodingAutoDetect |
30 # See http://crbug.com/29598. | 30 # See http://crbug.com/29598. |
31 DOMStorageTest.LocalStorageLayoutTests | 31 DOMStorageTest.LocalStorageLayoutTests |
32 # See http://crbug.com/30367. | 32 # See http://crbug.com/30367. |
33 NewTabUITest.NTPHasThumbnails | 33 NewTabUITest.NTPHasThumbnails |
34 NewTabUITest.UpdateUserPrefsVersion | |
35 # http://crbug.com/69040 | 34 # http://crbug.com/69040 |
36 ErrorPageTest.Page404 | 35 ErrorPageTest.Page404 |
37 | 36 |
38 # Appears to time out on valgrind. | 37 # Appears to time out on valgrind. |
39 # http://crbug.com/32818 | 38 # http://crbug.com/32818 |
40 VisibleBrowserTest.WindowOpenClose | 39 VisibleBrowserTest.WindowOpenClose |
41 | 40 |
42 # See http://crbug.com/30661 and http://crbug.com/27447. | 41 # See http://crbug.com/30661 and http://crbug.com/27447. |
43 LayoutPluginTester.NPObjectReleasedOnDestruction | 42 LayoutPluginTester.NPObjectReleasedOnDestruction |
44 LayoutPluginTester.NPObjectSetException | 43 LayoutPluginTester.NPObjectSetException |
(...skipping 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
308 | 307 |
309 # Flakiness leading to leak reports. http://crbug.com/31739 | 308 # Flakiness leading to leak reports. http://crbug.com/31739 |
310 SessionHistoryTest.BasicBackForward | 309 SessionHistoryTest.BasicBackForward |
311 | 310 |
312 # http://crbug.com/91163 | 311 # http://crbug.com/91163 |
313 AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator | 312 AutomatedUITestBase.OpenCloseBrowserWindowWithAccelerator |
314 | 313 |
315 # http://crbug.com/92177 | 314 # http://crbug.com/92177 |
316 CustomHandlerMailStartupTest.CustomHandlerMailStartup | 315 CustomHandlerMailStartupTest.CustomHandlerMailStartup |
317 CustomHandlerWebcalStartupTest.CustomHandlerWebcalStartup | 316 CustomHandlerWebcalStartupTest.CustomHandlerWebcalStartup |
OLD | NEW |