Title: [220943] trunk/JSTests
Revision
220943
Author
[email protected]
Date
2017-08-18 17:03:20 -0700 (Fri, 18 Aug 2017)

Log Message

Skip flaky JSC test microbenchmarks/generator-with-several-types.js.
https://bugs.webkit.org/show_bug.cgi?id=172543

Unreviewed test gardening.

* microbenchmarks/generator-with-several-types.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (220942 => 220943)


--- trunk/JSTests/ChangeLog	2017-08-18 23:26:40 UTC (rev 220942)
+++ trunk/JSTests/ChangeLog	2017-08-19 00:03:20 UTC (rev 220943)
@@ -1,3 +1,12 @@
+2017-08-18  Ryan Haddad  <[email protected]>
+
+        Skip flaky JSC test microbenchmarks/generator-with-several-types.js.
+        https://bugs.webkit.org/show_bug.cgi?id=172543
+
+        Unreviewed test gardening.
+
+        * microbenchmarks/generator-with-several-types.js:
+
 2017-08-17  JF Bastien  <[email protected]>
 
         WebAssembly: const in unreachable code decoded incorrectly, erroneously rejects binary as invalid

Modified: trunk/JSTests/microbenchmarks/generator-with-several-types.js (220942 => 220943)


--- trunk/JSTests/microbenchmarks/generator-with-several-types.js	2017-08-18 23:26:40 UTC (rev 220942)
+++ trunk/JSTests/microbenchmarks/generator-with-several-types.js	2017-08-19 00:03:20 UTC (rev 220943)
@@ -1,3 +1,4 @@
+//@ skip
 (function () {
     function *g1() {
         for (let i = 0; i < 100; ++i)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to