mac_optional_gpu_tests_rel CQ Build Flake |
||||
Issue descriptionI'm having a mac_optional_gpu_tests_rel bot fail on the build step with: Undefined symbols for architecture x86_64: "blink::SVGFilterPrimitiveStandardAttributes::LayoutObjectIsNeeded(blink::ComputedStyle const&)" It's not my patch because I'm not the only one getting it. https://ci.chromium.org/p/chromium/builders/luci.chromium.try/mac_optional_gpu_tests_rel/834 https://ci.chromium.org/p/chromium/builders/luci.chromium.try/mac_optional_gpu_tests_rel/693
,
Apr 3 2018
,
Apr 3 2018
The code is right but the build system did not detect the dependency of SVGFEDropFilterElement on SVGFilterPrimitivesStandardAttributes and rebuild the former. SVGFilterPrimitivesStandardAttributes.h is included in SVGFEDropFilterElement.h. But, the constructor for SVGFEDropFilterElement is inlined for some reason, which maybe causes the problem. Anyway, this is a build system issue and probably Mac specific at that. Is it continuing to happen or has it now stopped failing as everything gets re-compiled for other reasons?
,
Apr 3 2018
It looks like the failures have stopped. I had a similar issue with another builder as well but it was a different file that didn't get built (see https://bugs.chromium.org/p/chromium/issues/detail?id=826516), so I don't think this is platform specific, but is a problem with the build system.
,
Apr 9 2018
|
||||
►
Sign in to add a comment |
||||
Comment 1 by shenghua...@chromium.org
, Mar 31 2018Owner: adithyas@chromium.org
Status: Assigned (was: Untriaged)