Skip to content

Commit

Permalink
Skip watchdog-fire-while-in-forEachInIterable for memory-limited pl…
Browse files Browse the repository at this point in the history
…atforms

https://bugs.webkit.org/show_bug.cgi?id=260616

Reviewed by Yusuke Suzuki.

This has been failing on 32-bit release builds for some time; skip there for
now. If the array size was smaller, we could make this test work--AIUI, if the
watchdog doesn't fire at all, the test still passes? So, I'm being quite
conservative about not changing the test for 64-bit.

* JSTests/stress/watchdog-fire-while-in-forEachInIterable.js:

Canonical link: https://commits.webkit.org/267209@main
  • Loading branch information
jjgriego committed Aug 24, 2023
1 parent 2c0d424 commit 2bec7b6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions JSTests/stress/watchdog-fire-while-in-forEachInIterable.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
//@ skip if $memoryLimited
//@ runDefault("--watchdog=100", "--watchdog-exception-ok")

const a = [];
Expand Down

0 comments on commit 2bec7b6

Please sign in to comment.