RESOLVED FIXED 171160
test262: test262/test/language/statements/for-of/dstr-array-elem-init-fn-name-arrow.js
https://bugs.webkit.org/show_bug.cgi?id=171160
Summary test262: test262/test/language/statements/for-of/dstr-array-elem-init-fn-name...
Joseph Pecoraro
Reported 2017-04-22 01:12:20 PDT
test262/test/language/statements/for-of/dstr-array-elem-init-fn-name-arrow.js Test: for ([ arrow = ()=>{} ] of [[]]) assert(arrow.name === "arrow"); Notes: - This is a default value assignment in destructuring where the function and name are known statically but we aren't linking them up - We are just missing a place where we can infer the name in our pattern detection! - Chrome passes, Firefox doesn't
Attachments
[PATCH] Proposed Fix (24.13 KB, patch)
2017-04-22 01:15 PDT, Joseph Pecoraro
no flags
Archive of layout-test-results from ews122 for ios-simulator-wk2 (846.99 KB, application/zip)
2017-04-22 03:32 PDT, Build Bot
no flags
Joseph Pecoraro
Comment 1 2017-04-22 01:15:45 PDT
Created attachment 307901 [details] [PATCH] Proposed Fix
Build Bot
Comment 2 2017-04-22 03:32:21 PDT
Comment on attachment 307901 [details] [PATCH] Proposed Fix Attachment 307901 [details] did not pass ios-sim-ews (ios-simulator-wk2): Output: http://webkit-queues.webkit.org/results/3583340 New failing tests: compositing/absolute-inside-out-of-view-fixed.html
Build Bot
Comment 3 2017-04-22 03:32:22 PDT
Created attachment 307903 [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.11.6
JF Bastien
Comment 4 2017-04-24 09:34:37 PDT
Comment on attachment 307901 [details] [PATCH] Proposed Fix r=me
WebKit Commit Bot
Comment 5 2017-04-24 10:59:53 PDT
Comment on attachment 307901 [details] [PATCH] Proposed Fix Clearing flags on attachment: 307901 Committed r215687: <http://trac.webkit.org/changeset/215687>
WebKit Commit Bot
Comment 6 2017-04-24 11:00:15 PDT
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.