Changeset 275056 in webkit
- Timestamp:
- Mar 25, 2021, 1:53:45 PM (5 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
stress/early-return-from-builtin.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r275052 r275056 1 2021-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 1 10 2021-03-25 Saam Barati <sbarati@apple.com> 2 11 -
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" 2 2 //@ runDefault("--earlyReturnFromInfiniteLoopsLimit=10", "--returnEarlyFromInfiniteLoopsForFuzzing=1", "--watchdog=1000", "--watchdog-exception-ok") 3 3
Note:
See TracChangeset
for help on using the changeset viewer.