Title: [222859] trunk/JSTests
Revision
222859
Author
[email protected]
Date
2017-10-04 10:57:22 -0700 (Wed, 04 Oct 2017)

Log Message

Unreviewed, marking tco-catch.js as a failure after test262 update
https://bugs.webkit.org/show_bug.cgi?id=177859

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (222858 => 222859)


--- trunk/JSTests/ChangeLog	2017-10-04 17:50:07 UTC (rev 222858)
+++ trunk/JSTests/ChangeLog	2017-10-04 17:57:22 UTC (rev 222859)
@@ -1,3 +1,10 @@
+2017-10-04  Joseph Pecoraro  <[email protected]>
+
+        Unreviewed, marking tco-catch.js as a failure after test262 update
+        https://bugs.webkit.org/show_bug.cgi?id=177859
+
+        * test262.yaml:
+
 2017-10-04  Yusuke Suzuki  <[email protected]>
 
         Unreviewed, marking one async iterator test262 test failed

Modified: trunk/JSTests/test262.yaml (222858 => 222859)


--- trunk/JSTests/test262.yaml	2017-10-04 17:50:07 UTC (rev 222858)
+++ trunk/JSTests/test262.yaml	2017-10-04 17:57:22 UTC (rev 222859)
@@ -109630,7 +109630,7 @@
 - path: test262/test/language/statements/try/tco-catch-finally.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tcoHelper.js"], [:strict]
 - path: test262/test/language/statements/try/tco-catch.js
-  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tcoHelper.js"], [:strict]
+  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tcoHelper.js"], [:strict]
 - path: test262/test/language/statements/try/tco-finally.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tcoHelper.js"], [:strict]
 - path: test262/test/language/statements/variable/12.2.1-1-s.js
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to