Title: [221458] trunk/JSTests
Revision
221458
Author
ryanhad...@apple.com
Date
2017-08-31 16:44:51 -0700 (Thu, 31 Aug 2017)

Log Message

Skip two slow JSC tests after r221422.

Unreviewed test gardening.

* stress/regexp-prototype-match-on-too-long-rope.js:
* stress/regexp-prototype-test-on-too-long-rope.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (221457 => 221458)


--- trunk/JSTests/ChangeLog	2017-08-31 23:31:55 UTC (rev 221457)
+++ trunk/JSTests/ChangeLog	2017-08-31 23:44:51 UTC (rev 221458)
@@ -1,3 +1,12 @@
+2017-08-31  Ryan Haddad  <ryanhad...@apple.com>
+
+        Skip two slow JSC tests after r221422.
+
+        Unreviewed test gardening.
+
+        * stress/regexp-prototype-match-on-too-long-rope.js:
+        * stress/regexp-prototype-test-on-too-long-rope.js:
+
 2017-08-31  Filip Pizlo  <fpi...@apple.com>
 
         Unreviewed, skipping slow tests.

Modified: trunk/JSTests/stress/regexp-prototype-match-on-too-long-rope.js (221457 => 221458)


--- trunk/JSTests/stress/regexp-prototype-match-on-too-long-rope.js	2017-08-31 23:31:55 UTC (rev 221457)
+++ trunk/JSTests/stress/regexp-prototype-match-on-too-long-rope.js	2017-08-31 23:44:51 UTC (rev 221458)
@@ -1,4 +1,5 @@
-//@ if $buildType == "debug" then runFTLNoCJIT("--maxSingleAllocationSize=20000000") else skip end
+// Skip this test because it's slow and it tests a very narrow condition.
+//@ skip
 
 function shouldEqual(actual, expected) {
     if (actual != expected) {

Modified: trunk/JSTests/stress/regexp-prototype-test-on-too-long-rope.js (221457 => 221458)


--- trunk/JSTests/stress/regexp-prototype-test-on-too-long-rope.js	2017-08-31 23:31:55 UTC (rev 221457)
+++ trunk/JSTests/stress/regexp-prototype-test-on-too-long-rope.js	2017-08-31 23:44:51 UTC (rev 221458)
@@ -1,4 +1,5 @@
-//@ if $buildType == "debug" then runFTLNoCJIT("--maxSingleAllocationSize=20000000") else skip end
+// Skip this test because it's slow and it tests a very narrow condition.
+//@ skip
 
 function shouldEqual(actual, expected) {
     if (actual != expected) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to