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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « c2wasm-exe.sh ('k') | pydir/wasm-run-torture-tests.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/bin/bash
2
3 BUILDID=4915
4 BUILD_PATH=https://storage.googleapis.com/wasm-llvm/builds/git
5
6 wget -O - /wasm-torture-s-$BUILDID.tbz2 \
7 | tar xj
8
9 wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \
10 | tar xj
11
12 wget -O - $BUILD_PATH/wasm-binaries-$BUILDID.tbz2 \
13 | tar xj
OLDNEW
« 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