| 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* |
| (...skipping 25 matching lines...) Expand all Loading... |
| 36 ExecuteScriptApiTest.ExecuteScriptPermissions | 36 ExecuteScriptApiTest.ExecuteScriptPermissions |
| 37 ExtensionApiTest.FontSettingsIncognito | 37 ExtensionApiTest.FontSettingsIncognito |
| 38 ExtensionApiTest.PopupBlockingExtension | 38 ExtensionApiTest.PopupBlockingExtension |
| 39 ExtensionApiTest.PopupBlockingHostedApp | 39 ExtensionApiTest.PopupBlockingHostedApp |
| 40 FastShutdown.SlowTermination | 40 FastShutdown.SlowTermination |
| 41 IndexedDBLayoutTest.IndexTests | 41 IndexedDBLayoutTest.IndexTests |
| 42 NetInternalsTest.netInternalsPrerenderViewFail | 42 NetInternalsTest.netInternalsPrerenderViewFail |
| 43 NewTabUIBrowserTest.LoadNTPInExistingProcess | 43 NewTabUIBrowserTest.LoadNTPInExistingProcess |
| 44 OutOfProcessPPAPITest.NetAddressPrivate_GetAnyAddress | 44 OutOfProcessPPAPITest.NetAddressPrivate_GetAnyAddress |
| 45 OutOfProcessPPAPITest.NetAddressPrivate_ReplacePort | 45 OutOfProcessPPAPITest.NetAddressPrivate_ReplacePort |
| 46 PageCyclerCachedBrowserTest.PlaybackMode | |
| 47 PageCyclerCachedBrowserTest.URLNotInCache | |
| 48 PPAPITest.ImeInputEvent | 46 PPAPITest.ImeInputEvent |
| 49 PrerenderBrowserTest.* | 47 PrerenderBrowserTest.* |
| 50 PrerenderBrowserTestWithNaCl.PrerenderNaClPluginEnabled | 48 PrerenderBrowserTestWithNaCl.PrerenderNaClPluginEnabled |
| 51 PrintPreviewWebUITest.TestPrinterList | 49 PrintPreviewWebUITest.TestPrinterList |
| 52 PrintPreviewWebUITest.TestPrinterListCloudEmpty | 50 PrintPreviewWebUITest.TestPrinterListCloudEmpty |
| 53 PrintPreviewWebUITest.TestSectionsDisabled | 51 PrintPreviewWebUITest.TestSectionsDisabled |
| 54 PrintWebViewHelperTest.BlockScriptInitiatedPrinting | 52 PrintWebViewHelperTest.BlockScriptInitiatedPrinting |
| 55 SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.MalwareDont
Proceed* | 53 SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.MalwareDont
Proceed* |
| 56 SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.ProceedDisa
bled* | 54 SafeBrowsingInterstitialVersions/SafeBrowsingBlockingPageBrowserTest.ProceedDisa
bled* |
| 57 SocketApiTest.SocketTCPExtension | 55 SocketApiTest.SocketTCPExtension |
| 58 SocketApiTest.SocketUDPExtension | 56 SocketApiTest.SocketUDPExtension |
| 59 SSLUITest.TestWSSInvalidCertAndGoForward | 57 SSLUITest.TestWSSInvalidCertAndGoForward |
| 60 WebViewTest.Shim | 58 WebViewTest.Shim |
| OLD | NEW |