Bug 217738 - REGRESSION (r268489): test/built-ins/Object/entries/order-after-define-property.js failing on test262 bots
Summary: REGRESSION (r268489): test/built-ins/Object/entries/order-after-define-proper...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Alexey Shvayka
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-10-14 16:30 PDT by Ryan Haddad
Modified: 2020-10-18 15:25 PDT (History)
13 users (show)

See Also:


Attachments
Patch (3.62 KB, patch)
2020-10-15 00:56 PDT, Alexey Shvayka
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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].