Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: f91f808e24d7d4d1d3b7c8e0ada85698b6df02ad
https://github.com/WebKit/WebKit/commit/f91f808e24d7d4d1d3b7c8e0ada85698b6df02ad
Author: Diego De La Toba <[email protected]>
Date: 2026-03-10 (Tue, 10 Mar 2026)
Changed paths:
M LayoutTests/fast/inline/invalidation-crash-under-memory-pressure.html
M LayoutTests/platform/mac-wk2/TestExpectations
Log Message:
-----------
[macOS arm64] fast/text/glyph-display-lists/glyph-display-list-* are flaky
text failures.
rdar://172110925
https://bugs.webkit.org/show_bug.cgi?id=309512
Reviewed by Jonathan Bedard.
The glyph display list tests are flaky since they rely on caching behavior and
fail when caches don't work as expected.
The test fast/inline/invalidation-crash-under-memory-pressure.html calls
internals.beginSimulatedMemoryPressure()
but never calls internals.endSimulatedMemoryPressure().
This leaves the m_isSimulatingMemoryPressure flag set to true in the singleton
MemoryPressureHandler, which
persists across test runs and causes the glyph tests to fail
Added the missing internals.endSimulatedMemoryPressure() call to
LayoutTests/fast/inline/invalidation-crash-under-memory-pressure.html:10:
* LayoutTests/fast/inline/invalidation-crash-under-memory-pressure.html:
* LayoutTests/platform/mac-wk2/TestExpectations:
Canonical link: https://commits.webkit.org/309013@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications