Title: [226535] trunk/JSTests
Revision
226535
Author
[email protected]
Date
2018-01-08 13:54:24 -0800 (Mon, 08 Jan 2018)

Log Message

Disable SharedArrayBuffer tests missed in r226386.
https://bugs.webkit.org/show_bug.cgi?id=181266

Unreviewed test gardening.

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (226534 => 226535)


--- trunk/JSTests/ChangeLog	2018-01-08 21:53:57 UTC (rev 226534)
+++ trunk/JSTests/ChangeLog	2018-01-08 21:54:24 UTC (rev 226535)
@@ -1,3 +1,12 @@
+2018-01-08  Ryan Haddad  <[email protected]>
+
+        Disable SharedArrayBuffer tests missed in r226386.
+        https://bugs.webkit.org/show_bug.cgi?id=181266
+
+        Unreviewed test gardening.
+
+        * test262.yaml:
+
 2018-01-06  Yusuke Suzuki  <[email protected]>
 
         Object.getOwnPropertyNames includes "arguments" and "caller" for bound functions

Modified: trunk/JSTests/test262.yaml (226534 => 226535)


--- trunk/JSTests/test262.yaml	2018-01-08 21:53:57 UTC (rev 226534)
+++ trunk/JSTests/test262.yaml	2018-01-08 21:54:24 UTC (rev 226535)
@@ -13026,7 +13026,7 @@
 - path: test262/test/built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer.js
   cmd: runTest262 :skip, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
 - path: test262/test/built-ins/ArrayBuffer/prototype/slice/this-is-sharedarraybuffer.js
-  cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
+  cmd: runTest262 :skip, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
 - path: test262/test/built-ins/ArrayBuffer/prototype/slice/tointeger-conversion-end.js
   cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
 - path: test262/test/built-ins/ArrayBuffer/prototype/slice/tointeger-conversion-end.js
@@ -52382,31 +52382,31 @@
 - path: test262/test/built-ins/TypedArrays/buffer-arg-returns-new-instance-sab.js
   cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-returns-new-instance-sab.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
+  cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/buffer-arg-returns-new-instance.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-returns-new-instance.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-bytelength-sab.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
+  cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-bytelength-sab.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
+  cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-bytelength.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-bytelength.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-byteoffset-sab.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
+  cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-byteoffset-sab.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
+  cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-byteoffset.js
   cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-toindex-byteoffset.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/buffer-arg-typedarray-backed-by-sharedarraybuffer.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
+  cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-typedarray-backed-by-sharedarraybuffer.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
+  cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], [:strict]
 - path: test262/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
   cmd: runTest262 :skip, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js", "../../../harness/testTypedArray.js"], []
 - path: test262/test/built-ins/TypedArrays/buffer-arg-use-custom-proto-if-object-sab.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to