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

Unified Diff: fetch-torture-tests.sh

Issue 1913153003: Subzero. Wasm. Implement sbrk and correctly do bounds checks. (Closed) Base URL: https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Patch Set: Code review feedback 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 | « no previous file | pydir/wasm-run-torture-tests.py » ('j') | src/WasmTranslator.cpp » ('J')
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
index 6418417ca4ac979395230271c45c17b6a78d3a76..45017543d67c67edcbe532b1a29d4e6dc497285d 100755
--- a/fetch-torture-tests.sh
+++ b/fetch-torture-tests.sh
@@ -1,9 +1,9 @@
#!/bin/bash
-BUILDID=5430
+BUILDID=5528
BUILD_PATH=https://storage.googleapis.com/wasm-llvm/builds/git
-wget -O - /wasm-torture-s-$BUILDID.tbz2 \
+wget -O - $BUILD_PATH/wasm-torture-s-$BUILDID.tbz2 \
| tar xj
wget -O - $BUILD_PATH/wasm-torture-s2wasm-sexpr-wasm-$BUILDID.tbz2 \
« no previous file with comments | « no previous file | pydir/wasm-run-torture-tests.py » ('j') | src/WasmTranslator.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698