Title: [279114] trunk/JSTests
Revision
279114
Author
[email protected]
Date
2021-06-22 06:01:51 -0700 (Tue, 22 Jun 2021)

Log Message

Unskip stress/elidable-new-object-roflcopter-then-exit.js on MIPS/ARM
https://bugs.webkit.org/show_bug.cgi?id=227251

Unreviewed gardening.

No failures on either platform after 100 iterations.


* stress/elidable-new-object-roflcopter-then-exit.js:

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (279113 => 279114)


--- trunk/JSTests/ChangeLog	2021-06-22 13:01:27 UTC (rev 279113)
+++ trunk/JSTests/ChangeLog	2021-06-22 13:01:51 UTC (rev 279114)
@@ -1,5 +1,16 @@
 2021-06-22  Angelos Oikonomopoulos  <[email protected]>
 
+        Unskip stress/elidable-new-object-roflcopter-then-exit.js on MIPS/ARM
+        https://bugs.webkit.org/show_bug.cgi?id=227251
+
+        Unreviewed gardening.
+
+        No failures on either platform after 100 iterations.
+
+        * stress/elidable-new-object-roflcopter-then-exit.js:
+
+2021-06-22  Angelos Oikonomopoulos  <[email protected]>
+
         Unskip microbenchmarks/redefine-property-data-dictionary.js on MIPS/ARM
         https://bugs.webkit.org/show_bug.cgi?id=227252
 

Modified: trunk/JSTests/stress/elidable-new-object-roflcopter-then-exit.js (279113 => 279114)


--- trunk/JSTests/stress/elidable-new-object-roflcopter-then-exit.js	2021-06-22 13:01:27 UTC (rev 279113)
+++ trunk/JSTests/stress/elidable-new-object-roflcopter-then-exit.js	2021-06-22 13:01:51 UTC (rev 279114)
@@ -1,4 +1,4 @@
-//@ skip if $architecture != "arm64" and $architecture != "x86-64"
+//@ skip if $architecture != "arm64" and $architecture != "x86-64" and $architecture != "mips" and $architecture != "arm"
 
 function sumOfArithSeries(limit) {
     return limit * (limit + 1) / 2;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to