mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This test attempts to allocate Int.max bytes and asserts that it crashes. However, this can actually succeed in (some) 32-bit environments, since Int.max is only 2^32-1 bytes there. This causes spurious test failures. Ensure the test crashes by making two gargantuan allocations. rdar://91687691
1.2 KiB
1.2 KiB