[Webkit-unassigned] [Bug 211298] New: REGRESSION (r260990): 8 test262 unicode tests failing

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 1 10:16:15 PDT 2020


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

            Bug ID: 211298
           Summary: REGRESSION (r260990): 8 test262 unicode tests failing
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ryanhaddad at apple.com

After https://trac.webkit.org/changeset/260990 landed, 8 test262 unicode tests are failing on release / debug bots:


FAIL test/language/identifiers/part-unicode-13.0.0-escaped.js (default)
Full Output:
Exception: SyntaxError: Invalid unicode escape in identifier: '_\u0B55'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/part-unicode-13.0.0-escaped.js:16

FAIL test/language/identifiers/part-unicode-13.0.0-escaped.js (strict mode)
Full Output:
Exception: SyntaxError: Invalid unicode escape in identifier: '_\u0B55'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/part-unicode-13.0.0-escaped.js:17

FAIL test/language/identifiers/part-unicode-13.0.0.js (default)
Full Output:
Exception: SyntaxError: Invalid character '\u0b55'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/part-unicode-13.0.0.js:14

FAIL test/language/identifiers/part-unicode-13.0.0.js (strict mode)
Full Output:
Exception: SyntaxError: Invalid character '\u0b55'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/part-unicode-13.0.0.js:15

FAIL test/language/identifiers/start-unicode-13.0.0-escaped.js (default)
Full Output:
Exception: SyntaxError: Invalid unicode escape in identifier: '\u08BE'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/start-unicode-13.0.0-escaped.js:16

FAIL test/language/identifiers/start-unicode-13.0.0-escaped.js (strict mode)
Full Output:
Exception: SyntaxError: Invalid unicode escape in identifier: '\u08BE'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/start-unicode-13.0.0-escaped.js:17

FAIL test/language/identifiers/start-unicode-13.0.0.js (default)
Full Output:
Exception: SyntaxError: Invalid character '\u08be'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/start-unicode-13.0.0.js:14

FAIL test/language/identifiers/start-unicode-13.0.0.js (strict mode)
Full Output:
Exception: SyntaxError: Invalid character '\u08be'
at /Volumes/Data/slave/catalina-release-tests-test262/build/JSTests/test262/test/language/identifiers/start-unicode-13.0.0.js:15

https://build.webkit.org/builders/Apple-Catalina-Release-Test262-Tests/builds/3653

-- 
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/20200501/4edcb7e5/attachment-0001.htm>


More information about the webkit-unassigned mailing list