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

Unified Diff: DEPS

Issue 2660903003: [wasm] include JS conformance tests in Wasm mjsunit tests (Closed)
Patch Set: Rebasing 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 | « .gitignore ('k') | test/mjsunit/mjsunit.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 8768036fff568bb7fa21095bd6343b4f96a8800f..9c31c66dc11cfd9470222c218e585a8b4064a8be 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" + "@" + "960cc3ec8c679adad9b6f9019f737c8cd9ad0a75",
+# 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",
Michael Achenbach 2017/01/31 20:06:49 I don't know yet for sure what caused the purplene
}
deps_os = {
« no previous file with comments | « .gitignore ('k') | test/mjsunit/mjsunit.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698