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

Issue 10871078: Enable vdiff test on validator bots (Closed)

Created:
8 years, 4 months ago by Brad Chen
Modified:
8 years, 3 months ago
Reviewers:
Karl, bradnelson, bradn
CC:
native-client-reviews_googlegroups.com, khim, Vlad Shcherbina
Visibility:
Public.

Description

Modify vdiff to accept a "--easydiff" option. On 64-bits, this option causes vdiff to run a test with a single REX prefix and with no REX prefix. The default is to use 16 REX prefixes, resulting in a test that requires about two hours to run. With this change it runs in about 15-minutes, better suited for the bots. Also, update SConscript and buildbot scripts to run vdiff on validator bots. BUG=nativeclient:2597 Committed: https://src.chromium.org/viewvc/native_client?view=rev&revision=9596

Patch Set 1 #

Patch Set 2 : Enable vdiff test on buildbots #

Patch Set 3 : Fixing a few nits #

Total comments: 11

Patch Set 4 : Fixes as recommended by reviewers. #

Patch Set 5 : Minor cleanups #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2502 lines, -53 lines) Patch
M SConstruct View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M buildbot/buildbot_standard.py View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/trusted/validator/x86/testing/enuminsts/build.scons View 1 2 3 4 2 chunks +14 lines, -2 lines 0 comments Download
M src/trusted/validator/x86/testing/enuminsts/vdiff.c View 1 2 3 4 13 chunks +136 lines, -40 lines 0 comments Download
A + src/trusted/validator/x86/testing/enuminsts/vdiff_x86_64_baseline.out View 1 2 3 4 11 chunks +2346 lines, -10 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
Brad Chen
Brad Nelson for bot changes. Karl for vdiff changes. Trybot runs are in progress...
8 years, 3 months ago (2012-08-28 21:03:08 UTC) #1
bradn
http://codereview.chromium.org/10871078/diff/23001/SConstruct File SConstruct (right): http://codereview.chromium.org/10871078/diff/23001/SConstruct#newcode340 SConstruct:340: BitFromArgument(env, 'validator_diff_tests', default=False, So I think you should be ...
8 years, 3 months ago (2012-08-28 21:14:10 UTC) #2
Karl
I did not check the bot building code, and will leave that to brad. My ...
8 years, 3 months ago (2012-08-28 21:23:52 UTC) #3
Brad Chen
Thanks for the feedback. PTAL. http://codereview.chromium.org/10871078/diff/23001/SConstruct File SConstruct (right): http://codereview.chromium.org/10871078/diff/23001/SConstruct#newcode340 SConstruct:340: BitFromArgument(env, 'validator_diff_tests', default=False, On ...
8 years, 3 months ago (2012-08-28 22:09:42 UTC) #4
bradn
LGTM on the build.
8 years, 3 months ago (2012-08-28 22:11:48 UTC) #5
Karl
8 years, 3 months ago (2012-08-29 15:51:01 UTC) #6
lgtm

Powered by Google App Engine
This is Rietveld 408576698