JSTests/ChangeLog

 12021-06-22 Mikhail R. Gadelha <mikhail@igalia.com>
 2
 3 Unskip arguments-properties-order.js on arm and mips
 4 https://bugs.webkit.org/show_bug.cgi?id=227254
 5
 6 No failures after 50 iterations. Also tested on Loongson 3A4000 (in 32-bits mode).
 7
 8 Unreviewed Gardening.
 9
 10 * stress/arguments-properties-order.js:
 11
1122021-06-20 Yusuke Suzuki <ysuzuki@apple.com>
213
314 [JSC] Add ValueOf fast path in toPrimitive

JSTests/stress/arguments-properties-order.js

1 // Currently fails on the Loongson 3A4000 (in 32-bits mode).
2 //@ skip if $architecture == "mips"
31function getMappedArguments(a, b) { return arguments; }
42function getUnmappedArguments(a, b) { "use strict"; return arguments; }
53