Title: [260332] trunk/JSTests
Revision
260332
Author
keith_mil...@apple.com
Date
2020-04-18 20:07:05 -0700 (Sat, 18 Apr 2020)

Log Message

Unreviewed, mark test passing.

* test262/expectations.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (260331 => 260332)


--- trunk/JSTests/ChangeLog	2020-04-19 02:20:59 UTC (rev 260331)
+++ trunk/JSTests/ChangeLog	2020-04-19 03:07:05 UTC (rev 260332)
@@ -1,3 +1,9 @@
+2020-04-18  Keith Miller  <keith_mil...@apple.com>
+
+        Unreviewed, mark test passing.
+
+        * test262/expectations.yaml:
+
 2020-04-18  Robin Morisset  <rmoris...@apple.com>
 
         Support an inlined representation in JSValue of small BigInts ("BigInt32")

Modified: trunk/JSTests/test262/expectations.yaml (260331 => 260332)


--- trunk/JSTests/test262/expectations.yaml	2020-04-19 02:20:59 UTC (rev 260331)
+++ trunk/JSTests/test262/expectations.yaml	2020-04-19 03:07:05 UTC (rev 260332)
@@ -1168,9 +1168,6 @@
 test/built-ins/Promise/allSettled/invoke-resolve-get-error-close.js:
   default: 'Test262Error: Expected SameValue(«0», «1») to be true'
   strict mode: 'Test262Error: Expected SameValue(«0», «1») to be true'
-test/built-ins/Promise/allSettled/reject-element-function-nonconstructor.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/built-ins/Promise/any/invoke-resolve-get-error-close.js:
   default: 'Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true'
   strict mode: 'Test262:AsyncTestFailure:Test262Error: Test262Error: Expected SameValue(«0», «1») to be true'
@@ -2695,11 +2692,11 @@
   default: "Test262Error: getter for 'prototype' called"
   strict mode: "Test262Error: getter for 'prototype' called"
 test/language/expressions/logical-assignment/lgcl-and-assignment-operator-non-simple-lhs.js:
-  default: "Test262: This statement should not be evaluated."
+  default: 'Test262: This statement should not be evaluated.'
 test/language/expressions/logical-assignment/lgcl-nullish-assignment-operator-non-simple-lhs.js:
-  default: "Test262: This statement should not be evaluated."
+  default: 'Test262: This statement should not be evaluated.'
 test/language/expressions/logical-assignment/lgcl-or-assignment-operator-non-simple-lhs.js:
-  default: "Test262: This statement should not be evaluated."
+  default: 'Test262: This statement should not be evaluated.'
 test/language/expressions/new/ctorExpr-fn-ref-before-args-eval-fn-wrapup.js:
   default: "TypeError: 1 is not a constructor (evaluating 'new x(x = 1)')"
   strict mode: "TypeError: 1 is not a constructor (evaluating 'new x(x = 1)')"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to