Making config changes to bring up WebGL testing queue.
<rdar://problem/57335349>
Created attachment 383903 [details] Patch
Comment on attachment 383903 [details] Patch Please update unit-tests, and also verify that 'buildbot checkconfig' passes.
Created attachment 383920 [details] Patch
Comment on attachment 383920 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=383920&action=review > Tools/BuildSlaveSupport/build.webkit.org-config/config.json:120 > + "additionalArguments": ["--no-retry-failures", "--webgl"], Not a fan of the —webgl switch name. It’s not clear at all from looking at this what it does.
Comment on attachment 383920 [details] Patch Attachment 383920 [details] did not pass win-ews (win): Output: https://webkit-queues.webkit.org/results/13268580 New failing tests: fast/dom/domTokenListIterator.html fast/dom/nodeListIterator.html fast/dom/NodeList/nodelist-iterable.html http/tests/security/cross-frame-access-enumeration.html
Created attachment 383947 [details] Archive of layout-test-results from ews210 for win-future The attached test failures were seen while running run-webkit-tests on the win-ews. Bot: ews210 Port: win-future Platform: CYGWIN_NT-10.0-17763-3.0.5-338.x86_64-x86_64-64bit
(In reply to Alexey Proskuryakov from comment #5) > Comment on attachment 383920 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=383920&action=review > > > Tools/BuildSlaveSupport/build.webkit.org-config/config.json:120 > > + "additionalArguments": ["--no-retry-failures", "--webgl"], > > Not a fan of the —webgl switch name. It’s not clear at all from looking at > this what it does. The help message for --webgl make it clear what the option does, as does the output of run-webkit-tests when you invoke with that argument. Although, perhaps more importantly, that code hasn't landed yet <https://bugs.webkit.org/show_bug.cgi?id=204327>. Do you have a better idea for what this argument should be?
Created attachment 383968 [details] Patch
Comment on attachment 383968 [details] Patch Landing this before https://bugs.webkit.org/show_bug.cgi?id=204327 feels wrong though, even if it won't take effect until a restart.
Committed r252703: <https://trac.webkit.org/changeset/252703>