RESOLVED FIXED 217738
REGRESSION (r268489): test/built-ins/Object/entries/order-after-define-property.js failing on test262 bots
https://bugs.webkit.org/show_bug.cgi?id=217738
Summary REGRESSION (r268489): test/built-ins/Object/entries/order-after-define-proper...
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.