RESOLVED FIXED 185141
[WinCairo] Enable WebKit build by default
https://bugs.webkit.org/show_bug.cgi?id=185141
Summary [WinCairo] Enable WebKit build by default
Basuke Suzuki
Reported 2018-04-30 12:55:12 PDT
WinCairo is ready to step forward.
Attachments
Patch (3.48 KB, patch)
2018-05-18 01:04 PDT, Fujii Hironori
ews-watchlist: commit-queue-
Archive of layout-test-results from ews204 for win-future (12.74 MB, application/zip)
2018-05-18 08:30 PDT, EWS Watchlist
no flags
Patch (3.49 KB, patch)
2018-05-18 12:51 PDT, Don Olmstead
no flags
Patch (5.31 KB, patch)
2018-05-20 21:25 PDT, Fujii Hironori
no flags
Fujii Hironori
Comment 1 2018-05-18 01:04:00 PDT
EWS Watchlist
Comment 2 2018-05-18 08:30:35 PDT
Comment on attachment 340685 [details] Patch Attachment 340685 [details] did not pass win-ews (win): Output: http://webkit-queues.webkit.org/results/7722067 New failing tests: http/tests/preload/onload_event.html
EWS Watchlist
Comment 3 2018-05-18 08:30:46 PDT
Created attachment 340698 [details] Archive of layout-test-results from ews204 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews204 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Alex Christensen
Comment 4 2018-05-18 10:04:03 PDT
Comment on attachment 340685 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=340685&action=review > Source/cmake/OptionsWin.cmake:86 > - if (ENABLE_WIN_CAIRO_WEBKIT) > - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API PRIVATE OFF) > - endif () > + WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API PRIVATE OFF) Is there a reason we want to change this for the AppleWin port?
Don Olmstead
Comment 5 2018-05-18 11:50:41 PDT
(In reply to Alex Christensen from comment #4) > Comment on attachment 340685 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=340685&action=review > > > Source/cmake/OptionsWin.cmake:86 > > - if (ENABLE_WIN_CAIRO_WEBKIT) > > - WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API PRIVATE OFF) > > - endif () > > + WEBKIT_OPTION_DEFAULT_PORT_VALUE(ENABLE_NETSCAPE_PLUGIN_API PRIVATE OFF) > > Is there a reason we want to change this for the AppleWin port? Its in an if block so it would only affect WinCairo
Don Olmstead
Comment 6 2018-05-18 12:51:15 PDT
Created attachment 340730 [details] Patch Use PLATFORM(WIN_CAIRO) instead of USE(CAIRO) to be more specific.
Don Olmstead
Comment 7 2018-05-18 12:54:00 PDT
Comment on attachment 340730 [details] Patch Built locally. Think this is good to go now
Don Olmstead
Comment 8 2018-05-18 13:06:16 PDT
Ok so the EWS seems to be failing due to dependencies. This is actually a larger issue with copying headers for building in Tools. Since config.h is shared its going to expect that the file copy happens before it gets there even with TestWTF. I'll open a separate bug for this particular issue or zero in on one that's already present that causes this. If this lands and the buildbots go red a clean build should sort it out.
Fujii Hironori
Comment 9 2018-05-20 21:25:33 PDT
Created attachment 340819 [details] Patch * Fix dependency issue of WebKitTestAPI
Per Arne Vollan
Comment 10 2018-05-21 16:30:23 PDT
Comment on attachment 340819 [details] Patch R=me.
WebKit Commit Bot
Comment 11 2018-05-21 17:03:25 PDT
Comment on attachment 340819 [details] Patch Clearing flags on attachment: 340819 Committed r232038: <https://trac.webkit.org/changeset/232038>
WebKit Commit Bot
Comment 12 2018-05-21 17:03:27 PDT
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 13 2018-05-21 17:05:09 PDT
Note You need to log in before you can comment on or make changes to this bug.