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

Unified Diff: tests/tls_segment_x86_32/nacl.scons

Issue 636933004: stop building/testing old x86 validator. (Closed) Base URL: svn://svn.chromium.org/native_client/trunk/src/native_client
Patch Set: rebase master Created 6 years, 2 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/stubout_mode/with_stubout.stdout ('k') | tests/toolchain/nacl.scons » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/tls_segment_x86_32/nacl.scons
diff --git a/tests/tls_segment_x86_32/nacl.scons b/tests/tls_segment_x86_32/nacl.scons
index 2b5a7b8d8c2d2942b008365bc0f14e985820b35e..7789420e3db69103618a7134c9fa1da26cf3197b 100644
--- a/tests/tls_segment_x86_32/nacl.scons
+++ b/tests/tls_segment_x86_32/nacl.scons
@@ -20,6 +20,6 @@ for subtest in ('gs_segment_read_only_test',
node = env.CommandSelLdrTestNacl('%s.out' % subtest,
test_prog, [subtest], declares_exit_status=True,
# R-DFA rejects unaligned access to %gs at validation stage
- sel_ldr_flags=(['-c'] if env.Bit('validator_ragel') else None))
+ sel_ldr_flags=['-c'])
env.AddNodeToTestSuite(node, ['small_tests', 'nonpexe_tests'],
'run_%s' % subtest)
« no previous file with comments | « tests/stubout_mode/with_stubout.stdout ('k') | tests/toolchain/nacl.scons » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698