Bug 170884 - test262: test262/test/built-ins/Date/prototype/Symbol.toPrimitive/name.js
Summary: test262: test262/test/built-ins/Date/prototype/Symbol.toPrimitive/name.js
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Joseph Pecoraro
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-04-16 02:06 PDT by Joseph Pecoraro
Modified: 2017-04-16 04:13 PDT (History)
9 users (show)

See Also:


Attachments
[PATCH] Proposed Fix (22.36 KB, patch)
2017-04-16 02:08 PDT, Joseph Pecoraro
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews107 for mac-elcapitan-wk2 (904.31 KB, application/zip)
2017-04-16 03:41 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Joseph Pecoraro 2017-04-16 02:06:25 PDT
test262/test/built-ins/Date/prototype/Symbol.toPrimitive/name.js

Test:
assert( Date.prototype[Symbol.toPrimitive].name === "[Symbol.toPrimitive]" )

Notes:
- WebKit's current name is "anonymous"
- Chrome and Firefox have expected names
- There are a bunch of other native Symbol functions that also have incorrect names
Comment 1 Joseph Pecoraro 2017-04-16 02:08:00 PDT
Created attachment 307223 [details]
[PATCH] Proposed Fix
Comment 2 Build Bot 2017-04-16 03:41:13 PDT
Comment on attachment 307223 [details]
[PATCH] Proposed Fix

Attachment 307223 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.webkit.org/results/3544827

New failing tests:
webrtc/multi-video.html
Comment 3 Build Bot 2017-04-16 03:41:14 PDT
Created attachment 307224 [details]
Archive of layout-test-results from ews107 for mac-elcapitan-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews107  Port: mac-elcapitan-wk2  Platform: Mac OS X 10.11.6
Comment 4 Yusuke Suzuki 2017-04-16 03:45:38 PDT
Comment on attachment 307223 [details]
[PATCH] Proposed Fix

r=me
Comment 5 WebKit Commit Bot 2017-04-16 04:13:49 PDT
Comment on attachment 307223 [details]
[PATCH] Proposed Fix

Clearing flags on attachment: 307223

Committed r215399: <http://trac.webkit.org/changeset/215399>
Comment 6 WebKit Commit Bot 2017-04-16 04:13:51 PDT
All reviewed patches have been landed.  Closing bug.