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

Unified Diff: tests/spec2k/176.gcc/run.train.sh

Issue 6726038: Narrow 176.gcc validation exclusion to issue 893 (x86-32 pnacl). (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client/
Patch Set: '' Created 9 years, 9 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/spec2k/176.gcc/run.train.sh
===================================================================
--- tests/spec2k/176.gcc/run.train.sh (revision 4620)
+++ tests/spec2k/176.gcc/run.train.sh (working copy)
@@ -11,9 +11,13 @@
DASHDASH=""
if [[ "${PREFIX}" =~ sel_ldr ]] ; then
-# TODO(robertm): remove -c option
-# c.f.: http://code.google.com/p/nativeclient/issues/detail?id=717
- DASHDASH="-c --"
+ if [[ $1 =~ pnacl.*x8632 ]] ; then
+ # TODO(robertm): remove -c option
+ # c.f.: http://code.google.com/p/nativeclient/issues/detail?id=893
+ DASHDASH="-c --"
+ else
+ DASHDASH="--"
+ fi
fi
rm -f *.out *.s
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698