Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(180)

Unified Diff: test/webkit/webkit.status

Issue 2228853002: [test] Fully deprecate NO_IGNITION directive. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@local_cleanup-test-variants-4
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « test/intl/intl.status ('k') | tools/testrunner/local/statusfile.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/webkit/webkit.status
diff --git a/test/webkit/webkit.status b/test/webkit/webkit.status
index 82823397d25ff895ef3ec05a74f8d8cd8d760707..94a8bbad18799a9780b4473da17a72d7ec715d60 100644
--- a/test/webkit/webkit.status
+++ b/test/webkit/webkit.status
@@ -105,11 +105,11 @@
}], # 'gc_stress == True and mode == debug'
##############################################################################
-['msan', {
+['variant == ignition and msan', {
# TODO(mythria,4680): Too slow and timeout on ignition.
- 'dfg-double-vote-fuzz': [PASS, NO_IGNITION],
- 'dfg-int-overflow-in-loop': [PASS, NO_IGNITION],
-}], # msan
+ 'dfg-double-vote-fuzz': [SKIP],
+ 'dfg-int-overflow-in-loop': [SKIP],
+}], # variant == ignition and msan
##############################################################################
['variant == ignition_turbofan and msan', {
« no previous file with comments | « test/intl/intl.status ('k') | tools/testrunner/local/statusfile.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698