|
|
Created:
4 years, 4 months ago by Sigurður Ásgeirsson Modified:
4 years, 4 months ago CC:
chromium-reviews, wfh+watch_chromium.org, Dai Mikurube (NOT FULLTIME) Base URL:
https://chromium.googlesource.com/chromium/src.git@buildfix Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionHeap shim, conditionally declare otherwise unused global on Windows.
BUG=550886
Patch Set 1 #Patch Set 2 : Merge ToT. #Messages
Total messages: 24 (14 generated)
wfh@chromium.org changed reviewers: + wfh@chromium.org
lgtm
siggi@chromium.org changed reviewers: + scottmg@chromium.org
This is an attempted fix for the Win ASAN LKGR builders. I'm not quite sure what's going on here, as the shim shouldn't be enabled for NaCl. Presumably it's getting compiled, but then not linked into the NaCl targets. Maybe I'm misreading the command line? https://build.chromium.org/p/chromium.lkgr/builders/Win%20ASan%20Release/buil... [7659/31897] CXX clang_nacl_win64/obj/base/allocator/unified_allocator_shim/allocator_shim.obj FAILED: clang_nacl_win64/obj/base/allocator/unified_allocator_shim/allocator_shim.obj C:\b\c\cipd\goma/gomacc.exe ../../third_party/llvm-build/Release+Asserts/bin/clang-cl.exe /nologo /showIncludes /FC @clang_nacl_win64/obj/base/allocator/unified_allocator_shim/allocator_shim.obj.rsp /c ../../base/allocator/allocator_shim.cc /Foclang_nacl_win64/obj/base/allocator/unified_allocator_shim/allocator_shim.obj /Fd"clang_nacl_win64/obj/base/allocator/unified_allocator_shim_cc.pdb" ../../base/allocator/allocator_shim.cc(37,18): error: unused variable 'g_new_handler_lock' [-Werror,-Wunused-variable] subtle::Atomic32 g_new_handler_lock = 0;
The CQ bit was checked by siggi@chromium.org to run a CQ dry run
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Dry run: This issue passed the CQ dry run.
The CQ bit was checked by siggi@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
rs lgtm
The CQ bit was checked by scottmg@chromium.org
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
oh wait, was a patch failure not owners which wfh already is. ignore me, sorry.
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: chromium_presubmit on master.tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presub...)
The CQ bit was checked by siggi@chromium.org
The patchset sent to the CQ was uploaded after l-g-t-m from wfh@chromium.org, scottmg@chromium.org Link to the patchset: https://codereview.chromium.org/2250203002/#ps20001 (title: "Merge ToT.")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.or...
The CQ bit was unchecked by siggi@chromium.org
siggi@chromium.org changed reviewers: + hans@chromium.org
Looks like Hans beat me to the punch with https://codereview.chromium.org/2246863004. Killing this CL - thanks Hans. |