Bug 960375 - Marionette runner should pass mozinfo.info into manifestparser, r=mdas

This commit is contained in:
Andrew Halberstadt 2014-01-17 12:42:40 +08:00
parent d6463a8d9e
commit 1e857aeb4a
2 changed files with 4 additions and 1 deletions

View File

@ -12,6 +12,7 @@ import sys
import time
import traceback
import random
import mozinfo
import moznetwork
import xml.dom.minidom as dom
@ -804,7 +805,8 @@ class BaseMarionetteTestRunner(object):
manifest_tests = manifest.active_tests(exists=False,
disabled=False,
device=self.device,
app=self.appName)
app=self.appName,
**mozinfo.info)
skip_tests = list(set([x['path'] for x in all_tests]) -
set([x['path'] for x in manifest_tests]))
for skipped in skip_tests:

View File

@ -1,5 +1,6 @@
manifestdestiny
mozhttpd >= 0.5
mozinfo >= 0.7
mozprocess >= 0.9
mozrunner >= 5.15
mozdevice >= 0.22