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
This commit is contained in:
Netzenbot
2026-02-03 07:38:32 -05:00
committed by GitHub
parent 303d58f7dd
commit 12b1a57c12
+7
View File
@@ -8,3 +8,10 @@
# rust logs severity has been tamed in brave, as crates were spamming CI with
# logs.
-RustLogIntegrationTest.CheckAllSeverity
# Pkey pool tests exhaust the 256MB ThreadIsolatedPool size. The test allocates
# up to 250 random-sized blocks (up to 2MB each) simultaneously, which exceeds
# the pool capacity. This is an upstream test limitation - the test works with
# the regular GiB-sized pool but not the smaller pkey pool.
-AlternateTestParams/PartitionAllocTest.ZeroFill/2
-AlternateTestParams/PartitionAllocTest.ZeroFill/3