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

Unified Diff: DEPS

Issue 2284393003: [wasm] Pulling in new wasm function fuzzer, and wasm module corpus. (Closed)
Patch Set: merge Created 4 years, 4 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 | « no previous file | testing/libfuzzer/fuzzers/BUILD.gn » ('j') | testing/libfuzzer/fuzzers/BUILD.gn » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: DEPS
diff --git a/DEPS b/DEPS
index 0c9c0af566acbf867288c7e898ae292e5d6ef0ec..0874406bbf3421380903d9d24b3060771dc37663 100644
--- a/DEPS
+++ b/DEPS
@@ -1001,6 +1001,28 @@ hooks = [
'src/build/android/download_doclava.py',
],
},
+ {
+ "name": "wasm_fuzzer",
Nico 2016/09/09 20:43:10 Do we really need to pull this on every single che
Nico 2016/09/15 19:40:39 ^ Ping?
ahaas 2016/09/16 08:02:56 These files are the seed corpus of the v8-wasm-fuz
bradn 2016/09/16 22:37:55 kcc, mmoroz, does this need to actually be in chro
mmoroz 2016/09/17 17:35:26 We have an alternative way to provide the corpus (
+ "pattern": ".",
+ "action": [ "download_from_google_storage",
+ "--no_resume",
+ "--no_auth",
+ "-u",
+ "--bucket", "v8-wasm-fuzzer",
+ "-s", "src/v8/test/fuzzer/wasm.tar.gz.sha1",
+ ],
+ },
+ {
+ "name": "wasm_asmjs_fuzzer",
+ "pattern": ".",
+ "action": [ "download_from_google_storage",
+ "--no_resume",
+ "--no_auth",
+ "-u",
+ "--bucket", "v8-wasm-asmjs-fuzzer",
+ "-s", "src/v8/test/fuzzer/wasm_asmjs.tar.gz.sha1",
+ ],
+ },
]
# ANGLE manages DEPS that it also owns the build files for, such as dEQP.
« no previous file with comments | « no previous file | testing/libfuzzer/fuzzers/BUILD.gn » ('j') | testing/libfuzzer/fuzzers/BUILD.gn » ('J')

Powered by Google App Engine
This is Rietveld 408576698