Bug 211298 - REGRESSION (r260990): 8 test262 unicode tests failing
Summary: REGRESSION (r260990): 8 test262 unicode tests failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Yusuke Suzuki
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-05-01 10:16 PDT by Ryan Haddad
Modified: 2020-05-01 12:20 PDT (History)
3 users (show)

See Also:


Attachments
Patch (2.29 KB, patch)
2020-05-01 11:15 PDT, Yusuke Suzuki
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-05-01 10:16:15 PDT
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
Comment 1 Radar WebKit Bug Importer 2020-05-01 10:16:59 PDT
<rdar://problem/62734441>
Comment 2 Yusuke Suzuki 2020-05-01 11:15:10 PDT
Created attachment 398208 [details]
Patch
Comment 3 EWS 2020-05-01 12:20:15 PDT
Committed r261011: <https://trac.webkit.org/changeset/261011>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 398208 [details].