From 9d10223ae108b87e94dc7152c263beb1e033772b Mon Sep 17 00:00:00 2001 From: Paul Bone Date: Tue, 1 Aug 2023 06:10:10 +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 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/memory/replace/phc/test/gtest/TestPHC.cpp b/memory/replace/phc/test/gtest/TestPHC.cpp index 855371570398..d132496a242f 100644 --- a/memory/replace/phc/test/gtest/TestPHC.cpp +++ b/memory/replace/phc/test/gtest/TestPHC.cpp @@ -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; -- 2.11.4.GIT