Changeset 285712 in webkit
- Timestamp:
- Nov 12, 2021, 3:43:26 AM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
microbenchmarks/redefine-property-accessor-dictionary.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r285651 r285712 1 2021-11-12 Xan Lopez <xan@igalia.com> 2 3 [JSC][32bit] Unskip JSTests/microbenchmarks/redefine-property-accessor-dictionary.js 4 https://bugs.webkit.org/show_bug.cgi?id=233034 5 6 Unreviewed gardening. 7 8 This is skipped for memoryLimited *and* mips|arm systems, but a) 9 seems to run fine on both setups and b) is almost identical to the 10 other tests/benchmarks that landed in the same patch, that do not 11 have that limitation. Optimistically remove the skip and let's see 12 if it sticks. 13 14 * microbenchmarks/redefine-property-accessor-dictionary.js: 15 1 16 2021-11-11 Michael Saboff <msaboff@apple.com> 2 17 -
trunk/JSTests/microbenchmarks/redefine-property-accessor-dictionary.js
r264574 r285712 1 //@ skip if $memoryLimited and ["arm", "mips"].include?($architecture)2 1 const obj = {}; 3 2 for (let i = 0; i < 100; ++i)
Note:
See TracChangeset
for help on using the changeset viewer.