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

Unified Diff: fetch-torture-tests.sh

Issue 1876413002: Subzero. WASM. Additional progress. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review feedback and merging with master Created 4 years, 8 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 | « c2wasm-exe.sh ('k') | pydir/wasm-run-torture-tests.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: fetch-torture-tests.sh
diff --git a/fetch-torture-tests.sh b/fetch-torture-tests.sh
new file mode 100755
index 0000000000000000000000000000000000000000..aef36617feab9f4d72bb3c62d8838db11a440af6
--- /dev/null
+++ b/fetch-torture-tests.sh
@@ -0,0 +1,13 @@
+#!/bin/bash
+
+BUILDID=4915
+BUILD_PATH=https://storage.googleapis.com/wasm-llvm/builds/git
+
+wget -O - /wasm-torture-s-$BUILDID.tbz2 \
+ | tar xj
+
+wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \
+ | tar xj
+
+wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \
+ | tar xj
« no previous file with comments | « c2wasm-exe.sh ('k') | pydir/wasm-run-torture-tests.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698