Branch: refs/heads/webkitglib/2.52
Home: https://github.com/WebKit/WebKit
Commit: 25f6ff8a955b707e9ee9773ae2c01bec4783b456
https://github.com/WebKit/WebKit/commit/25f6ff8a955b707e9ee9773ae2c01bec4783b456
Author: Claudio Saavedra <[email protected]>
Date: 2026-07-07 (Tue, 07 Jul 2026)
Changed paths:
M JSTests/stress/osr-exit-scratch-buffer-gc.js
Log Message:
-----------
[JSC] Skip osr-exit-scratch-buffer-gc.js under --memory-limited
Unreviewed gardening.
This test is a deliberate memory hog. On main it is tagged `//@ memoryHog!`
(313740@main), which skips it under --memory-limited — the configuration all
the bots use — so it never runs there. This branch lacks the memoryHog!
directive, so the test runs under the memory-limited JSC bot and fails across
all engine configurations. Skip it under $memoryLimited using the existing
idiom, matching main's effective behavior.
Canonical link: https://commits.webkit.org/305877.966@webkitglib/2.52
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications