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

Unified Diff: src/trusted/validator_ragel/build.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 | « src/trusted/validator/x86/validate_x86.gyp ('k') | src/trusted/validator_ragel/docs/testing.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/trusted/validator_ragel/build.scons
diff --git a/src/trusted/validator_ragel/build.scons b/src/trusted/validator_ragel/build.scons
index a0bfe2f3468889d4e5c65f20de6de2b5b78fae43..677c81696ebd44e8ce04f29cbd1f3ec3a86e6630 100644
--- a/src/trusted/validator_ragel/build.scons
+++ b/src/trusted/validator_ragel/build.scons
@@ -338,29 +338,6 @@ if ragel_involved:
SideEffect('check_validator', regular_instructions_test)
dfacheckvalidator_tests.append(regular_instructions_test)
- env32 = env.Clone(BUILD_TARGET_NAME='x86-32')
- env64 = env.Clone(BUILD_TARGET_NAME='x86-64')
- old_ncval32 = env32.File('$STAGING_DIR/ncval$PROGSUFFIX')
- old_ncval64 = env64.File('$STAGING_DIR/ncval$PROGSUFFIX')
-
- regular_instructions_old_test = env.AutoDepsCommand(
- 'regular_instructions_old_test_x86_%s.out' % bitness,
- ['${PYTHON}',
- env.File('verify_regular_instructions_old.py'),
- xml,
- '--bitness', bitness,
- '--gas', gas,
- '--objdump', objdump,
- '--validator_dll', validator_dll,
- '--ncval32', old_ncval32,
- '--ncval64', old_ncval64,
- '--errors', '${TARGET}'])
-
- # Never run exhaustive tests in parallel because they can take all CPU.
- env.AlwaysBuild(regular_instructions_old_test)
- SideEffect('check_validator', regular_instructions_old_test)
- dfacheckvalidator_tests.append(regular_instructions_old_test)
-
# There are three categories of protected files: validator files, generated
# files (those of validator files that lie withing 'gen' directory) and
# generating files (programs and input data used to produce generated
« no previous file with comments | « src/trusted/validator/x86/validate_x86.gyp ('k') | src/trusted/validator_ragel/docs/testing.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698