Title: [206064] trunk/JSTests
Revision
206064
Author
utatane....@gmail.com
Date
2016-09-16 22:18:20 -0700 (Fri, 16 Sep 2016)

Log Message

Unreviewed, gardening test262 results

Some tests are now passed with JSC, but marked as failed.

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (206063 => 206064)


--- trunk/JSTests/ChangeLog	2016-09-17 03:53:29 UTC (rev 206063)
+++ trunk/JSTests/ChangeLog	2016-09-17 05:18:20 UTC (rev 206064)
@@ -1,3 +1,11 @@
+2016-09-16  Yusuke Suzuki  <utatane....@gmail.com>
+
+        Unreviewed, gardening test262 results
+
+        Some tests are now passed with JSC, but marked as failed.
+
+        * test262.yaml:
+
 2016-09-16  Joseph Pecoraro  <pecor...@apple.com>
 
         test262: Various Constructors length properties should be configurable

Modified: trunk/JSTests/test262.yaml (206063 => 206064)


--- trunk/JSTests/test262.yaml	2016-09-17 03:53:29 UTC (rev 206063)
+++ trunk/JSTests/test262.yaml	2016-09-17 05:18:20 UTC (rev 206064)
@@ -2440,7 +2440,7 @@
 - path: test262/test/annexB/language/statements/for-in/let-initializer.js
   cmd: runTest262 :normal, "SyntaxError", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
 - path: test262/test/annexB/language/statements/for-in/nonstrict-initializer.js
-  cmd: runTest262 :fail, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
+  cmd: runTest262 :normal, "NoException", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], []
 - path: test262/test/annexB/language/statements/for-in/strict-initializer.js
   cmd: runTest262 :normal, "SyntaxError", ["../../../../../harness/assert.js", "../../../../../harness/sta.js"], [:strict]
 - path: test262/test/annexB/language/statements/for-in/var-arraybindingpattern-initializer.js
@@ -52578,7 +52578,7 @@
 - path: test262/test/language/eval-code/direct/non-definable-global-generator.js
   cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
 - path: test262/test/language/eval-code/direct/non-definable-global-var.js
-  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
+  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
 - path: test262/test/language/eval-code/direct/non-string-object.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
 - path: test262/test/language/eval-code/direct/non-string-object.js
@@ -52838,9 +52838,9 @@
 - path: test262/test/language/eval-code/indirect/non-definable-global-generator.js
   cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], [:strict]
 - path: test262/test/language/eval-code/indirect/non-definable-global-var.js
-  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
+  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
 - path: test262/test/language/eval-code/indirect/non-definable-global-var.js
-  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], [:strict]
+  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], [:strict]
 - path: test262/test/language/eval-code/indirect/non-string-object.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js"], []
 - path: test262/test/language/eval-code/indirect/non-string-object.js
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to