Title: [279273] trunk/JSTests
Revision
279273
Author
[email protected]
Date
2021-06-25 02:55:57 -0700 (Fri, 25 Jun 2021)

Log Message

Unskip materialize-regexp-cyclic-regexp.js on ARM and MIPS
https://bugs.webkit.org/show_bug.cgi?id=227223

Tested with 50 iterations in both arm and mips.

Unreviewed Gardening.

Patch by Mikhail R. Gadelha <[email protected]> on 2021-06-25

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (279272 => 279273)


--- trunk/JSTests/ChangeLog	2021-06-25 09:03:50 UTC (rev 279272)
+++ trunk/JSTests/ChangeLog	2021-06-25 09:55:57 UTC (rev 279273)
@@ -1,3 +1,14 @@
+2021-06-25  Mikhail R. Gadelha  <[email protected]>
+
+        Unskip materialize-regexp-cyclic-regexp.js on ARM and MIPS
+        https://bugs.webkit.org/show_bug.cgi?id=227223
+
+        Tested with 50 iterations in both arm and mips.
+
+        Unreviewed Gardening.
+
+        * stress/materialize-regexp-cyclic-regexp.js:
+
 2021-06-24  Asumu Takikawa  <[email protected]>
 
         [WASM-Function-References] Add support for (ref null? $t) type constructor

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


--- trunk/JSTests/stress/materialize-regexp-cyclic-regexp.js	2021-06-25 09:03:50 UTC (rev 279272)
+++ trunk/JSTests/stress/materialize-regexp-cyclic-regexp.js	2021-06-25 09:55:57 UTC (rev 279273)
@@ -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