зеркало из https://github.com/mozilla/gecko-dev.git
Bug 922680 - Enable out of process b2g emulator reftests, r=jgriffin
This commit is contained in:
Родитель
b82e867b3a
Коммит
f35863852f
|
@ -203,6 +203,11 @@ class ReftestRunner(MozbuildObject):
|
|||
options.httpdPath = os.path.join(self.topsrcdir, 'netwerk', 'test', 'httpserver')
|
||||
options.xrePath = xre_path
|
||||
options.ignoreWindowSize = True
|
||||
|
||||
# Don't enable oop for crashtest until they run oop in automation
|
||||
if suite == 'reftest':
|
||||
options.oop = True
|
||||
|
||||
return reftest.run_remote_reftests(parser, options, args)
|
||||
|
||||
def run_desktop_test(self, test_file=None, filter=None, suite=None,
|
||||
|
|
|
@ -27,7 +27,7 @@ config = {
|
|||
"--emulator-res=800x1000", "--logcat-dir=%(logcat_dir)s",
|
||||
"--remote-webserver=%(remote_webserver)s", "--ignore-window-size",
|
||||
"--xre-path=%(xre_path)s", "--symbols-path=%(symbols_path)s", "--busybox=%(busybox)s",
|
||||
"--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s",
|
||||
"--total-chunks=%(total_chunks)s", "--this-chunk=%(this_chunk)s", "--enable-oop",
|
||||
"%(test_manifest)s",
|
||||
],
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче