Bug 1845017 - Disable the TestPHCExhaustion test r=glandium

Differential Revision: https://phabricator.services.mozilla.com/D184666
This commit is contained in:
Paul Bone
2023-08-01 06:10:10 +00:00
parent 3191ddc00a
commit c3b5ab12c9

View File

@@ -331,6 +331,9 @@ TEST(PHC, TestPHCDisabling)
TEST(PHC, TestPHCExhaustion)
{
// This test is disabled for now, see Bug 1845017 and Bug 1845655.
GTEST_SKIP();
// PHC hardcodes the amount of allocations to track.
#if defined(XP_MACOSX) && defined(__aarch64__)
const unsigned NUM_ALLOCATIONS = 1024;