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

Unified Diff: test/intl/intl.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 | « no previous file | test/webkit/webkit.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/intl/intl.status
diff --git a/test/intl/intl.status b/test/intl/intl.status
index 7ef6b0d69d951ff1c2c6e52e4ac1d4a25bc65c9f..15fbe43c12e35649db7b10b4f547dad154dfa85a 100644
--- a/test/intl/intl.status
+++ b/test/intl/intl.status
@@ -31,9 +31,9 @@
'overrides/caching': [PASS, FAIL],
}], # ALWAYS
-['arch == arm64 and mode == debug and simulator_run == True', {
- # Ignition.
- 'date-format/timezone': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
- 'number-format/check-digit-ranges': [PASS, ['no_snap and mode == debug', NO_IGNITION]],
-}], # 'arch == arm64 and mode == debug and simulator_run == True'
+['arch == arm64 and mode == debug and simulator_run == True and variant == ignition', {
+ # Ignition on ARM64 simulator in debug mode.
+ 'date-format/timezone': [PASS, ['no_snap', SKIP]],
+ 'number-format/check-digit-ranges': [PASS, ['no_snap', SKIP]],
+}], # 'arch == arm64 and mode == debug and simulator_run == True and variant == ignition'
]
« no previous file with comments | « no previous file | test/webkit/webkit.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698