Open
Description
I've seen this module's unittests newly fail sporadically, i.e., not consistently. At least twice:
- DMD FreeBSD CI (https://github.com/dlang/dmd/actions/runs/14202895666/job/39793758312?pr=21133#step:3:7803):
****** FAIL debug64 std.experimental.allocator.building_blocks.allocator_list core.exception.AssertError@std/experimental/allocator/building_blocks/allocator_list.d(500): Assertion failure
- LDC macOS x86_64 CI (https://github.com/ldc-developers/ldc/actions/runs/14049565198/job/39337280925?pr=4877#step:12:3605, https://github.com/ldc-developers/ldc/actions/runs/14419064983/job/40439352050)
(with a generous 2-minutes timeout)
The following tests FAILED: 732 - std.experimental.allocator.building_blocks.allocator_list-debug (Timeout)
I guess introduced in #10594.