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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2302783002: [modules] Basic support of exports (Closed)
Patch Set: . 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
Index: test/mjsunit/mjsunit.status
diff --git a/test/mjsunit/mjsunit.status b/test/mjsunit/mjsunit.status
index 0aa886852d4566fceaa3e3eb93d7e9d151a8a8f6..7e06c3a202ed0f5ef5a4e740e97ffcadcd883d78 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -822,6 +822,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.

Powered by Google App Engine
This is Rietveld 408576698