mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 731366 - Increase coverage and usefulness of test_load_modules. r=rnewman
This commit is contained in:
parent
3493174568
commit
874ed04580
@ -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",
|
||||
];
|
||||
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user