| 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
|
|
|