Files
brave-core/test
Netzenbot 12b1a57c12 Disable pkey pool PartitionAllocTest.ZeroFill tests (#33581)
The ZeroFill tests with pkey pool parameters (/2 and /3) exhaust the
256MB ThreadIsolatedPool. The test allocates up to 250 random-sized
blocks simultaneously (up to 2MB each), which can exceed the pool
capacity. This is an upstream Chromium test limitation - the test works
with the regular GiB-sized pool but not the smaller pkey pool.

Resolves brave/brave-browser#52385
2026-02-03 07:38:32 -05:00
..