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

Unified Diff: test/mjsunit/mjsunit.status

Issue 2362083002: [modules] Do basic linking. (Closed)
Patch Set: Rename files because the presubmit tool is so fragile. 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 | « src/objects-inl.h ('k') | test/mjsunit/modules-default.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 98d776c5ad16d4bbdf1510c1131002d622b580ba..aa5f5f4f8efdb6273ce91331614d8b1c4acf45c2 100644
--- a/test/mjsunit/mjsunit.status
+++ b/test/mjsunit/mjsunit.status
@@ -688,6 +688,15 @@
'smi-mul-const': [FAIL],
'smi-mul': [FAIL],
'unary-minus-deopt': [FAIL],
+
+ # Modules for which execution must fail (e.g. because of unresolved imports).
+ # Eventually we should test for the precise error message, but for now we only
+ # ensure that there is an error.
+ 'modules-fail*': [FAIL],
+
+ # Modules which are only meant to be imported from by other tests, not to be
+ # tested standalone.
+ 'modules-skip*': [SKIP],
}], # variant == ignition
['variant == ignition and arch == arm64', {
« no previous file with comments | « src/objects-inl.h ('k') | test/mjsunit/modules-default.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698