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:
@@ -8,3 +8,10 @@
|
|||||||
# rust logs severity has been tamed in brave, as crates were spamming CI with
|
# rust logs severity has been tamed in brave, as crates were spamming CI with
|
||||||
# logs.
|
# logs.
|
||||||
-RustLogIntegrationTest.CheckAllSeverity
|
-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
|
||||||
|
|||||||
Reference in New Issue
Block a user