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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2302783002: [modules] Basic support of exports (Closed)
Patch Set: Disable module tests for deopt fuzzer. Created 4 years, 3 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/interpreter/bytecode_expectations/CallRuntime.golden ('k') | test/mjsunit/modules-exports1.js » ('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 0bb83aef4a4a0ebd7da12bfe013f29f26ff8d9e7..1270bbbd8c7d6bf7a860237023e86a7e13183923 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -567,6 +567,13 @@
# Too slow.
'es6/tail-call-megatest*': [SKIP],
+
+ # Ongoing implementation of modules.
+ # https://bugs.chromium.org/p/v8/issues/detail?id=1569
+ # The deopt fuzzer currently does not respect the 'variant != ignition' rule
+ # further down in this file, so we have to duplicate this here.
+ # https://bugs.chromium.org/p/v8/issues/detail?id=5374
+ 'modules-*': [SKIP],
}], # 'deopt_fuzzer == True'
##############################################################################
@@ -805,6 +812,12 @@
'es6/tail-call-megatest*': [SKIP],
}], # variant == ignition_turbofan and msan
+['variant != ignition', {
+ # Ongoing implementation of modules.
+ # https://bugs.chromium.org/p/v8/issues/detail?id=1569
+ 'modules-*': [SKIP],
+}], # variants != ignition
+
##############################################################################
['gcov_coverage', {
# Tests taking too long.
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/CallRuntime.golden ('k') | test/mjsunit/modules-exports1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698