Bug 1668729 - Disable GC zeal for Environment-getVariable-13.js to fix intermittent failures. r=jonco

The test is asserting that certain code runs in Ion.

Differential Revision: https://phabricator.services.mozilla.com/D92549
This commit is contained in:
Jan de Mooij 2020-10-06 11:37:00 +00:00
Родитель 9210b94c06
Коммит dad6bfc0e8
1 изменённых файлов: 3 добавлений и 0 удалений

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

@ -5,6 +5,9 @@
load(libdir + "jitopts.js");
// GCs can invalidate JIT code and cause this test to fail.
gczeal(0);
if (!jitTogglesMatch(Opts_Ion2NoOffthreadCompilation))
quit(0);