зеркало из https://github.com/mozilla/gecko-dev.git
Bug 983262 - Remove obsolete b2g mochitest json manifests, r=jmaher
This commit is contained in:
Родитель
53aa9fe207
Коммит
a97cdd879e
|
@ -44,9 +44,6 @@ SERV_FILES = \
|
||||||
android.json \
|
android.json \
|
||||||
androidx86.json \
|
androidx86.json \
|
||||||
android23.json \
|
android23.json \
|
||||||
b2g.json \
|
|
||||||
b2g-desktop.json \
|
|
||||||
b2g-debug.json \
|
|
||||||
gl.json \
|
gl.json \
|
||||||
b2g_start_script.js \
|
b2g_start_script.js \
|
||||||
$(NULL)
|
$(NULL)
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"runtests": {
|
|
||||||
},
|
|
||||||
"excludetests": {
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"runtests": {
|
|
||||||
},
|
|
||||||
"excludetests": {
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1,6 +0,0 @@
|
||||||
{
|
|
||||||
"runtests": {
|
|
||||||
},
|
|
||||||
"excludetests": {
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -143,13 +143,6 @@ class MochitestRunner(MozbuildObject):
|
||||||
test_path_dir = True;
|
test_path_dir = True;
|
||||||
options.testPath = test_path
|
options.testPath = test_path
|
||||||
|
|
||||||
# filter test directiories or all tests according to the manifest
|
|
||||||
if not test_path or test_path_dir:
|
|
||||||
if conditions.is_b2g_desktop(self):
|
|
||||||
options.testManifest = 'b2g-desktop.json'
|
|
||||||
else:
|
|
||||||
options.testManifest = 'b2g.json'
|
|
||||||
|
|
||||||
for k, v in kwargs.iteritems():
|
for k, v in kwargs.iteritems():
|
||||||
setattr(options, k, v)
|
setattr(options, k, v)
|
||||||
options.noWindow = no_window
|
options.noWindow = no_window
|
||||||
|
|
Загрузка…
Ссылка в новой задаче