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

Changeset 275056 in webkit


Ignore:
Timestamp:
Mar 25, 2021, 1:53:45 PM (5 years ago)
Author:
Truitt Savell
Message:

stress/early-return-from-builtin.js.default is failing on iOS JSC testers
rdar://75597901

Unreviewed test gardening.

  • stress/early-return-from-builtin.js:
Location:
trunk/JSTests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/JSTests/ChangeLog

    r275052 r275056  
     12021-03-25  Truitt Savell  <tsavell@apple.com>
     2
     3        stress/early-return-from-builtin.js.default is failing on iOS JSC testers
     4        rdar://75597901
     5
     6        Unreviewed test gardening.
     7
     8        * stress/early-return-from-builtin.js:
     9
    1102021-03-25  Saam Barati  <sbarati@apple.com>
    211
  • trunk/JSTests/stress/early-return-from-builtin.js

    r275052 r275056  
    1 //@ skip if $architecture != "arm64" and $architecture != "x86-64"
     1//@ skip if $architecture != "x86-64"
    22//@ runDefault("--earlyReturnFromInfiniteLoopsLimit=10", "--returnEarlyFromInfiniteLoopsForFuzzing=1", "--watchdog=1000", "--watchdog-exception-ok")
    33
Note: See TracChangeset for help on using the changeset viewer.