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

Issue 636933004: stop building/testing old x86 validator. (Closed)

Created:
6 years, 2 months ago by shyamsundarr
Modified:
6 years, 2 months ago
CC:
native-client-reviews_googlegroups.com, Karl, khim
Project:
nacl
Visibility:
Public.

Description

stop building/testing old x86 validator. We will remove the source code in the followup change. https://codereview.chromium.org/625923004/ BUG=https://code.google.com/p/nativeclient/issues/detail?id=3454 R=mseaborn@chromium.org Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=13876

Patch Set 1 #

Total comments: 12

Patch Set 2 : fixes for mseaborn@'s comments. #

Total comments: 5

Patch Set 3 : fixes for mseaborn's comments #

Patch Set 4 : rebase master #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -3176 lines) Patch
M SConstruct View 1 4 chunks +2 lines, -17 lines 0 comments Download
M build/all.gyp View 1 chunk +0 lines, -2 lines 0 comments Download
M build/common.gypi View 1 chunk +0 lines, -1 line 0 comments Download
M buildbot/buildbot_standard.py View 1 2 3 4 chunks +0 lines, -35 lines 0 comments Download
M site_scons/site_tools/library_deps.py View 3 chunks +1 line, -109 lines 0 comments Download
D src/tools/validator_tools/DEPS View 1 chunk +0 lines, -4 lines 0 comments Download
D src/tools/validator_tools/build.scons View 1 chunk +0 lines, -25 lines 0 comments Download
D src/tools/validator_tools/ncstubout.c View 1 1 chunk +0 lines, -236 lines 0 comments Download
M src/trusted/service_runtime/arch/x86/service_runtime_x86.gyp View 1 2 chunks +4 lines, -23 lines 0 comments Download
M src/trusted/service_runtime/build.scons View 1 chunk +0 lines, -15 lines 0 comments Download
D src/trusted/service_runtime/testdata/non_dfa_validator_hello.stderr View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/trusted/validator/BUILD.gn View 1 chunk +0 lines, -3 lines 0 comments Download
M src/trusted/validator/build.scons View 1 chunk +2 lines, -6 lines 0 comments Download
M src/trusted/validator/nacl.scons View 1 chunk +2 lines, -2 lines 0 comments Download
M src/trusted/validator/validator.gyp View 2 chunks +0 lines, -14 lines 0 comments Download
M src/trusted/validator/validator_init.c View 2 chunks +0 lines, -15 lines 0 comments Download
D src/trusted/validator/x86/32/build.scons View 1 chunk +0 lines, -26 lines 0 comments Download
D src/trusted/validator/x86/64/build.scons View 1 chunk +0 lines, -27 lines 0 comments Download
D src/trusted/validator/x86/64/validator_x86_64.gyp View 1 chunk +0 lines, -91 lines 0 comments Download
D src/trusted/validator/x86/build.scons View 1 chunk +0 lines, -54 lines 0 comments Download
D src/trusted/validator/x86/decoder/build.scons View 1 chunk +0 lines, -150 lines 0 comments Download
D src/trusted/validator/x86/decoder/generator/build.scons View 1 chunk +0 lines, -295 lines 0 comments Download
D src/trusted/validator/x86/decoder/ncval_x86_decoder.gyp View 1 chunk +0 lines, -178 lines 0 comments Download
D src/trusted/validator/x86/ncval_reg_sfi/build.scons View 1 chunk +0 lines, -45 lines 0 comments Download
D src/trusted/validator/x86/ncval_reg_sfi/ncval_reg_sfi.gyp View 1 chunk +0 lines, -137 lines 0 comments Download
D src/trusted/validator/x86/ncval_seg_sfi/build.scons View 1 chunk +0 lines, -39 lines 0 comments Download
D src/trusted/validator/x86/ncval_seg_sfi/generator/build.scons View 1 chunk +0 lines, -110 lines 0 comments Download
D src/trusted/validator/x86/ncval_seg_sfi/ncval_seg_sfi.gyp View 1 chunk +0 lines, -176 lines 0 comments Download
D src/trusted/validator/x86/testing/enuminsts/Makefile View 1 chunk +0 lines, -157 lines 0 comments Download
D src/trusted/validator/x86/testing/enuminsts/build.scons View 1 chunk +0 lines, -52 lines 0 comments Download
D src/trusted/validator/x86/validate_x86.gyp View 1 chunk +0 lines, -139 lines 0 comments Download
D src/trusted/validator_ragel/build.scons View 1 1 chunk +0 lines, -23 lines 0 comments Download
M src/trusted/validator_ragel/docs/testing.html View 1 1 chunk +0 lines, -7 lines 0 comments Download
D src/trusted/validator_ragel/verify_regular_instructions_old.py View 1 1 chunk +0 lines, -480 lines 0 comments Download
D src/trusted/validator_x86/build.scons View 2 chunks +0 lines, -265 lines 0 comments Download
D src/trusted/validator_x86/ncval.gyp View 1 chunk +0 lines, -150 lines 0 comments Download
D tests/fixedfeaturecpu/nacl.scons View 3 chunks +3 lines, -11 lines 0 comments Download
D tests/stubout_mode/nacl.scons View 1 2 4 chunks +4 lines, -47 lines 0 comments Download
D tests/stubout_mode/with_stubout.stdout View 1 1 chunk +0 lines, -1 line 0 comments Download
D tests/tls_segment_x86_32/nacl.scons View 1 chunk +1 line, -1 line 0 comments Download
M tests/toolchain/nacl.scons View 1 2 3 1 chunk +1 line, -7 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
shyamsundarr
I broke this out from the larger CL (https://codereview.chromium.org/625923004/ ) to try to make it ...
6 years, 2 months ago (2014-10-07 17:53:01 UTC) #3
Mark Seaborn
https://codereview.chromium.org/636933004/diff/20001/SConstruct File SConstruct (right): https://codereview.chromium.org/636933004/diff/20001/SConstruct#newcode1192 SConstruct:1192: # TODO(shyamsundarr): consider renaming ncval_new to ncval. Nit: "consider ...
6 years, 2 months ago (2014-10-07 21:53:46 UTC) #4
shyamsundarr
Thanks! ptal. https://codereview.chromium.org/636933004/diff/20001/SConstruct File SConstruct (right): https://codereview.chromium.org/636933004/diff/20001/SConstruct#newcode1192 SConstruct:1192: # TODO(shyamsundarr): consider renaming ncval_new to ncval. ...
6 years, 2 months ago (2014-10-08 19:59:04 UTC) #9
Mark Seaborn
LGTM https://codereview.chromium.org/636933004/diff/120001/tests/stubout_mode/nacl.scons File tests/stubout_mode/nacl.scons (right): https://codereview.chromium.org/636933004/diff/120001/tests/stubout_mode/nacl.scons#newcode53 tests/stubout_mode/nacl.scons:53: test_suites = ['small_tests'] Shouldn't nonpexe_tests be kept? This ...
6 years, 2 months ago (2014-10-08 22:32:58 UTC) #10
shyamsundarr
Thanks! https://codereview.chromium.org/636933004/diff/120001/tests/stubout_mode/nacl.scons File tests/stubout_mode/nacl.scons (right): https://codereview.chromium.org/636933004/diff/120001/tests/stubout_mode/nacl.scons#newcode53 tests/stubout_mode/nacl.scons:53: test_suites = ['small_tests'] On 2014/10/08 22:32:58, Mark Seaborn ...
6 years, 2 months ago (2014-10-09 16:19:26 UTC) #11
Mark Seaborn
https://codereview.chromium.org/636933004/diff/120001/tests/stubout_mode/nacl.scons File tests/stubout_mode/nacl.scons (right): https://codereview.chromium.org/636933004/diff/120001/tests/stubout_mode/nacl.scons#newcode53 tests/stubout_mode/nacl.scons:53: test_suites = ['small_tests'] On 2014/10/09 16:19:26, shyamsundarr wrote: > ...
6 years, 2 months ago (2014-10-09 18:17:48 UTC) #12
shyamsundarr
6 years, 2 months ago (2014-10-09 20:29:33 UTC) #13
Message was sent while issue was closed.
Committed patchset #4 (id:200001) manually as 13876 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698