Progress towards fixing Mac CMake build
Created attachment 358254 [details] Patch
Comment on attachment 358254 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=358254&action=review r=me contingent on the build passing :) > Source/WebCore/Modules/indexeddb/shared/IDBError.h:31 > -#include "DOMException.h" > #include "ExceptionCode.h" > +#include <WebCore/DOMException.h> This shouldn't have been changed and looks to be part of the build breakage. > Source/WebCore/platform/graphics/gpu/GPURenderPassEncoder.h:31 > +#include "GPURenderPipeline.h" GPURenderPipeline is forward declared in this file so either remove this or remove the declaration.
Created attachment 358360 [details] patch
Comment on attachment 358360 [details] patch Attachment 358360 [details] did not pass mac-debug-ews (mac): Output: https://webkit-queues.webkit.org/results/10633448 New failing tests: http/wpt/css/css-animations/start-animation-001.html
Created attachment 358393 [details] Archive of layout-test-results from ews115 for mac-sierra The attached test failures were seen while running run-webkit-tests on the mac-debug-ews. Bot: ews115 Port: mac-sierra Platform: Mac OS X 10.12.6
https://trac.webkit.org/changeset/239648/webkit