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

Unified Diff: fetch-torture-tests.sh

Issue 1890283002: Subzero, Wasm: Link and run torture tests; bug fixes. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Download WASM tests from public location 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
Index: fetch-torture-tests.sh
diff --git a/fetch-torture-tests.sh b/fetch-torture-tests.sh
new file mode 100755
index 0000000000000000000000000000000000000000..6418417ca4ac979395230271c45c17b6a78d3a76
--- /dev/null
+++ b/fetch-torture-tests.sh
@@ -0,0 +1,17 @@
+#!/bin/bash
+
+BUILDID=5430
+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
+
+wget -O - \
+ $BUILD_PATH/wasm-torture-/b/build/slave/linux/build/src/src/work/wasm-install/emscripten_config_vanilla-$BUILDID.tbz2 \
+ | tar xj
« Makefile.standalone ('K') | « 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