Title: [285712] trunk/JSTests
Revision
285712
Author
commit-qu...@webkit.org
Date
2021-11-12 03:43:26 -0800 (Fri, 12 Nov 2021)

Log Message

[JSC][32bit] Unskip JSTests/microbenchmarks/redefine-property-accessor-dictionary.js
https://bugs.webkit.org/show_bug.cgi?id=233034

Unreviewed gardening.

This is skipped for memoryLimited *and* mips|arm systems, but a)
seems to run fine on both setups and b) is almost identical to the
other tests/benchmarks that landed in the same patch, that do not
have that limitation. Optimistically remove the skip and let's see
if it sticks.

Patch by Xan Lopez <x...@igalia.com> on 2021-11-12

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

Modified Paths

Diff

Modified: trunk/JSTests/ChangeLog (285711 => 285712)


--- trunk/JSTests/ChangeLog	2021-11-12 10:54:05 UTC (rev 285711)
+++ trunk/JSTests/ChangeLog	2021-11-12 11:43:26 UTC (rev 285712)
@@ -1,3 +1,18 @@
+2021-11-12  Xan Lopez  <x...@igalia.com>
+
+        [JSC][32bit] Unskip JSTests/microbenchmarks/redefine-property-accessor-dictionary.js
+        https://bugs.webkit.org/show_bug.cgi?id=233034
+
+        Unreviewed gardening.
+
+        This is skipped for memoryLimited *and* mips|arm systems, but a)
+        seems to run fine on both setups and b) is almost identical to the
+        other tests/benchmarks that landed in the same patch, that do not
+        have that limitation. Optimistically remove the skip and let's see
+        if it sticks.
+
+        * microbenchmarks/redefine-property-accessor-dictionary.js:
+
 2021-11-11  Michael Saboff  <msab...@apple.com>
 
         Inline RegExp.test JIT code in DFG and FTL

Modified: trunk/JSTests/microbenchmarks/redefine-property-accessor-dictionary.js (285711 => 285712)


--- trunk/JSTests/microbenchmarks/redefine-property-accessor-dictionary.js	2021-11-12 10:54:05 UTC (rev 285711)
+++ trunk/JSTests/microbenchmarks/redefine-property-accessor-dictionary.js	2021-11-12 11:43:26 UTC (rev 285712)
@@ -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
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to