[webkit-changes] [WebKit/WebKit] 2bec7b: Skip `watchdog-fire-while-in-forEachInIterable` fo...

jjgriego noreply at github.com
Wed Aug 23 17:14:37 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2bec7b6bcb9a6be87744ef86200ead38af8e7475
      https://github.com/WebKit/WebKit/commit/2bec7b6bcb9a6be87744ef86200ead38af8e7475
  Author: Joseph Griego <jgriego at igalia.com>
  Date:   2023-08-23 (Wed, 23 Aug 2023)

  Changed paths:
    M JSTests/stress/watchdog-fire-while-in-forEachInIterable.js

  Log Message:
  -----------
  Skip `watchdog-fire-while-in-forEachInIterable` for memory-limited platforms
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




More information about the webkit-changes mailing list