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

Description Ryan Haddad 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
Comment 1 Radar WebKit Bug Importer 2020-10-14 16:31:29 PDT
<rdar://problem/70313172>
Comment 2 Alexey Shvayka 2020-10-15 00:56:25 PDT
Created attachment 411417 [details]
Patch
Comment 3 Yusuke Suzuki 2020-10-15 10:16:31 PDT
Comment on attachment 411417 [details]
Patch

r=me
Comment 4 EWS 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].