Title: [221137] trunk/JSTests
Revision
221137
Author
ryanhad...@apple.com
Date
2017-08-24 08:45:20 -0700 (Thu, 24 Aug 2017)

Log Message

Skip flaky JSC test stress/test-finally.js.
https://bugs.webkit.org/show_bug.cgi?id=160283

Unreviewed test gardening.

* stress/test-finally.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (221136 => 221137)


--- trunk/JSTests/ChangeLog	2017-08-24 15:35:58 UTC (rev 221136)
+++ trunk/JSTests/ChangeLog	2017-08-24 15:45:20 UTC (rev 221137)
@@ -1,3 +1,12 @@
+2017-08-24  Ryan Haddad  <ryanhad...@apple.com>
+
+        Skip flaky JSC test stress/test-finally.js.
+        https://bugs.webkit.org/show_bug.cgi?id=160283
+
+        Unreviewed test gardening.
+
+        * stress/test-finally.js:
+
 2017-08-23  Saam Barati  <sbar...@apple.com>
 
         Support compiling catch in the DFG

Modified: trunk/JSTests/stress/test-finally.js (221136 => 221137)


--- trunk/JSTests/stress/test-finally.js	2017-08-24 15:35:58 UTC (rev 221136)
+++ trunk/JSTests/stress/test-finally.js	2017-08-24 15:45:20 UTC (rev 221137)
@@ -1,6 +1,7 @@
 // This test just creates functions which exercise various permutations of control flow
 // thru finally blocks. The test passes if it does not throw any exceptions or crash on
 // bytecode validation.
+//@ skip
 
 if (this.window)
     print = console.log;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to