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

Unified Diff: test/mjsunit/mjsunit.isolate

Issue 2660903003: [wasm] include JS conformance tests in Wasm mjsunit tests (Closed)
Patch Set: Added a TODO about the github repo. Created 3 years, 11 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 | « DEPS ('k') | test/mjsunit/wasm/jsapi.js » ('j') | test/mjsunit/wasm/jsapi.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/mjsunit/mjsunit.isolate
diff --git a/test/mjsunit/mjsunit.isolate b/test/mjsunit/mjsunit.isolate
index 6ebd801eac3ae40d76509d4ac6f149ee2744835e..f98cbdb023f31132daf4f75e33f4adf14006e7ed 100644
--- a/test/mjsunit/mjsunit.isolate
+++ b/test/mjsunit/mjsunit.isolate
@@ -14,11 +14,12 @@
'../../tools/profviz/composer.js',
'../../tools/splaytree.js',
'../../tools/tickprocessor.js',
- '../../tools/dumpcpp.js'
+ '../../tools/dumpcpp.js',
+ '../wasm-js/',
],
},
'includes': [
'../../src/d8.isolate',
'../../tools/testrunner/testrunner.isolate',
],
-}
+}
« no previous file with comments | « DEPS ('k') | test/mjsunit/wasm/jsapi.js » ('j') | test/mjsunit/wasm/jsapi.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698