⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 276130 in webkit


Ignore:
Timestamp:
Apr 16, 2021, 3:13:22 AM (5 years ago)
Author:
commit-queue@webkit.org
Message:

[JSC][ARMv7] Unskip stress/put-direct-index-broken-2.js
https://bugs.webkit.org/show_bug.cgi?id=224661

Unreviewed test gardening.

Patch by Xan Lopez <Xan Lopez> on 2021-04-16

  • stress/put-direct-index-broken-2.js: unskip on ARMv7, could not

reproduce locally the crash we saw earlier.

Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r276106 r276130  
     12021-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
    1112021-04-15  Mark Lam  <mark.lam@apple.com>
    212
  • trunk/JSTests/stress/put-direct-index-broken-2.js

    r273750 r276130  
    1 //@ skip if $architecture == "x86" or $architecture == "arm"
     1//@ skip if $architecture == "x86"
    22function assert(b) {
    33    if (!b)
Note: See TracChangeset for help on using the changeset viewer.