[Webkit-unassigned] [Bug 254248] New: REGRESSION(261825 at main?): [ JSC ] 4X Test262-Tests are constant failures in default and strict mode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Mar 21 18:29:13 PDT 2023


https://bugs.webkit.org/show_bug.cgi?id=254248

            Bug ID: 254248
           Summary: REGRESSION(261825 at main?): [ JSC ] 4X Test262-Tests are
                    constant failures in default and strict mode
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: Jenner at apple.com

The following 4x test-262-tests are constant failures in default and strict mode on macOS Monterey+:

test/built-ins/Function/prototype/bind/instance-length-default-value.js
test/intl402/Collator/prototype/compare/compare-function-name.js
test/intl402/DateTimeFormat/prototype/format/format-function-name.js
test/intl402/NumberFormat/prototype/format/format-function-name.js

HISTORY:
https://build.webkit.org/#/builders/760

Looking at the test runs there appears to be a pretty clear regression point of 261825 at main. That's when the tests started to fail, and it appears that the macOS version, Xcode version, and the timezone database version were all the same between 261825 at main, the first observed failure and 261824 at main, the last time everything was passing. 


STDIO FAILURE TEXT:
FAIL test/built-ins/Function/prototype/bind/instance-length-default-value.js (default)
Full Output:
Exception: TypeError: Cannot convert a symbol to a number
bind@[native code]
global code@/Volumes/Data/worker/Apple-Ventura-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Function/prototype/bind/instance-length-default-value.js:41:26
FAIL test/built-ins/Function/prototype/bind/instance-length-default-value.js (strict mode)
Full Output:
Exception: TypeError: Cannot convert a symbol to a number
bind@[native code]
global code@/Volumes/Data/worker/Apple-Ventura-AppleSilicon-Release-Test262-Tests/build/JSTests/test262/test/built-ins/Function/prototype/bind/instance-length-default-value.js:42:26
FAIL test/intl402/Collator/prototype/compare/compare-function-name.js (default)
Full Output:
Exception: Test262Error: descriptor should not be enumerable; descriptor should not be writable
FAIL test/intl402/Collator/prototype/compare/compare-function-name.js (strict mode)
Full Output:
Exception: Test262Error: descriptor should not be enumerable; descriptor should not be writable
FAIL test/intl402/DateTimeFormat/prototype/format/format-function-name.js (default)
Full Output:
Exception: Test262Error: descriptor should not be enumerable; descriptor should not be writable
FAIL test/intl402/DateTimeFormat/prototype/format/format-function-name.js (strict mode)
Full Output:
Exception: Test262Error: descriptor should not be enumerable; descriptor should not be writable
FAIL test/intl402/NumberFormat/prototype/format/format-function-name.js (default)
Full Output:
Exception: Test262Error: descriptor should not be enumerable; descriptor should not be writable
FAIL test/intl402/NumberFormat/prototype/format/format-function-name.js (strict mode)
Full Output:
Exception: Test262Error: descriptor should not be enumerable; descriptor should not be writable

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230322/f29f8fdf/attachment-0001.htm>


More information about the webkit-unassigned mailing list