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

Unified Diff: tests/spec2k/run_all.sh

Issue 140653005: Adds tls_edit utility which patches irt_core.nexe's TLS usage. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: Rebased to master Created 6 years, 10 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 | « tests/irt_private_pthread/nacl.scons ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/run_all.sh
diff --git a/tests/spec2k/run_all.sh b/tests/spec2k/run_all.sh
index 1618df1b2212f5d61a0c402c8873e8df0b2e0467..41ce0dbb94a2df3a05cc3ee66570ae1006ba2b53 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -588,7 +588,7 @@ GetInputSize() {
CheckFileBuilt() {
local depname="$1"
local filename="$2"
- if [[ ! -x "${filename}" ]] ; then
+ if [[ ! -f "${filename}" ]] ; then
echo "You have not built ${depname} yet (${filename})!" 1>&2
exit -1
fi
« no previous file with comments | « tests/irt_private_pthread/nacl.scons ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698