Bug 211298

Summary: REGRESSION (r260990): 8 test262 unicode tests failing
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: JavaScriptCoreAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED FIXED    
Severity: Normal CC: saam, webkit-bot-watchers-bugzilla, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
See Also: https://bugs.webkit.org/show_bug.cgi?id=211205
Attachments:
Description Flags
Patch none

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].