Title: [244833] trunk/JSTests
Revision
244833
Author
[email protected]
Date
2019-05-01 10:48:59 -0700 (Wed, 01 May 2019)

Log Message

Unreviewed correction to Test262 expectations following r244828.

* test262/expectations.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (244832 => 244833)


--- trunk/JSTests/ChangeLog	2019-05-01 17:42:51 UTC (rev 244832)
+++ trunk/JSTests/ChangeLog	2019-05-01 17:48:59 UTC (rev 244833)
@@ -1,3 +1,9 @@
+2019-05-01  Ross Kirsling  <[email protected]>
+
+        Unreviewed correction to Test262 expectations following r244828.
+
+        * test262/expectations.yaml:
+
 2019-05-01  Stephan Szabo  <[email protected]>
 
         Add memory-limited skipping to some tests generating very large strings

Modified: trunk/JSTests/test262/expectations.yaml (244832 => 244833)


--- trunk/JSTests/test262/expectations.yaml	2019-05-01 17:42:51 UTC (rev 244832)
+++ trunk/JSTests/test262/expectations.yaml	2019-05-01 17:48:59 UTC (rev 244833)
@@ -1156,8 +1156,8 @@
   default: 'Test262Error: Expected SameValue(«/(?:)/», «/(?:)/») to be true'
   strict mode: 'Test262Error: Expected SameValue(«/(?:)/», «/(?:)/») to be true'
 test/built-ins/RegExp/prototype/Symbol.match/builtin-infer-unicode.js:
-  default: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
-  strict mode: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
+  default: 'Test262Error: Expected SameValue(«�», «null») to be true'
+  strict mode: 'Test262Error: Expected SameValue(«�», «null») to be true'
 test/built-ins/RegExp/prototype/Symbol.replace/result-coerce-capture.js:
   default: 'Test262Error: Expected SameValue(«», «foo[toString value]bar») to be true'
   strict mode: 'Test262Error: Expected SameValue(«», «foo[toString value]bar») to be true'
@@ -1192,8 +1192,8 @@
   default: 'Test262Error: Expected SameValue(«0», «1») to be true'
   strict mode: 'Test262Error: Expected SameValue(«0», «1») to be true'
 test/built-ins/RegExp/prototype/exec/u-lastindex-adv.js:
-  default: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
-  strict mode: 'Test262Error: Expected SameValue(Â«í¼†Â», «null») to be true'
+  default: 'Test262Error: Expected SameValue(«�», «null») to be true'
+  strict mode: 'Test262Error: Expected SameValue(«�», «null») to be true'
 test/built-ins/RegExp/prototype/global/cross-realm.js:
   default: 'Test262Error: cross-realm RegExp.prototype Expected a TypeError to be thrown but no exception was thrown at all'
   strict mode: 'Test262Error: cross-realm RegExp.prototype Expected a TypeError to be thrown but no exception was thrown at all'
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to