RESOLVED FIXED 211298
REGRESSION (r260990): 8 test262 unicode tests failing
https://bugs.webkit.org/show_bug.cgi?id=211298
Summary REGRESSION (r260990): 8 test262 unicode tests failing
Ryan Haddad
Reported 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
Attachments
Patch (2.29 KB, patch)
2020-05-01 11:15 PDT, Yusuke Suzuki
no flags
Radar WebKit Bug Importer
Comment 1 2020-05-01 10:16:59 PDT
Yusuke Suzuki
Comment 2 2020-05-01 11:15:10 PDT
EWS
Comment 3 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].
Note You need to log in before you can comment on or make changes to this bug.