Bug 1619961 - Change 'mach jstests' to not run tests with --jitflags=jstests. r=tcampbell

Running tests with different JIT flags by default is inconsistent with
jstests.py or mach jit-test.

Differential Revision: https://phabricator.services.mozilla.com/D65325

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Jan de Mooij 2020-03-04 16:45:55 +00:00
Родитель 959ca68bfa
Коммит 599df644e7
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -513,7 +513,6 @@ class SpiderMonkeyTests(MachCommandBase):
python,
os.path.join(self.topsrcdir, 'js', 'src', 'tests', 'jstests.py'),
js,
'--jitflags=jstests',
] + params
return subprocess.call(jstest_cmd)