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

Log Message

Unskip microbenchmarks/redefine-property-data-dictionary.js on MIPS/ARM
https://bugs.webkit.org/show_bug.cgi?id=227252

Unreviewed gardening.

No failures on either platform after 100 iterations.


* microbenchmarks/redefine-property-data-dictionary.js:

Modified Paths

Diff

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


--- trunk/JSTests/ChangeLog	2021-06-22 12:50:08 UTC (rev 279112)
+++ trunk/JSTests/ChangeLog	2021-06-22 13:01:27 UTC (rev 279113)
@@ -1,5 +1,16 @@
 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
+
+        Unreviewed gardening.
+
+        No failures on either platform after 100 iterations.
+
+        * microbenchmarks/redefine-property-data-dictionary.js:
+
+2021-06-22  Angelos Oikonomopoulos  <[email protected]>
+
         Unskip stress/array-species-create-should-handle-masquerader.js on mips
         https://bugs.webkit.org/show_bug.cgi?id=227249
 

Modified: trunk/JSTests/microbenchmarks/redefine-property-data-dictionary.js (279112 => 279113)


--- trunk/JSTests/microbenchmarks/redefine-property-data-dictionary.js	2021-06-22 12:50:08 UTC (rev 279112)
+++ trunk/JSTests/microbenchmarks/redefine-property-data-dictionary.js	2021-06-22 13:01:27 UTC (rev 279113)
@@ -1,4 +1,3 @@
-//@ skip if $memoryLimited and ["arm", "mips"].include?($architecture)
 const obj = {};
 for (let i = 0; i < 100; ++i)
     obj["k" + i] = i;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to