| OLD | NEW |
| 1 # Don't run FLAKY or FAILS ui tests under Valgrind. | 1 # Don't run FLAKY or FAILS ui tests under Valgrind. |
| 2 # They tend to generate way too many flaky Valgrind reports. | 2 # They tend to generate way too many flaky Valgrind reports. |
| 3 *FLAKY_* | 3 *FLAKY_* |
| 4 *FAILS_* | 4 *FAILS_* |
| 5 | 5 |
| 6 # NaCl tests fail with Data Execution Prevention error http://crbug.com/104517 | 6 # NaCl tests fail with Data Execution Prevention error http://crbug.com/104517 |
| 7 NaClGdbTest.Empty | 7 NaClGdbTest.Empty |
| 8 PPAPINaClGLibcTest.* | 8 PPAPINaClGLibcTest.* |
| 9 PPAPINaClNewlibTest.* | 9 PPAPINaClNewlibTest.* |
| 10 PPAPINaClTest* | 10 PPAPINaClTest* |
| 11 | 11 |
| 12 # http://crbug.com/109336 | 12 # http://crbug.com/109336 |
| 13 OutOfProcessPPAPITest.View_PageHideShow | 13 OutOfProcessPPAPITest.View_PageHideShow |
| 14 | 14 |
| 15 # Very slow under Valgrind. |
| 16 ChromeKeygenHandlerTest.*ConcurrencyTest |
| 17 |
| 15 # TODO(thestig) File bugs for these failing browser tests. | 18 # TODO(thestig) File bugs for these failing browser tests. |
| 16 AllUrlsApiTest.WhitelistedExtension | 19 AllUrlsApiTest.WhitelistedExtension |
| 17 AppBackgroundPageApiTest.NoJsManifestBackgroundPage | 20 AppBackgroundPageApiTest.NoJsManifestBackgroundPage |
| 18 BrowserCloseTest.DownloadsCloseCheck_2 | 21 BrowserCloseTest.DownloadsCloseCheck_2 |
| 19 BrowserCloseTest.DownloadsCloseCheck_5 | 22 BrowserCloseTest.DownloadsCloseCheck_5 |
| 20 BrowserEncodingTest.SLOW_TestEncodingAliasMapping | 23 BrowserEncodingTest.SLOW_TestEncodingAliasMapping |
| 21 BrowserNavigatorTest.Disposition_Bookmarks_DoNothingIfIncognitoIsForced | 24 BrowserNavigatorTest.Disposition_Bookmarks_DoNothingIfIncognitoIsForced |
| 22 BrowserNavigatorTest.Disposition_Incognito | 25 BrowserNavigatorTest.Disposition_Incognito |
| 23 BrowserNavigatorTest.Disposition_SyncPromo_DoNothingIfIncognitoIsForced | 26 BrowserNavigatorTest.Disposition_SyncPromo_DoNothingIfIncognitoIsForced |
| 24 BrowserTest.ForwardDisabledOnForward | 27 BrowserTest.ForwardDisabledOnForward |
| (...skipping 26 matching lines...) Expand all Loading... |
| 51 PrintPreviewWebUITest.TestPrinterList | 54 PrintPreviewWebUITest.TestPrinterList |
| 52 PrintPreviewWebUITest.TestPrinterListCloudEmpty | 55 PrintPreviewWebUITest.TestPrinterListCloudEmpty |
| 53 PrintPreviewWebUITest.TestSectionsDisabled | 56 PrintPreviewWebUITest.TestSectionsDisabled |
| 54 PrintWebViewHelperTest.BlockScriptInitiatedPrinting | 57 PrintWebViewHelperTest.BlockScriptInitiatedPrinting |
| 55 SafeBrowsingBlockingPageTest.MalwareDontProceed | 58 SafeBrowsingBlockingPageTest.MalwareDontProceed |
| 56 SafeBrowsingBlockingPageTest.ProceedDisabled | 59 SafeBrowsingBlockingPageTest.ProceedDisabled |
| 57 SocketApiTest.SocketTCPExtension | 60 SocketApiTest.SocketTCPExtension |
| 58 SocketApiTest.SocketUDPExtension | 61 SocketApiTest.SocketUDPExtension |
| 59 SSLUITest.TestWSSInvalidCertAndGoForward | 62 SSLUITest.TestWSSInvalidCertAndGoForward |
| 60 WebViewTest.Shim | 63 WebViewTest.Shim |
| OLD | NEW |