Title: [221889] trunk/JSTests
Revision
221889
Author
[email protected]
Date
2017-09-11 16:06:25 -0700 (Mon, 11 Sep 2017)

Log Message

Change test expectation for test262/test/language/statements/try/tco-catch.js
https://bugs.webkit.org/show_bug.cgi?id=176749

Rubber stamped by Keith Miller.

It's been failing since at least r221821.  I'm changing the test expectation to
fail to green the bots while I investigate some more.

* test262.yaml:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (221888 => 221889)


--- trunk/JSTests/ChangeLog	2017-09-11 22:53:36 UTC (rev 221888)
+++ trunk/JSTests/ChangeLog	2017-09-11 23:06:25 UTC (rev 221889)
@@ -1,3 +1,15 @@
+2017-09-11  Mark Lam  <[email protected]>
+
+        Change test expectation for test262/test/language/statements/try/tco-catch.js
+        https://bugs.webkit.org/show_bug.cgi?id=176749
+
+        Rubber stamped by Keith Miller.
+
+        It's been failing since at least r221821.  I'm changing the test expectation to
+        fail to green the bots while I investigate some more.
+
+        * test262.yaml:
+
 2017-09-11  Ryan Haddad  <[email protected]>
 
         Unreviewed, rolling out r221854.

Modified: trunk/JSTests/test262.yaml (221888 => 221889)


--- trunk/JSTests/test262.yaml	2017-09-11 22:53:36 UTC (rev 221888)
+++ trunk/JSTests/test262.yaml	2017-09-11 23:06:25 UTC (rev 221889)
@@ -86072,7 +86072,7 @@
 - path: test262/test/language/statements/try/tco-catch-finally.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict]
 - path: test262/test/language/statements/try/tco-catch.js
-  cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict]
+  cmd: runTest262 :fail, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.js"], [:strict]
 - path: test262/test/language/statements/try/tco-finally.js
   cmd: runTest262 :normal, "NoException", ["../../../../harness/assert.js", "../../../../harness/sta.js", "../../../../harness/tco-helper.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