From 11da0568b09fa7b73b91c1fcaefd0155012228da Mon Sep 17 00:00:00 2001 From: Cristian Tuns Date: Tue, 1 Aug 2023 04:03:35 -0400 Subject: [PATCH] Backed out changeset fcd8eecfa7b1 (bug 1845017) for causing build bustages in TestPHC.cpp CLOSED TREE --- memory/replace/phc/test/gtest/TestPHC.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/memory/replace/phc/test/gtest/TestPHC.cpp b/memory/replace/phc/test/gtest/TestPHC.cpp index d132496a242f..855371570398 100644 --- a/memory/replace/phc/test/gtest/TestPHC.cpp +++ b/memory/replace/phc/test/gtest/TestPHC.cpp @@ -331,9 +331,6 @@ 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;