Title: [223832] trunk/JSTests
Revision
223832
Author
[email protected]
Date
2017-10-22 22:27:28 -0700 (Sun, 22 Oct 2017)

Log Message

stress/check-string-ident.js is improperly skipped
https://bugs.webkit.org/show_bug.cgi?id=178642

Reviewed by Saam Barati.

* stress/check-string-ident.js: Drop the defaultNoEagerRun directive
since it enforces the run-jsc-stress-tests script to still set up the
test to run, despite the skip directive that's used before.

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (223831 => 223832)


--- trunk/JSTests/ChangeLog	2017-10-23 05:26:35 UTC (rev 223831)
+++ trunk/JSTests/ChangeLog	2017-10-23 05:27:28 UTC (rev 223832)
@@ -1,3 +1,14 @@
+2017-10-22  Zan Dobersek  <[email protected]>
+
+        stress/check-string-ident.js is improperly skipped
+        https://bugs.webkit.org/show_bug.cgi?id=178642
+
+        Reviewed by Saam Barati.
+
+        * stress/check-string-ident.js: Drop the defaultNoEagerRun directive
+        since it enforces the run-jsc-stress-tests script to still set up the
+        test to run, despite the skip directive that's used before.
+
 2017-10-20  Mark Lam  <[email protected]>
 
         Add a test case for r214334.

Modified: trunk/JSTests/stress/check-string-ident.js (223831 => 223832)


--- trunk/JSTests/stress/check-string-ident.js	2017-10-23 05:26:35 UTC (rev 223831)
+++ trunk/JSTests/stress/check-string-ident.js	2017-10-23 05:27:28 UTC (rev 223832)
@@ -1,5 +1,5 @@
+// Skipped due to flakiness, used defaultNoEagerRun before.
 //@ skip
-//@ defaultNoEagerRun
 
 const o = { baz: 20 };
 function foo(p) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to