RESOLVED FIXED 192031
Update generate-{derived,unified}-sources scripts to support generating .xcfilelist files
https://bugs.webkit.org/show_bug.cgi?id=192031
Summary Update generate-{derived,unified}-sources scripts to support generating .xcfi...
Keith Rollin
Reported 2018-11-27 13:27:58 PST
The Generate Derived Sources and Generate Unified Sources build phases in Xcode need to have their inputs and outputs specified. This specification will come in the form of .xcfilelist files that will be attached to these build phases. There is one .xcfilelist file that lists the input file and one that lists the output files. As part of this work, the various generate-{derived,unified}-sources scripts that are executed in these Generate build phases are modified to help in the creation of these .xcfilelist files. In particular, they can now be invoked with command-line parameters. These parameters are then used to alter the normal execution of these scripts, causing them to produce the .xcfilelist files as opposed to actually generating the files that are listed in those files.
Attachments
Patch (16.73 KB, patch)
2018-11-27 13:31 PST, Keith Rollin
no flags
Archive of layout-test-results from ews122 for ios-simulator-wk2 (2.70 MB, application/zip)
2018-11-27 16:41 PST, EWS Watchlist
no flags
Radar WebKit Bug Importer
Comment 1 2018-11-27 13:28:28 PST
Keith Rollin
Comment 2 2018-11-27 13:31:32 PST
EWS Watchlist
Comment 3 2018-11-27 16:41:48 PST
Comment on attachment 355771 [details] Patch Attachment 355771 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: https://webkit-queues.webkit.org/results/10173238 New failing tests: media/no-fullscreen-when-hidden.html
EWS Watchlist
Comment 4 2018-11-27 16:41:50 PST
Created attachment 355817 [details] Archive of layout-test-results from ews122 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews122 Port: ios-simulator-wk2 Platform: Mac OS X 10.13.6
WebKit Commit Bot
Comment 5 2018-11-28 14:10:00 PST
Comment on attachment 355771 [details] Patch Clearing flags on attachment: 355771 Committed r238639: <https://trac.webkit.org/changeset/238639>
WebKit Commit Bot
Comment 6 2018-11-28 14:10:02 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.