Bug 1718823 - Disable GC zeal for weakmap-nursery-value.js test r=arai

Differential Revision: https://phabricator.services.mozilla.com/D119059
This commit is contained in:
Jon Coppeard 2021-07-05 12:04:25 +00:00
Родитель e150976c0e
Коммит 85b180532b
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -1,5 +1,9 @@
// Bug 1715471
// This test relies on triggering GC at precise points. GC zeal modes
// interfere with this.
gczeal(0);
// This test requires enqueueMark, which is only available in a debugging
// build.
if (!this.enqueueMark) quit(0);