mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
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:
parent
959ca68bfa
commit
599df644e7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user