Bug 193105 - Progress towards fixing Mac CMake build
Summary: Progress towards fixing Mac CMake build
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CMake (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alex Christensen
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-03 07:46 PST by Alex Christensen
Modified: 2019-01-04 17:12 PST (History)
2 users (show)

See Also:


Attachments
Patch (16.34 KB, patch)
2019-01-03 07:48 PST, Alex Christensen
don.olmstead: review+
Details | Formatted Diff | Diff
patch (13.81 KB, patch)
2019-01-04 13:43 PST, Alex Christensen
ews-watchlist: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews115 for mac-sierra (2.16 MB, application/zip)
2019-01-04 16:22 PST, EWS Watchlist
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Christensen 2019-01-03 07:46:19 PST
Progress towards fixing Mac CMake build
Comment 1 Alex Christensen 2019-01-03 07:48:28 PST
Created attachment 358254 [details]
Patch
Comment 2 Don Olmstead 2019-01-03 16:22:59 PST
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.
Comment 3 Alex Christensen 2019-01-04 13:43:08 PST
Created attachment 358360 [details]
patch
Comment 4 EWS Watchlist 2019-01-04 16:22:23 PST
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
Comment 5 EWS Watchlist 2019-01-04 16:22:24 PST
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
Comment 6 Alex Christensen 2019-01-04 17:12:40 PST
https://trac.webkit.org/changeset/239648/webkit