Title: [261011] trunk/JSTests
- Revision
- 261011
- Author
- ysuz...@apple.com
- Date
- 2020-05-01 12:20:10 -0700 (Fri, 01 May 2020)
Log Message
REGRESSION (r260990): 8 test262 unicode tests failing
https://bugs.webkit.org/show_bug.cgi?id=211298
Reviewed by Saam Barati.
These unicode identifier tests are marked as PASS in r260990, but they are failing.
Update test262/expectations.yaml by running `test262-runner --release --save`.
* test262/expectations.yaml:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (261010 => 261011)
--- trunk/JSTests/ChangeLog 2020-05-01 19:12:47 UTC (rev 261010)
+++ trunk/JSTests/ChangeLog 2020-05-01 19:20:10 UTC (rev 261011)
@@ -1,3 +1,15 @@
+2020-05-01 Yusuke Suzuki <ysuz...@apple.com>
+
+ REGRESSION (r260990): 8 test262 unicode tests failing
+ https://bugs.webkit.org/show_bug.cgi?id=211298
+
+ Reviewed by Saam Barati.
+
+ These unicode identifier tests are marked as PASS in r260990, but they are failing.
+ Update test262/expectations.yaml by running `test262-runner --release --save`.
+
+ * test262/expectations.yaml:
+
2020-05-01 Pablo Saavedra <psaave...@igalia.com>
Skip on ARM and MIPS stress/array-buffer-view-watchpoint-can-be-fired-in-really-add-in-dfg.js added after r260990
Modified: trunk/JSTests/test262/expectations.yaml (261010 => 261011)
--- trunk/JSTests/test262/expectations.yaml 2020-05-01 19:12:47 UTC (rev 261010)
+++ trunk/JSTests/test262/expectations.yaml 2020-05-01 19:20:10 UTC (rev 261011)
@@ -3050,6 +3050,18 @@
test/language/global-code/script-decl-var-err.js:
default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all'
+test/language/identifiers/part-unicode-13.0.0-escaped.js:
+ default: "SyntaxError: Invalid unicode escape in identifier: '_\\u0B55'"
+ strict mode: "SyntaxError: Invalid unicode escape in identifier: '_\\u0B55'"
+test/language/identifiers/part-unicode-13.0.0.js:
+ default: "SyntaxError: Invalid character '\\u0b55'"
+ strict mode: "SyntaxError: Invalid character '\\u0b55'"
+test/language/identifiers/start-unicode-13.0.0-escaped.js:
+ default: "SyntaxError: Invalid unicode escape in identifier: '\\u08BE'"
+ strict mode: "SyntaxError: Invalid unicode escape in identifier: '\\u08BE'"
+test/language/identifiers/start-unicode-13.0.0.js:
+ default: "SyntaxError: Invalid character '\\u08be'"
+ strict mode: "SyntaxError: Invalid character '\\u08be'"
test/language/literals/regexp/u-astral-char-class-invert.js:
default: 'Test262Error: Expected SameValue(«�», «null») to be true'
strict mode: 'Test262Error: Expected SameValue(«�», «null») to be true'
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes