loadConfig should ensure that the triggers are valid, so as to prevent any errors in triggers. Two common cases of error in triggers are: 1) unused trigger in 'triggers' section of config.json 2) builder referencing non-existing trigger Unit-tests should fail when above error exist in config.json Also see: <rdar://problem/35892616> for related issue.
Created attachment 345984 [details] Proposed patch
Comment on attachment 345984 [details] Proposed patch Attachment 345984 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/8681037 New failing tests: http/tests/security/contentSecurityPolicy/userAgentShadowDOM/allow-video.html
Created attachment 345989 [details] Archive of layout-test-results from ews205 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews205 Port: win-future Platform: CYGWIN_NT-6.1-2.9.0-0.318-5-3-x86_64-64bit
Comment on attachment 345984 [details] Proposed patch Clearing flags on attachment: 345984 Committed r234395: <https://trac.webkit.org/changeset/234395>
All reviewed patches have been landed. Closing bug.
<rdar://problem/42751331>