Title: [279275] trunk/JSTests
Revision
279275
Author
[email protected]
Date
2021-06-25 05:28:33 -0700 (Fri, 25 Jun 2021)

Log Message

Unskip materialized-regexp-has-correct-last-index-set-by-match on arm and mips
https://bugs.webkit.org/show_bug.cgi?id=227213

Unreviewed Gardening.


* stress/materialized-regexp-has-correct-last-index-set-by-match.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (279274 => 279275)


--- trunk/JSTests/ChangeLog	2021-06-25 11:22:59 UTC (rev 279274)
+++ trunk/JSTests/ChangeLog	2021-06-25 12:28:33 UTC (rev 279275)
@@ -1,3 +1,12 @@
+2021-06-25  Paulo Matos  <[email protected]>
+
+        Unskip materialized-regexp-has-correct-last-index-set-by-match on arm and mips
+        https://bugs.webkit.org/show_bug.cgi?id=227213
+
+        Unreviewed Gardening.
+
+        * stress/materialized-regexp-has-correct-last-index-set-by-match.js:
+
 2021-06-25  Mikhail R. Gadelha  <[email protected]>
 
         Unskip materialize-regexp-cyclic-regexp.js on ARM and MIPS

Modified: trunk/JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js (279274 => 279275)


--- trunk/JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js	2021-06-25 11:22:59 UTC (rev 279274)
+++ trunk/JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js	2021-06-25 12:28:33 UTC (rev 279275)
@@ -1,4 +1,4 @@
-//@ skip if $architecture != "arm64" and $architecture != "x86-64"
+//@ skip if $architecture != "arm64" and $architecture != "x86-64" and $architecture != "arm" and $architecture != "mips"
 
 function shouldBe(actual, expected)
 {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to