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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2397733002: [interpreter] Module tests in all Ignition variants. (Closed)
Patch Set: Rebased. Created 4 years, 2 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/cctest/cctest.status ('k') | test/test262/test262.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index d158846567b63ce1bf6261787059ccb718652d74..68cfcbe79961eb285ff68ca142f91495d3a871fa 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -662,15 +662,6 @@
'regress/regress-embedded-cons-string': [FAIL],
'regress/regress-prepare-break-while-recompile': [FAIL],
- # Modules for which execution must fail (e.g. because of unresolved imports).
- # Eventually we should test for the precise error message, but for now we only
- # ensure that there is an error.
- 'modules-fail*': [FAIL],
-
- # Modules which are only meant to be imported from by other tests, not to be
- # tested standalone.
- 'modules-skip*': [SKIP],
-
# BUG(v8:5451): Flaky crashes.
'wasm/asm-wasm': [PASS, ['gc_stress', SKIP]],
}], # variant == ignition
@@ -784,11 +775,23 @@
'es6/tail-call-megatest*': [SKIP],
}], # variant == ignition_turbofan and msan
-['variant != ignition', {
+##############################################################################
+['variant == ignition or variant == ignition_staging or variant == ignition_turbofan', {
+ # Modules for which execution must fail (e.g. because of unresolved imports).
+ # Eventually we should test for the precise error message, but for now we only
+ # ensure that there is an error.
+ 'modules-fail*': [FAIL],
+
+ # Modules which are only meant to be imported from by other tests, not to be
+ # tested standalone.
+ 'modules-skip*': [SKIP],
+}], # variant == ignition or variant == ignition_staging or variant == ignition_turbofan
+
+['variant != ignition and variant != ignition_staging and variant != ignition_turbofan', {
# Ongoing implementation of modules.
# https://bugs.chromium.org/p/v8/issues/detail?id=1569
'modules-*': [SKIP],
-}], # variants != ignition
+}], # variant != ignition and variant != ignition_staging and variant != ignition_turbofan
##############################################################################
['gcov_coverage', {
« no previous file with comments | « test/cctest/cctest.status ('k') | test/test262/test262.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698