Title: [218141] trunk/JSTests
Revision
218141
Author
sbar...@apple.com
Date
2017-06-12 15:07:18 -0700 (Mon, 12 Jun 2017)

Log Message

Update test262 test expectation since r218082 makes new tests pass.

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (218140 => 218141)


--- trunk/JSTests/ChangeLog	2017-06-12 21:56:55 UTC (rev 218140)
+++ trunk/JSTests/ChangeLog	2017-06-12 22:07:18 UTC (rev 218141)
@@ -1,5 +1,11 @@
 2017-06-12  Saam Barati  <sbar...@apple.com>
 
+        Update test262 test expectation since r218082 makes new tests pass.
+
+        * test262.yaml:
+
+2017-06-12  Saam Barati  <sbar...@apple.com>
+
         We should not claim that SpecEmpty is filtered out of cell checks on 64 bit platforms
         https://bugs.webkit.org/show_bug.cgi?id=172957
         <rdar://problem/32602704>

Modified: trunk/JSTests/test262.yaml (218140 => 218141)


--- trunk/JSTests/test262.yaml	2017-06-12 21:56:55 UTC (rev 218140)
+++ trunk/JSTests/test262.yaml	2017-06-12 22:07:18 UTC (rev 218141)
@@ -48806,9 +48806,9 @@
 - path: test262/test/built-ins/TypedArrays/length-arg-returns-object.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/length-arg-toindex-length.js
-  cmd: runTest262 :fail, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
+  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/length-arg-toindex-length.js
-  cmd: runTest262 :fail, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
+  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/length-arg-undefined-newtarget-throws.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/length-arg-undefined-newtarget-throws.js
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to