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

Unified Diff: test/message/message.status

Issue 2451153002: [modules] Improve error messages. (Closed)
Patch Set: Address comments. 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 | « src/parsing/parser.cc ('k') | test/message/modules-cycle1.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/message/message.status
diff --git a/test/message/message.status b/test/message/message.status
index e4db83db09ca945e081043960ef823c2872c7519..c6c348747307d1ac72ac385cce161b521f5c4faa 100644
--- a/test/message/message.status
+++ b/test/message/message.status
@@ -31,5 +31,15 @@
# escapes (we need to parse to distinguish octal escapes from valid
# back-references).
'strict-octal-regexp': [SKIP],
+
+ # Modules which are only meant to be imported from by other tests, not to be
+ # tested standalone.
+ 'modules-skip*': [SKIP],
}], # ALWAYS
+
+['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],
+}], # variant != ignition and variant != ignition_staging and variant != ignition_turbofan
]
« no previous file with comments | « src/parsing/parser.cc ('k') | test/message/modules-cycle1.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698