Bug 731366 - Increase coverage and usefulness of test_load_modules. r=rnewman

This commit is contained in:
Gregory Szorc 2012-02-28 19:11:10 -08:00
parent 3493174568
commit 874ed04580
2 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,8 @@
const modules = [
"addonsreconciler.js",
"async.js",
"constants.js",
"engines/addons.js",
"engines/bookmarks.js",
"engines/clients.js",
"engines/forms.js",
@ -11,12 +14,16 @@ const modules = [
"ext/Observers.js",
"ext/Preferences.js",
"identity.js",
"jpakeclient.js",
"log4moz.js",
"main.js",
"notifications.js",
"policies.js",
"record.js",
"resource.js",
"rest.js",
"service.js",
"status.js",
"util.js",
];

View File

@ -1,6 +1,8 @@
[DEFAULT]
head = head_appinfo.js head_helpers.js head_http_server.js
tail =
tail =
[test_load_modules.js]
[test_Observers.js]
[test_Preferences.js]
@ -49,7 +51,6 @@ skip-if = os == "android"
# Bug 676978: test hangs on Android (see also testing/xpcshell/xpcshell.ini)
skip-if = os == "win" || os == "android"
[test_keys.js]
[test_load_modules.js]
[test_log4moz.js]
[test_node_reassignment.js]
[test_notifications.js]