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.OpenBrowserWindow | 9 AutomatedUITestBase.OpenBrowserWindow |
10 ErrorPageTest.DNSError_GoBack2 | 10 ErrorPageTest.DNSError_GoBack2 |
11 ResourceDispatcherTest.CrossSiteNavigationErrorPage | 11 ResourceDispatcherTest.CrossSiteNavigationErrorPage |
12 SessionHistoryTest.JavascriptHistory | 12 SessionHistoryTest.JavascriptHistory |
13 TabRestoreUITest.RestoreCrossSiteWithExistingSiteInstance | 13 TabRestoreUITest.RestoreCrossSiteWithExistingSiteInstance |
14 # Hung 7 times on the mac bots! | 14 # Hung 7 times on the mac bots! |
15 ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload | 15 ResourceDispatcherTest.SyncXMLHttpRequest_DuringUnload |
16 # Hung 4 times on the mac bots! | 16 # Hung 4 times on the mac bots! |
17 TabRestoreUITest.BasicRestoreFromClosedWindow | 17 TabRestoreUITest.BasicRestoreFromClosedWindow |
18 # All these hung multiple times on the mac bots: | 18 # All these hung multiple times on the mac bots: |
19 BrowserTest.OtherRedirectsDontForkProcess | 19 BrowserTest.OtherRedirectsDontForkProcess |
20 DownloadTest.ContentDisposition | 20 DownloadTest.ContentDisposition |
21 DownloadTest.DownloadMimeType | 21 DownloadTest.DownloadMimeType |
22 DownloadTest.IncognitoDownload | 22 DownloadTest.IncognitoDownload |
23 DownloadTest.NoDownload | 23 DownloadTest.NoDownload |
24 DownloadTest.PerWindowShelf | 24 DownloadTest.PerWindowShelf |
25 ErrorPageTest.IFrameDNSError_GoBackAndForward | 25 ErrorPageTest.IFrameDNSError_GoBackAndForward |
| 26 |
| 27 # Following tests are failing on valgrind. |
| 28 # See http://crbug.com/29598. |
| 29 BrowserEncodingTest.TestEncodingAutoDetect |
| 30 DOMStorageTest.FLAKY_LocalStorageLayoutTests |
| 31 ErrorPageTest.FLAKY_DNSError_Basic |
| 32 ErrorPageTest.FLAKY_DNSError_GoBack1 |
| 33 ErrorPageTest.FLAKY_DNSError_GoBack2 |
| 34 ErrorPageTest.FLAKY_DNSError_GoBack2AndForward |
| 35 ErrorPageTest.FLAKY_DNSError_GoBack2Forward2 |
| 36 NewTabUITest.NTPHasThumbnails |
| 37 NewTabUITest.UpdateUserPrefsVersion |
| 38 SessionHistoryTest.FLAKY_LocationReplace |
| 39 WorkerTest.FLAKY_LimitTotal |
| 40 WorkerTest.LimitPerPage |
| 41 WorkerTest.WorkerXhrHttpLayoutTests |
OLD | NEW |