Title: [239327] trunk/JSTests
- Revision
- 239327
- Author
- [email protected]
- Date
- 2018-12-17 23:58:59 -0800 (Mon, 17 Dec 2018)
Log Message
Skip the stress/materialized-regexp-has-correct-last-index-set-by-match.js test on 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=192019
<rdar://problem/46525456>
Reviewed by Yusuke Suzuki.
The test runs too slow on 32-bit.
* stress/materialized-regexp-has-correct-last-index-set-by-match.js:
Modified Paths
Diff
Modified: trunk/JSTests/ChangeLog (239326 => 239327)
--- trunk/JSTests/ChangeLog 2018-12-18 07:51:24 UTC (rev 239326)
+++ trunk/JSTests/ChangeLog 2018-12-18 07:58:59 UTC (rev 239327)
@@ -1,5 +1,17 @@
2018-12-17 Mark Lam <[email protected]>
+ Skip the stress/materialized-regexp-has-correct-last-index-set-by-match.js test on 32-bit.
+ https://bugs.webkit.org/show_bug.cgi?id=192019
+ <rdar://problem/46525456>
+
+ Reviewed by Yusuke Suzuki.
+
+ The test runs too slow on 32-bit.
+
+ * stress/materialized-regexp-has-correct-last-index-set-by-match.js:
+
+2018-12-17 Mark Lam <[email protected]>
+
Skip the stress/materialize-regexp-cyclic-regexp.js test on 32-bit.
https://bugs.webkit.org/show_bug.cgi?id=191373
<rdar://problem/46525458>
Modified: trunk/JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js (239326 => 239327)
--- trunk/JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js 2018-12-18 07:51:24 UTC (rev 239326)
+++ trunk/JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js 2018-12-18 07:58:59 UTC (rev 239327)
@@ -1,3 +1,5 @@
+//@ skip if $architecture != "arm64" and $architecture != "x86-64"
+
function shouldBe(actual, expected)
{
if (actual !== expected)
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes