Changeset 276130 in webkit
- Timestamp:
- Apr 16, 2021, 3:13:22 AM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
stress/put-direct-index-broken-2.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r276106 r276130 1 2021-04-16 Xan Lopez <xan@igalia.com> 2 3 [JSC][ARMv7] Unskip stress/put-direct-index-broken-2.js 4 https://bugs.webkit.org/show_bug.cgi?id=224661 5 6 Unreviewed test gardening. 7 8 * stress/put-direct-index-broken-2.js: unskip on ARMv7, could not 9 reproduce locally the crash we saw earlier. 10 1 11 2021-04-15 Mark Lam <mark.lam@apple.com> 2 12 -
trunk/JSTests/stress/put-direct-index-broken-2.js
r273750 r276130 1 //@ skip if $architecture == "x86" or $architecture == "arm"1 //@ skip if $architecture == "x86" 2 2 function assert(b) { 3 3 if (!b)
Note:
See TracChangeset
for help on using the changeset viewer.