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

Issue 1158133003: Fix duplicate symbol in ARM build of nacl_helper_nonsfi_unittests (Closed)

Created:
5 years, 7 months ago by Sam Clegg
Modified:
5 years, 6 months ago
Reviewers:
hidehiko, Mark Seaborn
CC:
chromium-reviews
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Fix duplicate symbol in ARM build of nacl_helper_nonsfi_unittests The arm linux is currently broken due to duplicate definition of BPF_TEST_C_socketpair. BUG=492731 R=hidehiko@chromium.org, mseaborn@chromium.org, hidehiko CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_arm_compile Committed: https://chromium.googlesource.com/chromium/src/+/9e646abedf24cf3f4659674c2d2b603dfaef42a7

Patch Set 1 #

Total comments: 2

Patch Set 2 : #

Total comments: 6

Patch Set 3 : #

Patch Set 4 : #

Total comments: 3

Patch Set 5 : nits #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -11 lines) Patch
M components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc View 1 2 3 4 3 chunks +14 lines, -11 lines 0 comments Download

Messages

Total messages: 17 (3 generated)
Sam Clegg
5 years, 7 months ago (2015-05-27 17:49:54 UTC) #2
hidehiko
Thank you for your fix, and sorry for inconvenience. https://codereview.chromium.org/1158133003/diff/1/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc File components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc (right): https://codereview.chromium.org/1158133003/diff/1/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc#newcode203 components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc:203: ...
5 years, 7 months ago (2015-05-27 18:40:33 UTC) #3
Sam Clegg
https://codereview.chromium.org/1158133003/diff/1/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc File components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc (right): https://codereview.chromium.org/1158133003/diff/1/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc#newcode203 components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc:203: #if defined(OS_NACL_NONSFI) On 2015/05/27 18:40:33, hidehiko wrote: > Would ...
5 years, 7 months ago (2015-05-27 18:44:52 UTC) #4
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1158133003/20001
5 years, 7 months ago (2015-05-27 18:45:31 UTC) #6
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_ozone_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_ozone_rel_ng/builds/21687) linux_chromium_chromeos_rel_ng on ...
5 years, 7 months ago (2015-05-27 19:11:29 UTC) #8
Sam Clegg
On 2015/05/27 19:11:29, commit-bot: I haz the power wrote: > Dry run: Try jobs failed ...
5 years, 7 months ago (2015-05-27 19:53:40 UTC) #9
Sam Clegg
On 2015/05/27 19:53:40, Sam Clegg wrote: > On 2015/05/27 19:11:29, commit-bot: I haz the power ...
5 years, 7 months ago (2015-05-27 20:51:27 UTC) #10
Mark Seaborn
Indeed, those two test cases can't be merged. It might be worth putting them next ...
5 years, 7 months ago (2015-05-27 21:40:35 UTC) #11
Sam Clegg
https://codereview.chromium.org/1158133003/diff/20001/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc File components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc (left): https://codereview.chromium.org/1158133003/diff/20001/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc#oldcode396 components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc:396: #if defined(__x86_64__) || defined(__arm__) On 2015/05/27 21:40:35, Mark Seaborn ...
5 years, 7 months ago (2015-05-27 22:30:20 UTC) #12
Sam Clegg
On 2015/05/27 22:30:20, Sam Clegg wrote: > https://codereview.chromium.org/1158133003/diff/20001/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc > File components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc (left): > > https://codereview.chromium.org/1158133003/diff/20001/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc#oldcode396 ...
5 years, 7 months ago (2015-05-28 00:02:14 UTC) #13
hidehiko
lgtm
5 years, 7 months ago (2015-05-28 02:51:55 UTC) #14
Mark Seaborn
LGTM with comment fix https://codereview.chromium.org/1158133003/diff/60001/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc File components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc (right): https://codereview.chromium.org/1158133003/diff/60001/components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc#newcode232 components/nacl/loader/nonsfi/nonsfi_sandbox_unittest.cc:232: // On arm and x86_64 ...
5 years, 7 months ago (2015-05-28 08:44:10 UTC) #15
commit-bot: I haz the power
Patchset 5 (id:??) landed as https://crrev.com/9e646abedf24cf3f4659674c2d2b603dfaef42a7 Cr-Commit-Position: refs/heads/master@{#331802}
5 years, 6 months ago (2015-05-28 17:05:45 UTC) #16
Sam Clegg
5 years, 6 months ago (2015-05-28 17:05:59 UTC) #17
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
9e646abedf24cf3f4659674c2d2b603dfaef42a7 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698