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

Unified Diff: tests/spec2k/run_all.sh

Issue 2244023002: Fix bugs with SPEC2k for WebAssembly (Closed) Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Add TODO for 175.vpr Created 4 years, 4 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/spec2k/Makefile.common ('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 c96113bee72fc8c7ad6b90b4f6c2f0557be5808b..ad54a870524f6da836e247d5f04586677d1a7e09 100755
--- a/tests/spec2k/run_all.sh
+++ b/tests/spec2k/run_all.sh
@@ -1012,7 +1012,7 @@ PopulateFromSpecHarness() {
# patch if necessary
if [[ -e $i/diff ]] ; then
echo "PATCH"
- patch -d $i --verbose -p0 < $i/diff
+ patch -l -d $i --verbose -p0 < $i/diff
fi
echo "COMPLETE"
« no previous file with comments | « tests/spec2k/Makefile.common ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698