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

Issue 1776843002: Allow subzero tests to pass without le32-nacl-objdump. (Closed)

Created:
4 years, 9 months ago by Sean Klein
Modified:
4 years, 9 months ago
CC:
native-client-reviews_googlegroups.com
Base URL:
https://chromium.googlesource.com/native_client/pnacl-subzero.git@master
Target Ref:
refs/heads/master
Visibility:
Public.

Description

Allow subzero tests to pass without le32-nacl-objdump. le32-nacl-objdump has been deprecated, and should no longer be used. Instead, "arm-nacl-objdump" is being used. "le32-nacl-objdump" used to be a hard link to "arm-nacl-objdump", but has since been deleted in NaCl's "toolchain_build_pnacl.py" script. R=phosek@chromium.org, stichnot@chromium.org Committed: https://gerrit.chromium.org/gerrit/gitweb?p=native_client/pnacl-subzero.git;a=commit;h=8a4675cecbde443db312f89bec7321e0614a51d5

Patch Set 1 #

Total comments: 8

Patch Set 2 : Responses to code review #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -4 lines) Patch
M pydir/run-pnacl-sz.py View 1 2 chunks +4 lines, -1 line 0 comments Download
M tests_lit/lit.cfg View 1 1 chunk +0 lines, -1 line 0 comments Download
M tests_lit/llvm2ice_tests/elf_container.ll View 1 1 chunk +1 line, -2 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Sean Klein
4 years, 9 months ago (2016-03-09 01:46:34 UTC) #3
Petr Hosek
lgtm, thanks for fixing this
4 years, 9 months ago (2016-03-09 02:17:07 UTC) #4
Petr Hosek
Just one correction, it used to be a *hardlink*.
4 years, 9 months ago (2016-03-09 02:38:08 UTC) #5
Jim Stichnoth
otherwise lgtm https://codereview.chromium.org/1776843002/diff/1/pydir/run-pnacl-sz.py File pydir/run-pnacl-sz.py (right): https://codereview.chromium.org/1776843002/diff/1/pydir/run-pnacl-sz.py#newcode199 pydir/run-pnacl-sz.py:199: cmd += (['&&', os.path.join(pnacl_bin_path, 'arm-nacl-objdump')] + IIRC, ...
4 years, 9 months ago (2016-03-09 14:38:05 UTC) #7
Sean Klein
https://codereview.chromium.org/1776843002/diff/1/pydir/run-pnacl-sz.py File pydir/run-pnacl-sz.py (right): https://codereview.chromium.org/1776843002/diff/1/pydir/run-pnacl-sz.py#newcode199 pydir/run-pnacl-sz.py:199: cmd += (['&&', os.path.join(pnacl_bin_path, 'arm-nacl-objdump')] + On 2016/03/09 14:38:04, ...
4 years, 9 months ago (2016-03-09 18:27:44 UTC) #8
Sean Klein
4 years, 9 months ago (2016-03-09 18:29:58 UTC) #10
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
8a4675cecbde443db312f89bec7321e0614a51d5 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698