Bug 1288596 - Run reftest condition line with --no-baseline, r=terrence

--HG--
extra : rebase_source : bea03df0b9aa2b97c7cfc83ad2979e18f30cabe1
This commit is contained in:
Steve Fink 2016-08-01 17:55:11 -07:00
parent 36c7a405b5
commit ba7d50071f

View File

@ -91,6 +91,10 @@ class XULInfoTester:
if ans is None:
cmd = [
self.js_bin,
# run in safe configuration, since it is hard to debug
# crashes when running code here. In particular, msan will
# error out if the jit is active.
'--no-baseline',
'-e', self.js_prologue,
'-e', 'print(!!({}))'.format(cond)
]