From 418d7539b26438c6d3785d0ca22ed55f327b827f Mon Sep 17 00:00:00 2001 From: Paul Bone Date: Thu, 10 Aug 2023 04:16:55 +0000 Subject: [PATCH] Bug 1845017 - Disable the TestPHCExhaustion test r=glandium Differential Revision: https://phabricator.services.mozilla.com/D184666 --- memory/replace/phc/test/gtest/TestPHC.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/memory/replace/phc/test/gtest/TestPHC.cpp b/memory/replace/phc/test/gtest/TestPHC.cpp index 855371570398..aabfdef0c27f 100644 --- a/memory/replace/phc/test/gtest/TestPHC.cpp +++ b/memory/replace/phc/test/gtest/TestPHC.cpp @@ -329,8 +329,10 @@ TEST(PHC, TestPHCDisabling) free(s); } -TEST(PHC, TestPHCExhaustion) -{ +// This test is disabled for now, see Bug 1845017 and Bug 1845655. +// TEST(PHC, TestPHCExhaustion) +// { +void DisabledPHCExhaustionTest() { // PHC hardcodes the amount of allocations to track. #if defined(XP_MACOSX) && defined(__aarch64__) const unsigned NUM_ALLOCATIONS = 1024; -- 2.11.4.GIT