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

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 cf72c63b9da978ec045404ab8fe64572bc3ccd3f..a2a467ea1b01c2bafe3d0be268a904abc99ce002 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -828,6 +828,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