Title: [239326] trunk/JSTests
Revision
239326
Author
mark....@apple.com
Date
2018-12-17 23:51:24 -0800 (Mon, 17 Dec 2018)

Log Message

Skip the stress/materialize-regexp-cyclic-regexp.js test on 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=191373
<rdar://problem/46525458>

Reviewed by Yusuke Suzuki.

The test is already slow running with a JIT on 64-bit.  It will always timeout
on 32-bit without a JIT.

* stress/materialize-regexp-cyclic-regexp.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (239325 => 239326)


--- trunk/JSTests/ChangeLog	2018-12-18 06:56:51 UTC (rev 239325)
+++ trunk/JSTests/ChangeLog	2018-12-18 07:51:24 UTC (rev 239326)
@@ -1,5 +1,18 @@
 2018-12-17  Mark Lam  <mark....@apple.com>
 
+        Skip the stress/materialize-regexp-cyclic-regexp.js test on 32-bit.
+        https://bugs.webkit.org/show_bug.cgi?id=191373
+        <rdar://problem/46525458>
+
+        Reviewed by Yusuke Suzuki.
+
+        The test is already slow running with a JIT on 64-bit.  It will always timeout
+        on 32-bit without a JIT.
+
+        * stress/materialize-regexp-cyclic-regexp.js:
+
+2018-12-17  Mark Lam  <mark....@apple.com>
+
         Array unshift/shift should not race against the AI in the compiler thread.
         https://bugs.webkit.org/show_bug.cgi?id=192795
         <rdar://problem/46724263>

Modified: trunk/JSTests/stress/materialize-regexp-cyclic-regexp.js (239325 => 239326)


--- trunk/JSTests/stress/materialize-regexp-cyclic-regexp.js	2018-12-18 06:56:51 UTC (rev 239325)
+++ trunk/JSTests/stress/materialize-regexp-cyclic-regexp.js	2018-12-18 07:51:24 UTC (rev 239326)
@@ -1,3 +1,5 @@
+//@ skip if $architecture != "arm64" and $architecture != "x86-64"
+
 function shouldBe(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