Use more Refs with WorkQueues
Created attachment 283698 [details] Patch
https://trac.webkit.org/changeset/203248
Reverted r203248 for reason: This change causes LayoutTests to crash and exit early Committed r203251: <http://trac.webkit.org/changeset/203251>
(In reply to comment #3) > Reverted r203248 for reason: > > This change causes LayoutTests to crash and exit early > > Committed r203251: <http://trac.webkit.org/changeset/203251> https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK2%20(Tests)/builds/7659 https://build.webkit.org/builders/Apple%20Yosemite%20Release%20WK2%20(Tests)/builds/16134
Comment on attachment 283698 [details] Patch Attachment 283698 [details] did not pass mac-wk2-ews (mac-wk2): Output: http://webkit-queues.webkit.org/results/1682437 Number of test failures exceeded the failure limit.
Created attachment 283699 [details] Archive of layout-test-results from ews105 for mac-yosemite-wk2 The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews. Bot: ews105 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Comment on attachment 283698 [details] Patch Attachment 283698 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/1682451 Number of test failures exceeded the failure limit.
Created attachment 283704 [details] Archive of layout-test-results from ews121 for ios-simulator-wk2 The attached test failures were seen while running run-webkit-tests on the ios-sim-ews. Bot: ews121 Port: ios-simulator-wk2 Platform: Mac OS X 10.11.5
On WK1, 200+ API tests failed with this change: https://build.webkit.org/builders/Apple%20El%20Capitan%20Release%20WK1%20(Tests)/builds/7862
HashMap<something, std::pair<Ref<something>, something>> causes awful problems like this right now.