Bug 922680 - Enable out of process b2g emulator reftests, r=jgriffin

This commit is contained in:
Andrew Halberstadt 2014-05-23 15:55:54 -04:00
Родитель b82e867b3a
Коммит f35863852f
2 изменённых файлов: 6 добавлений и 1 удалений

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

@ -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",
],