Title: [217621] trunk/JSTests
Revision
217621
Author
[email protected]
Date
2017-05-31 13:12:55 -0700 (Wed, 31 May 2017)

Log Message

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

Unreviewed test gardening.

* stress/test-finally.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (217620 => 217621)


--- trunk/JSTests/ChangeLog	2017-05-31 20:10:51 UTC (rev 217620)
+++ trunk/JSTests/ChangeLog	2017-05-31 20:12:55 UTC (rev 217621)
@@ -1,3 +1,12 @@
+2017-05-31  Ryan Haddad  <[email protected]>
+
+        Skip flaky JSC test stress/test-finally.js
+        https://bugs.webkit.org/show_bug.cgi?id=168587
+
+        Unreviewed test gardening.
+
+        * stress/test-finally.js:
+
 2017-05-30  Oleksandr Skachkov  <[email protected]>
 
         Prevent async methods named 'function' in Object literal

Modified: trunk/JSTests/stress/test-finally.js (217620 => 217621)


--- trunk/JSTests/stress/test-finally.js	2017-05-31 20:10:51 UTC (rev 217620)
+++ trunk/JSTests/stress/test-finally.js	2017-05-31 20:12:55 UTC (rev 217621)
@@ -1,3 +1,4 @@
+//@ skip
 // 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.
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to