Summary: | [test262] test/built-ins/ShadowRealm/prototype/evaluate/wrapped-function-proto-from-caller-realm.js is failing | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> | ||||
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> | ||||
Status: | RESOLVED FIXED | ||||||
Severity: | Normal | CC: | pmates, webkit-bot-watchers-bugzilla, webkit-bug-importer, ysuzuki | ||||
Priority: | P2 | Keywords: | InRadar | ||||
Version: | WebKit Nightly Build | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
See Also: | https://bugs.webkit.org/show_bug.cgi?id=230602 | ||||||
Attachments: |
|
Description
Ryan Haddad
2021-10-19 23:34:34 PDT
Created attachment 441859 [details]
Patch
This particular failure has subsequently been fixed in https://github.com/tc39/test262/pull/3251/files#diff-86f8c4c8961962ba7711ccf8bece8fc7ba4aeab5cf140ad137a1430b567ef073R38 Once fixed, the test still fails due to a bug in the current shadow realms implementation so I'm adding it to the expectations.yaml list of expected failures. Given these changes, I also figured I'd include in the patch a full test262 update. This is my first time doing it, so please let me know if I missed a step Committed r284751 (243460@main): <https://commits.webkit.org/243460@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 441859 [details]. This patch broke test262 bot. https://build.webkit.org/#/builders/8 expectations.yaml needs to be updated based on BigSur JSC. Committed r284886 (243563@main): <https://commits.webkit.org/243563@main> |