Title: [223961] trunk/JSTests
Revision
223961
Author
[email protected]
Date
2017-10-25 10:42:20 -0700 (Wed, 25 Oct 2017)

Log Message

Mark test262.yaml/test262/test/language/statements/try/tco-catch.js as passing.
https://bugs.webkit.org/show_bug.cgi?id=178592

Unreviewed test gardening.

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (223960 => 223961)


--- trunk/JSTests/ChangeLog	2017-10-25 17:39:47 UTC (rev 223960)
+++ trunk/JSTests/ChangeLog	2017-10-25 17:42:20 UTC (rev 223961)
@@ -1,3 +1,12 @@
+2017-10-25  Ryan Haddad  <[email protected]>
+
+        Mark test262.yaml/test262/test/language/statements/try/tco-catch.js as passing.
+        https://bugs.webkit.org/show_bug.cgi?id=178592
+
+        Unreviewed test gardening.
+
+        * test262.yaml:
+
 2017-10-24  Yusuke Suzuki  <[email protected]>
 
         [FTL] Support NewStringObject

Modified: trunk/JSTests/test262.yaml (223960 => 223961)


--- trunk/JSTests/test262.yaml	2017-10-25 17:39:47 UTC (rev 223960)
+++ trunk/JSTests/test262.yaml	2017-10-25 17:42:20 UTC (rev 223961)
@@ -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 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tcoHelper.js"], [:strict]
+  cmd: runTest262 :normal, "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