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

Issue 26971007: Remove canned hello_world binary (Closed)

Created:
7 years, 2 months ago by petarj
Modified:
7 years, 2 months ago
Reviewers:
Mark Seaborn
CC:
native-client-reviews_googlegroups.com
Base URL:
http://git.chromium.org/native_client/src/native_client.git@master
Visibility:
Public.

Description

Remove canned hello_world binary This change removes canned hello_world binaries for ARM, X86-32 and X86-64. Instead, build.scons file has been extended to build hello_world.nexe for each of the architectures, including MIPS now. BUG= run_trusted_mmap_test was failing for MIPS due to missing binary TEST= run smoke tests for all architectures Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=12314

Patch Set 1 #

Total comments: 10

Patch Set 2 : Changes per review. #

Total comments: 7

Patch Set 3 : Update. #

Patch Set 4 : Update. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+33 lines, -34 lines) Patch
M src/trusted/service_runtime/build.scons View 1 2 3 6 chunks +33 lines, -34 lines 0 comments Download
D src/trusted/service_runtime/testdata/arm/hello_world.nexe View Binary file 0 comments Download
D src/trusted/service_runtime/testdata/x86_32/hello_world.nexe View Binary file 0 comments Download
D src/trusted/service_runtime/testdata/x86_64/hello_world.nexe View Binary file 0 comments Download

Messages

Total messages: 14 (0 generated)
petarj
PTAL.
7 years, 2 months ago (2013-10-15 12:49:07 UTC) #1
Mark Seaborn
https://codereview.chromium.org/26971007/diff/1/src/trusted/service_runtime/build.scons File src/trusted/service_runtime/build.scons (left): https://codereview.chromium.org/26971007/diff/1/src/trusted/service_runtime/build.scons#oldcode848 src/trusted/service_runtime/build.scons:848: untrusted_env = env.MakeUntrustedNativeEnv() Better to leave this in. Otherwise ...
7 years, 2 months ago (2013-10-15 23:38:45 UTC) #2
petarj
https://codereview.chromium.org/26971007/diff/1/src/trusted/service_runtime/build.scons File src/trusted/service_runtime/build.scons (right): https://codereview.chromium.org/26971007/diff/1/src/trusted/service_runtime/build.scons#newcode557 src/trusted/service_runtime/build.scons:557: if not env.Bit('bitcode') or env.Bit('target_mips32'): On 2013/10/15 23:38:45, Mark ...
7 years, 2 months ago (2013-10-16 00:24:37 UTC) #3
petarj
New patch uploaded. PTAL. https://codereview.chromium.org/26971007/diff/1/src/trusted/service_runtime/build.scons File src/trusted/service_runtime/build.scons (left): https://codereview.chromium.org/26971007/diff/1/src/trusted/service_runtime/build.scons#oldcode848 src/trusted/service_runtime/build.scons:848: untrusted_env = env.MakeUntrustedNativeEnv() On 2013/10/15 ...
7 years, 2 months ago (2013-10-16 23:36:07 UTC) #4
Mark Seaborn
https://codereview.chromium.org/26971007/diff/34001/src/trusted/service_runtime/build.scons File src/trusted/service_runtime/build.scons (right): https://codereview.chromium.org/26971007/diff/34001/src/trusted/service_runtime/build.scons#newcode558 src/trusted/service_runtime/build.scons:558: hello_world_nexe = untrusted_env.File('$STAGING_DIR/hello_world.nexe') Can you use $PROGSUFFIX instead of ...
7 years, 2 months ago (2013-10-17 00:06:39 UTC) #5
petarj
https://codereview.chromium.org/26971007/diff/34001/src/trusted/service_runtime/build.scons File src/trusted/service_runtime/build.scons (right): https://codereview.chromium.org/26971007/diff/34001/src/trusted/service_runtime/build.scons#newcode558 src/trusted/service_runtime/build.scons:558: hello_world_nexe = untrusted_env.File('$STAGING_DIR/hello_world.nexe') On 2013/10/17 00:06:40, Mark Seaborn wrote: ...
7 years, 2 months ago (2013-10-17 18:52:49 UTC) #6
petarj
On 2013/10/17 18:52:49, petarj wrote: > https://codereview.chromium.org/26971007/diff/34001/src/trusted/service_runtime/build.scons > File src/trusted/service_runtime/build.scons (right): > > https://codereview.chromium.org/26971007/diff/34001/src/trusted/service_runtime/build.scons#newcode558 > ...
7 years, 2 months ago (2013-10-22 23:14:26 UTC) #7
Mark Seaborn
LGTM
7 years, 2 months ago (2013-10-24 16:40:24 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://nativeclient-status.appspot.com/cq/petarj@mips.com/26971007/90001
7 years, 2 months ago (2013-10-24 17:11:35 UTC) #9
commit-bot: I haz the power
Try job failure for 26971007-90001 (retry) on nacl-precise_64-newlib-x86_32-pnacl-spec for steps "annotate, build prerequisites [x86-32 bitcode] ...
7 years, 2 months ago (2013-10-24 17:18:19 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://nativeclient-status.appspot.com/cq/petarj@mips.com/26971007/90001
7 years, 2 months ago (2013-10-24 18:37:31 UTC) #11
commit-bot: I haz the power
Try job failure for 26971007-90001 (retry) on nacl-precise_64-newlib-x86_32-pnacl-spec for steps "annotate, build prerequisites [x86-32 bitcode] ...
7 years, 2 months ago (2013-10-24 18:43:29 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://nativeclient-status.appspot.com/cq/petarj@mips.com/26971007/90001
7 years, 2 months ago (2013-10-24 22:02:23 UTC) #13
commit-bot: I haz the power
7 years, 2 months ago (2013-10-25 02:37:41 UTC) #14
Message was sent while issue was closed.
Change committed as 12314

Powered by Google App Engine
This is Rietveld 408576698