mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1288596 - Run reftest condition line with --no-baseline, r=terrence
--HG-- extra : rebase_source : bea03df0b9aa2b97c7cfc83ad2979e18f30cabe1
This commit is contained in:
parent
36c7a405b5
commit
ba7d50071f
@ -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)
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user