Bug 217738

Summary: REGRESSION (r268489): test/built-ins/Object/entries/order-after-define-property.js failing on test262 bots
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: JavaScriptCoreAssignee: Alexey Shvayka <ashvayka>
Status: RESOLVED FIXED    
Severity: Normal CC: ashvayka, darin, ews-watchlist, joepeck, keith_miller, mark.lam, msaboff, ross.kirsling, saam, tzagallo, 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=175432
Attachments:
Description Flags
Patch none

Ryan Haddad
Reported 2020-10-14 16:30:18 PDT
The test below is failing on test262 bots after https://trac.webkit.org/changeset/268489/webkit ---------------NEW FAILING TESTS SUMMARY--------------- FAIL test/built-ins/Object/entries/order-after-define-property.js (default) Full Output: Exception: Test262Error: Expected [, a, name] and [name, a] to have the same contents. FAIL test/built-ins/Object/entries/order-after-define-property.js (strict mode) Full Output: Exception: Test262Error: Expected [, a, name] and [name, a] to have the same contents. https://build.webkit.org/builders/Apple-Catalina-Debug-Test262-Tests/builds/8411/steps/test262-test/logs/stdio
Attachments
Patch (3.62 KB, patch)
2020-10-15 00:56 PDT, Alexey Shvayka
no flags
Radar WebKit Bug Importer
Comment 1 2020-10-14 16:31:29 PDT
Alexey Shvayka
Comment 2 2020-10-15 00:56:25 PDT
Yusuke Suzuki
Comment 3 2020-10-15 10:16:31 PDT
Comment on attachment 411417 [details] Patch r=me
EWS
Comment 4 2020-10-15 10:23:06 PDT
Committed r268528: <https://trac.webkit.org/changeset/268528> All reviewed patches have been landed. Closing bug and clearing flags on attachment 411417 [details].
Note You need to log in before you can comment on or make changes to this bug.