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

Unified Diff: test/cctest/cctest.status

Issue 2351113004: [modules] Expand API to allow linking and use it in d8 (Closed)
Patch Set: Use StrictEquals, remove check for bad instantiation behavior 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/cctest.gyp ('k') | test/cctest/test-modules.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/cctest.status
diff --git a/test/cctest/cctest.status b/test/cctest/cctest.status
index 3ea82b5e9540085a28af5bf64a219a77a5d86dfc..94e791bba313b339c2ac5c2885d612c6653f9201 100644
--- a/test/cctest/cctest.status
+++ b/test/cctest/cctest.status
@@ -439,4 +439,10 @@
'*': [SKIP],
}], # variant == asm_wasm
+['variant != ignition and variant != ignition_staging', {
+ # Ongoing implementation of modules.
+ # https://bugs.chromium.org/p/v8/issues/detail?id=1569
+ 'test-modules/*': [SKIP],
+}], # variants != ignition and variant != ignition_staging
+
]
« no previous file with comments | « test/cctest/cctest.gyp ('k') | test/cctest/test-modules.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698