Bug 1693793 - Enable some jemalloc tests that were erroneusly disabled on ccov builds. r=glandium DONTBUILD

Differential Revision: https://phabricator.services.mozilla.com/D105749
This commit is contained in:
Marco Castelluccio 2021-02-26 08:17:39 +00:00
Родитель 3d4a5dfac9
Коммит 97bb51e783
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -655,6 +655,7 @@ TEST(Jemalloc, JunkPoison)
_gdb_sleep_duration = old_gdb_sleep_duration;
# endif
}
#endif // !defined(XP_WIN) || !defined(MOZ_CODE_COVERAGE)
TEST(Jemalloc, GuardRegion)
{
@ -756,5 +757,3 @@ TEST(Jemalloc, DisposeArena)
_gdb_sleep_duration = old_gdb_sleep_duration;
# endif
}
#endif