Bug 983262 - Remove obsolete b2g mochitest json manifests, r=jmaher

This commit is contained in:
Andrew Halberstadt 2014-03-19 11:23:29 -04:00
parent 295a735e85
commit c5299fccd1
5 changed files with 0 additions and 28 deletions

View File

@ -44,9 +44,6 @@ SERV_FILES = \
android.json \
androidx86.json \
android23.json \
b2g.json \
b2g-desktop.json \
b2g-debug.json \
gl.json \
b2g_start_script.js \
$(NULL)

View File

@ -1,6 +0,0 @@
{
"runtests": {
},
"excludetests": {
}
}

View File

@ -1,6 +0,0 @@
{
"runtests": {
},
"excludetests": {
}
}

View File

@ -1,6 +0,0 @@
{
"runtests": {
},
"excludetests": {
}
}

View File

@ -143,13 +143,6 @@ class MochitestRunner(MozbuildObject):
test_path_dir = True;
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():
setattr(options, k, v)
options.noWindow = no_window