Title: [214989] trunk/JSTests
Revision
214989
Author
[email protected]
Date
2017-04-05 22:26:49 -0700 (Wed, 05 Apr 2017)

Log Message

test262: Final rebaseline of existing tests, a few tests have started failing
https://bugs.webkit.org/show_bug.cgi?id=170538

Patch by Joseph Pecoraro <[email protected]> on 2017-04-05
Reviewed by Mark Lam.

* test262.yaml:
These tests started failing a while ago. Mark them as legitmate failures.

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (214988 => 214989)


--- trunk/JSTests/ChangeLog	2017-04-06 04:45:37 UTC (rev 214988)
+++ trunk/JSTests/ChangeLog	2017-04-06 05:26:49 UTC (rev 214989)
@@ -1,5 +1,15 @@
 2017-04-05  Joseph Pecoraro  <[email protected]>
 
+        test262: Final rebaseline of existing tests, a few tests have started failing
+        https://bugs.webkit.org/show_bug.cgi?id=170538
+
+        Reviewed by Mark Lam.
+
+        * test262.yaml:
+        These tests started failing a while ago. Mark them as legitmate failures.
+
+2017-04-05  Joseph Pecoraro  <[email protected]>
+
         test262: Rebaseline expectations for now passing tests
         https://bugs.webkit.org/show_bug.cgi?id=170532
 

Modified: trunk/JSTests/test262.yaml (214988 => 214989)


--- trunk/JSTests/test262.yaml	2017-04-06 04:45:37 UTC (rev 214988)
+++ trunk/JSTests/test262.yaml	2017-04-06 05:26:49 UTC (rev 214989)
@@ -12642,9 +12642,9 @@
 - path: test262/test/built-ins/Array/prototype/splice/create-non-array.js
   cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
 - path: test262/test/built-ins/Array/prototype/splice/create-proxy.js
-  cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
+  cmd: runTest262 :fail, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
 - path: test262/test/built-ins/Array/prototype/splice/create-proxy.js
-  cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
+  cmd: runTest262 :fail, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
 - path: test262/test/built-ins/Array/prototype/splice/create-revoked-proxy.js
   cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
 - path: test262/test/built-ins/Array/prototype/splice/create-revoked-proxy.js
@@ -12890,9 +12890,9 @@
 - path: test262/test/built-ins/ArrayBuffer/allocation-limit.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js"], [:strict]
 - path: test262/test/built-ins/ArrayBuffer/data-allocation-after-object-creation.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js"], []
+  cmd: runTest262 :fail, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js"], []
 - path: test262/test/built-ins/ArrayBuffer/data-allocation-after-object-creation.js
-  cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js"], [:strict]
+  cmd: runTest262 :fail, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js"], [:strict]
 - path: test262/test/built-ins/ArrayBuffer/init-zero.js
   cmd: runTest262 :normal, "NoException", ["../../../harness/assert.js", "../../../harness/sta.js"], []
 - path: test262/test/built-ins/ArrayBuffer/init-zero.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to