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

Unified Diff: DEPS

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
Index: DEPS
diff --git a/DEPS b/DEPS
index a12b8a44cf90896d2fec88396c24b2f9af4813a3..91e588b7bbd0d65ab0c469c415fdda60dd75456b 100644
--- a/DEPS
+++ b/DEPS
@@ -40,6 +40,10 @@ deps = {
Var("chromium_url") + "/external/github.com/test262-utils/test262-harness-py.git" + "@" + "0f2acdd882c84cff43b9d60df7574a1901e2cdcd",
"v8/tools/clang":
Var("chromium_url") + "/chromium/src/tools/clang.git" + "@" + "0b3a445c8f1761c3ff665edb9f9e4726ddc7dba0",
+# TODO(eholk): once the Wasm JS API Conformance Suite is finalized, mirror it in
+# a chromium repo like the other deps.
+ "v8/test/wasm-js":
+ "https://github.com/bnjbvr/wasm-spec.git" + "@" + "190bd270e148a532082f6eb1b97dea5302800485",
}
deps_os = {
« no previous file with comments | « .gitignore ('k') | test/mjsunit/mjsunit.isolate » ('j') | test/mjsunit/wasm/jsapi.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698