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

Unified Diff: DEPS

Issue 2660903003: [wasm] include JS conformance tests in Wasm mjsunit tests (Closed)
Patch Set: Updating to latest spec tests Created 3 years, 10 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 1044146db459b455ae8de1ca8f9e5b0ccc7094c9..353e015d9a2165aeb79098d1abae5831fccd37e0 100644
--- a/DEPS
+++ b/DEPS
@@ -40,6 +40,8 @@ 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" + "@" + "404d5421df201261afb240fd562872841d3850e0",
+ "v8/test/wasm-js":
+ Var("chromium_url") + "/external/github.com/WebAssembly/spec.git" + "@" + "ab1673f1e47b90471ab9352866b7682269c5b8ab",
Michael Achenbach 2017/02/11 12:27:09 DEPS lg. Note that none of the files will be used
Eric Holk 2017/02/14 01:43:53 test/mjsunit/wasm/jsapi-harnes.js includes the fil
}
deps_os = {
« no previous file with comments | « .gitignore ('k') | test/mjsunit/mjsunit.isolate » ('j') | test/mjsunit/wasm/jsapi-harness.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698