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

Issue 599353002: NonSFI Mode: Make hello_world test run with nonsfi_nacl=1 bitcode=1 pnacl_generate_pexe=0. (Closed)

Created:
6 years, 3 months ago by Junichi Uekawa
Modified:
6 years, 2 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/src/native_client.git@master
Project:
nacl
Visibility:
Public.

Description

NonSFI Mode: Make hello_world test run with nonsfi_nacl=1 bitcode=1 pnacl_generate_pexe=0. It was compiling as IRT binary that requires to be loaded via a loader when it was supposed to be building without IRT. Disable tests/pnacl_native_objects/nacl.scons for now since it seem to error out at scons time. TESTED=./scons -j20 --mode=dbg-host,nacl,nacl_irt_test \ platform=x86-32 nonsfi_nacl=1 bitcode=1 pnacl_generate_pexe=0 \ run_hello_world_test TESTED= ./scons -j20 --mode=dbg-host,nacl,nacl_irt_test \ run_hello_world_test_irt platform=x86-32 nonsfi_nacl=1 bitcode=1 \ pnacl_generate_pexe=0 BUG=https://code.google.com/p/chromium/issues/detail?id=408879 Committed: http://src.chromium.org/viewvc/native_client?view=rev&revision=13797

Patch Set 1 #

Total comments: 2

Patch Set 2 : revise with review comment #

Patch Set 3 : remove temporary hack #

Total comments: 2

Patch Set 4 : review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -7 lines) Patch
M SConstruct View 1 2 1 chunk +10 lines, -7 lines 0 comments Download
M tests/pnacl_native_objects/nacl.scons View 1 2 3 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (3 generated)
Junichi Uekawa
6 years, 3 months ago (2014-09-25 04:56:51 UTC) #2
Junichi Uekawa
ptal
6 years, 3 months ago (2014-09-25 04:57:10 UTC) #4
Mark Seaborn
https://codereview.chromium.org/599353002/diff/1/SConstruct File SConstruct (right): https://codereview.chromium.org/599353002/diff/1/SConstruct#newcode3704 SConstruct:3704: '--pnacl-allow-native', So this fails on the bots, with: pnacl-clang++: ...
6 years, 2 months ago (2014-09-25 17:08:09 UTC) #5
Junichi Uekawa
Let's see if the bots are happy. https://codereview.chromium.org/599353002/diff/1/SConstruct File SConstruct (right): https://codereview.chromium.org/599353002/diff/1/SConstruct#newcode3704 SConstruct:3704: '--pnacl-allow-native', On ...
6 years, 2 months ago (2014-09-25 23:05:08 UTC) #6
Junichi Uekawa
ptal seems like trybots are now happy with this.
6 years, 2 months ago (2014-09-26 01:17:04 UTC) #7
Mark Seaborn
LGTM. Please use an unabbreviated URL in BUG= (not crbug) so that Bugdroid recognises it. ...
6 years, 2 months ago (2014-09-26 01:31:07 UTC) #8
Junichi Uekawa
https://codereview.chromium.org/599353002/diff/40001/tests/pnacl_native_objects/nacl.scons File tests/pnacl_native_objects/nacl.scons (right): https://codereview.chromium.org/599353002/diff/40001/tests/pnacl_native_objects/nacl.scons#newcode13 tests/pnacl_native_objects/nacl.scons:13: if env.Bit('nonsfi_nacl'): On 2014/09/26 01:31:07, Mark Seaborn wrote: > ...
6 years, 2 months ago (2014-09-26 01:59:50 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/599353002/60001
6 years, 2 months ago (2014-09-26 03:40:23 UTC) #11
commit-bot: I haz the power
6 years, 2 months ago (2014-09-26 03:40:30 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 13797

Powered by Google App Engine
This is Rietveld 408576698