Bug 145556 - [ES6] Implement @@toStringTag
Summary: [ES6] Implement @@toStringTag
Status: RESOLVED INVALID
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords:
Depends on: 145798
Blocks:
  Show dependency treegraph
 
Reported: 2015-06-02 11:55 PDT by Yusuke Suzuki
Modified: 2016-11-17 01:04 PST (History)
6 users (show)

See Also:


Attachments
Patch (22.33 KB, patch)
2015-06-07 10:20 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Patch (25.45 KB, patch)
2015-06-07 10:30 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews103 for mac-mavericks (564.66 KB, application/zip)
2015-06-07 11:22 PDT, Build Bot
no flags Details
Archive of layout-test-results from ews105 for mac-mavericks-wk2 (636.32 KB, application/zip)
2015-06-07 11:26 PDT, Build Bot
no flags Details
Patch (37.90 KB, patch)
2015-06-07 15:43 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews102 for mac-mavericks (544.45 KB, application/zip)
2015-06-07 16:33 PDT, Build Bot
no flags Details
Patch (31.66 KB, patch)
2015-06-09 12:15 PDT, Yusuke Suzuki
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Yusuke Suzuki 2015-06-02 11:55:01 PDT
[ES6] Implement @toStringTag
Comment 1 Yusuke Suzuki 2015-06-07 10:20:16 PDT
Created attachment 254439 [details]
Patch
Comment 2 Yusuke Suzuki 2015-06-07 10:30:05 PDT
Created attachment 254441 [details]
Patch
Comment 3 Build Bot 2015-06-07 11:22:20 PDT
Comment on attachment 254441 [details]
Patch

Attachment 254441 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/4895051394056192

New failing tests:
http/tests/security/cross-frame-access-history-get.html
http/tests/security/cross-frame-access-object-setPrototypeOf.html
http/tests/security/cross-frame-access-custom.html
http/tests/history/cross-origin-replace-history-object-child.html
Comment 4 Build Bot 2015-06-07 11:22:23 PDT
Created attachment 254443 [details]
Archive of layout-test-results from ews103 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews103  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 5 Build Bot 2015-06-07 11:26:23 PDT
Comment on attachment 254441 [details]
Patch

Attachment 254441 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6337006535704576

New failing tests:
http/tests/security/cross-frame-access-object-setPrototypeOf.html
http/tests/security/cross-frame-access-custom.html
http/tests/history/cross-origin-replace-history-object-child.html
plugins/embed-inside-object.html
Comment 6 Build Bot 2015-06-07 11:26:25 PDT
Created attachment 254444 [details]
Archive of layout-test-results from ews105 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 7 Yusuke Suzuki 2015-06-07 11:27:11 PDT
Hm, I'll checkk it...
Comment 8 Yusuke Suzuki 2015-06-07 15:43:03 PDT
Created attachment 254454 [details]
Patch
Comment 9 Build Bot 2015-06-07 16:33:30 PDT
Comment on attachment 254454 [details]
Patch

Attachment 254454 [details] did not pass mac-ews (mac):
Output: http://webkit-queues.appspot.com/results/4594415360278528

New failing tests:
http/tests/security/cross-frame-access-history-get.html
Comment 10 Build Bot 2015-06-07 16:33:34 PDT
Created attachment 254457 [details]
Archive of layout-test-results from ews102 for mac-mavericks

The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102  Port: mac-mavericks  Platform: Mac OS X 10.9.5
Comment 11 Yusuke Suzuki 2015-06-09 03:01:39 PDT
I'll decouple the Symbol & Plugin crash bug from this issue.
Comment 12 Yusuke Suzuki 2015-06-09 12:15:40 PDT
Created attachment 254586 [details]
Patch