mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1845017 - Disable the TestPHCExhaustion test r=glandium
Differential Revision: https://phabricator.services.mozilla.com/D184666
This commit is contained in:
parent
cf3f361146
commit
9d10223ae1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user