mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 616999. Xpcshell manifest support; manifest files. r=ted, a=test-only
This commit is contained in:
parent
c947d345b1
commit
6993636556
6
browser/components/dirprovider/tests/unit/xpcshell.ini
Normal file
6
browser/components/dirprovider/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head = head_dirprovider.js
|
||||
tail =
|
||||
|
||||
[test_bookmark_pref.js]
|
||||
[test_keys.js]
|
5
browser/components/feeds/test/unit/xpcshell.ini
Normal file
5
browser/components/feeds/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head = head_feeds.js
|
||||
tail =
|
||||
|
||||
[test_355473.js]
|
23
browser/components/places/tests/unit/xpcshell.ini
Normal file
23
browser/components/places/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,23 @@
|
||||
[DEFAULT]
|
||||
head = head_bookmarks.js
|
||||
tail =
|
||||
|
||||
[test_384370.js]
|
||||
[test_398914.js]
|
||||
[test_421483.js]
|
||||
[test_457441-import-export-corrupt-bookmarks-html.js]
|
||||
[test_bookmarksRestoreNotification.js]
|
||||
[test_bookmarks_html.js]
|
||||
[test_browserGlue_corrupt.js]
|
||||
[test_browserGlue_corrupt_nobackup.js]
|
||||
[test_browserGlue_corrupt_nobackup_default.js]
|
||||
[test_browserGlue_distribution.js]
|
||||
[test_browserGlue_migrate.js]
|
||||
[test_browserGlue_prefs.js]
|
||||
[test_browserGlue_restore.js]
|
||||
[test_browserGlue_shutdown.js]
|
||||
[test_browserGlue_smartBookmarks.js]
|
||||
[test_clearHistory_shutdown.js]
|
||||
[test_leftpane_corruption_handling.js]
|
||||
[test_placesTxn.js]
|
||||
[test_txnGUIDs.js]
|
23
browser/components/privatebrowsing/test/unit/xpcshell.ini
Normal file
23
browser/components/privatebrowsing/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,23 @@
|
||||
[DEFAULT]
|
||||
head = head_privatebrowsing.js
|
||||
tail = tail_privatebrowsing.js
|
||||
|
||||
[test_0-privatebrowsing.js]
|
||||
[test_0-privatebrowsingwrapper.js]
|
||||
[test_aboutprivatebrowsing.js]
|
||||
[test_geoClearCookie.js]
|
||||
[test_httpauth.js]
|
||||
[test_openLocationLastURL.js]
|
||||
[test_placesTitleNoUpdate.js]
|
||||
[test_privatebrowsing_autostart.js]
|
||||
[test_privatebrowsing_commandline.js]
|
||||
[test_privatebrowsing_exit.js]
|
||||
[test_privatebrowsingwrapper_autostart.js]
|
||||
[test_privatebrowsingwrapper_commandline.js]
|
||||
[test_privatebrowsingwrapper_exit.js]
|
||||
[test_privatebrowsingwrapper_placesTitleNoUpdate.js]
|
||||
[test_privatebrowsingwrapper_removeDataFromDomain.js]
|
||||
[test_privatebrowsingwrapper_removeDataFromDomain_activeDownloads.js]
|
||||
[test_removeDataFromDomain.js]
|
||||
[test_removeDataFromDomain_activeDownloads.js]
|
||||
[test_transition_nooffline.js]
|
5
browser/components/shell/test/unit/xpcshell.ini
Normal file
5
browser/components/shell/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_421977.js]
|
16
chrome/test/unit/xpcshell.ini
Normal file
16
chrome/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,16 @@
|
||||
[DEFAULT]
|
||||
head = head_crtestutils.js
|
||||
tail =
|
||||
|
||||
[test_abi.js]
|
||||
[test_bug292789.js]
|
||||
[test_bug380398.js]
|
||||
[test_bug397073.js]
|
||||
[test_bug399707.js]
|
||||
[test_bug401153.js]
|
||||
[test_bug415367.js]
|
||||
[test_bug519468.js]
|
||||
[test_crlf.js]
|
||||
[test_data_protocol_registration.js]
|
||||
[test_no_remote_registration.js]
|
||||
[test_resolve_uris.js]
|
5
chrome/test/unit_ipc/xpcshell.ini
Normal file
5
chrome/test/unit_ipc/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_resolve_uris_ipc.js]
|
9
content/base/test/unit/xpcshell.ini
Normal file
9
content/base/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[DEFAULT]
|
||||
head = head_utilities.js
|
||||
tail =
|
||||
|
||||
[test_bug558431.js]
|
||||
[test_csputils.js]
|
||||
[test_error_codes.js]
|
||||
[test_thirdpartyutil.js]
|
||||
[test_xmlserializer.js]
|
11
content/test/unit/xpcshell.ini
Normal file
11
content/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
head = head_content.js
|
||||
tail =
|
||||
|
||||
[test_isequalnode.js]
|
||||
[test_nodelist.js]
|
||||
[test_normalize.js]
|
||||
[test_range.js]
|
||||
[test_treewalker.js]
|
||||
[test_xml_parser.js]
|
||||
[test_xml_serializer.js]
|
5
content/xtf/test/unit/xpcshell.ini
Normal file
5
content/xtf/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_xtf.js]
|
7
docshell/test/unit/xpcshell.ini
Normal file
7
docshell/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[DEFAULT]
|
||||
head = head_docshell.js
|
||||
tail =
|
||||
|
||||
[test_bug414201_jfif.js]
|
||||
[test_bug442584.js]
|
||||
[test_nsIDownloadHistory.js]
|
6
dom/plugins/test/unit/xpcshell.ini
Normal file
6
dom/plugins/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head = head_plugins.js
|
||||
tail =
|
||||
|
||||
[test_bug455213.js]
|
||||
[test_bug471245.js]
|
8
dom/src/json/test/unit/xpcshell.ini
Normal file
8
dom/src/json/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_decodeFromStream.js]
|
||||
[test_decode_long_input.js]
|
||||
[test_encode.js]
|
||||
|
8
dom/tests/unit/xpcshell.ini
Normal file
8
dom/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug319968.js]
|
||||
[test_bug465752.js]
|
||||
[test_domstorage_aboutpages.js]
|
||||
[test_geolocation_provider.js]
|
6
embedding/tests/unit/xpcshell.ini
Normal file
6
embedding/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_wwauthpromptfactory.js]
|
||||
[test_wwpromptfactory.js]
|
21
extensions/cookie/test/unit/xpcshell.ini
Normal file
21
extensions/cookie/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,21 @@
|
||||
[DEFAULT]
|
||||
head = head_cookies.js
|
||||
tail =
|
||||
|
||||
[test_bug468700.js]
|
||||
[test_bug526789.js]
|
||||
[test_cookies_async_failure.js]
|
||||
[test_cookies_persistence.js]
|
||||
[test_cookies_privatebrowsing.js]
|
||||
[test_cookies_profile_close.js]
|
||||
[test_cookies_read.js]
|
||||
[test_cookies_sync_failure.js]
|
||||
[test_cookies_thirdparty.js]
|
||||
[test_cookies_thirdparty_session.js]
|
||||
[test_domain_eviction.js]
|
||||
[test_eviction.js]
|
||||
[test_permmanager_expiration.js]
|
||||
[test_permmanager_notifications.js]
|
||||
[test_permmanager_removeall.js]
|
||||
[test_schema_2_migration.js]
|
||||
[test_schema_3_migration.js]
|
6
extensions/cookie/test/unit_ipc/xpcshell.ini
Normal file
6
extensions/cookie/test/unit_ipc/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_child.js]
|
||||
[test_parent.js]
|
5
extensions/spellcheck/hunspell/tests/unit/xpcshell.ini
Normal file
5
extensions/spellcheck/hunspell/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_hunspell.js]
|
5
gfx/tests/unit/xpcshell.ini
Normal file
5
gfx/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_nsIScriptableRegion.js]
|
5
intl/locale/src/unix/tests/unit/xpcshell.ini
Normal file
5
intl/locale/src/unix/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug374040.js]
|
8
intl/locale/tests/unit/xpcshell.ini
Normal file
8
intl/locale/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug371611.js]
|
||||
[test_pluralForm.js]
|
||||
[test_pluralForm_english.js]
|
||||
[test_pluralForm_makeGetter.js]
|
5
intl/locale/tests_multilocale/unit/xpcshell.ini
Normal file
5
intl/locale/tests_multilocale/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug22310.js]
|
6
intl/strres/tests/unit/xpcshell.ini
Normal file
6
intl/strres/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug378839.js]
|
||||
[test_bug397093.js]
|
144
intl/uconv/tests/unit/xpcshell.ini
Normal file
144
intl/uconv/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,144 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug116882.js]
|
||||
[test_bug317216.js]
|
||||
[test_bug321379.js]
|
||||
[test_bug340714.js]
|
||||
[test_bug365345.js]
|
||||
[test_bug367026.js]
|
||||
[test_bug381412.Big5-HKSCS.js]
|
||||
[test_bug381412.Big5.js]
|
||||
[test_bug381412.euc-kr.js]
|
||||
[test_bug381412.euc_jp.js]
|
||||
[test_bug381412.gb2312.js]
|
||||
[test_bug381412.hk.gb2312.js]
|
||||
[test_bug381412.johab.js]
|
||||
[test_bug381412.js]
|
||||
[test_bug383018.js]
|
||||
[test_bug396637.js]
|
||||
[test_bug399257.js]
|
||||
[test_bug399284.js]
|
||||
[test_bug449578.js]
|
||||
[test_bug457886.js]
|
||||
[test_bug522931.js]
|
||||
[test_bug563283.js]
|
||||
[test_bug563618.js]
|
||||
[test_bug601429.js]
|
||||
[test_bug90411.js]
|
||||
[test_charset_conversion.js]
|
||||
[test_decode_8859-1.js]
|
||||
[test_decode_8859-10.js]
|
||||
[test_decode_8859-11.js]
|
||||
[test_decode_8859-13.js]
|
||||
[test_decode_8859-14.js]
|
||||
[test_decode_8859-15.js]
|
||||
[test_decode_8859-2.js]
|
||||
[test_decode_8859-3.js]
|
||||
[test_decode_8859-4.js]
|
||||
[test_decode_8859-5.js]
|
||||
[test_decode_8859-6.js]
|
||||
[test_decode_8859-7.js]
|
||||
[test_decode_8859-8.js]
|
||||
[test_decode_8859-9.js]
|
||||
[test_decode_CP1250.js]
|
||||
[test_decode_CP1251.js]
|
||||
[test_decode_CP1252.js]
|
||||
[test_decode_CP1253.js]
|
||||
[test_decode_CP1254.js]
|
||||
[test_decode_CP1255.js]
|
||||
[test_decode_CP1256.js]
|
||||
[test_decode_CP1257.js]
|
||||
[test_decode_CP1258.js]
|
||||
[test_decode_CP850.js]
|
||||
[test_decode_CP852.js]
|
||||
[test_decode_CP855.js]
|
||||
[test_decode_CP857.js]
|
||||
[test_decode_CP862.js]
|
||||
[test_decode_CP864.js]
|
||||
[test_decode_CP874.js]
|
||||
[test_decode_armscii.js]
|
||||
[test_decode_geostd8.js]
|
||||
[test_decode_gbk.js]
|
||||
[test_decode_tcvn5712.js]
|
||||
[test_decode_utf-7_internal.js]
|
||||
[test_decode_utf-7.js]
|
||||
[test_decode_viscii.js]
|
||||
[test_decode_vps.js]
|
||||
[test_decode_x_mac_arabic.js]
|
||||
[test_decode_x_mac_arabic_internal.js]
|
||||
[test_decode_x_mac_ce.js]
|
||||
[test_decode_x_mac_croatian.js]
|
||||
[test_decode_x_mac_cyrillic.js]
|
||||
[test_decode_x_mac_devanagari.js]
|
||||
[test_decode_x_mac_farsi.js]
|
||||
[test_decode_x_mac_farsi_internal.js]
|
||||
[test_decode_x_mac_greek.js]
|
||||
[test_decode_x_mac_gujarati.js]
|
||||
[test_decode_x_mac_gurmukhi.js]
|
||||
[test_decode_x_mac_hebrew.js]
|
||||
[test_decode_x_mac_hebrew_internal.js]
|
||||
[test_decode_x_mac_icelandic.js]
|
||||
[test_decode_x_mac_roman.js]
|
||||
[test_decode_x_mac_romanian.js]
|
||||
[test_decode_x_mac_turkish.js]
|
||||
[test_decode_x_mac_ukrainian.js]
|
||||
[test_encode_8859-1.js]
|
||||
[test_encode_8859-10.js]
|
||||
[test_encode_8859-11.js]
|
||||
[test_encode_8859-13.js]
|
||||
[test_encode_8859-14.js]
|
||||
[test_encode_8859-15.js]
|
||||
[test_encode_8859-2.js]
|
||||
[test_encode_8859-3.js]
|
||||
[test_encode_8859-4.js]
|
||||
[test_encode_8859-5.js]
|
||||
[test_encode_8859-6.js]
|
||||
[test_encode_8859-7.js]
|
||||
[test_encode_8859-8.js]
|
||||
[test_encode_8859-9.js]
|
||||
[test_encode_CP1250.js]
|
||||
[test_encode_CP1251.js]
|
||||
[test_encode_CP1252.js]
|
||||
[test_encode_CP1253.js]
|
||||
[test_encode_CP1254.js]
|
||||
[test_encode_CP1255.js]
|
||||
[test_encode_CP1256.js]
|
||||
[test_encode_CP1257.js]
|
||||
[test_encode_CP1258.js]
|
||||
[test_encode_CP850.js]
|
||||
[test_encode_CP852.js]
|
||||
[test_encode_CP855.js]
|
||||
[test_encode_CP857.js]
|
||||
[test_encode_CP862.js]
|
||||
[test_encode_CP864.js]
|
||||
[test_encode_CP874.js]
|
||||
[test_encode_armscii.js]
|
||||
[test_encode_geostd8.js]
|
||||
[test_encode_gbk.js]
|
||||
[test_encode_tcvn5712.js]
|
||||
[test_encode_utf-7_internal.js]
|
||||
[test_encode_utf-7.js]
|
||||
[test_encode_viscii.js]
|
||||
[test_encode_vps.js]
|
||||
[test_encode_x_mac_arabic.js]
|
||||
[test_encode_x_mac_arabic_internal.js]
|
||||
[test_encode_x_mac_ce.js]
|
||||
[test_encode_x_mac_croatian.js]
|
||||
[test_encode_x_mac_cyrillic.js]
|
||||
[test_encode_x_mac_devanagari.js]
|
||||
[test_encode_x_mac_farsi.js]
|
||||
[test_encode_x_mac_farsi_internal.js]
|
||||
[test_encode_x_mac_greek.js]
|
||||
[test_encode_x_mac_gujarati.js]
|
||||
[test_encode_x_mac_gurmukhi.js]
|
||||
[test_encode_x_mac_hebrew.js]
|
||||
[test_encode_x_mac_hebrew_internal.js]
|
||||
[test_encode_x_mac_icelandic.js]
|
||||
[test_encode_x_mac_roman.js]
|
||||
[test_encode_x_mac_romanian.js]
|
||||
[test_encode_x_mac_turkish.js]
|
||||
[test_encode_x_mac_ukrainian.js]
|
||||
[test_iso2022KR.js]
|
||||
[test_utf8_illegals.js]
|
5
intl/unicharutil/tests/unit/xpcshell.ini
Normal file
5
intl/unicharutil/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug_427350_1.js]
|
6
ipc/testshell/tests/xpcshell.ini
Normal file
6
ipc/testshell/tests/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_ipcshell.js]
|
||||
[test_ipcshell_child.js]
|
8
js/jetpack/tests/unit/xpcshell.ini
Normal file
8
js/jetpack/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[DEFAULT]
|
||||
head = head_jetpack.js
|
||||
tail =
|
||||
|
||||
[test_jetpack.js]
|
||||
[test_jetpack_ctypes.js]
|
||||
[test_jetpack_sandbox.js]
|
||||
[test_rooting.js]
|
17
js/src/xpconnect/tests/unit/xpcshell.ini
Normal file
17
js/src/xpconnect/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,17 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bogus_files.js]
|
||||
[test_bug408412.js]
|
||||
[test_bug451678.js]
|
||||
[test_bug596580.js]
|
||||
[test_bug604362.js]
|
||||
[test_bug608142.js]
|
||||
[test_bug641378.js]
|
||||
[test_bug_442086.js]
|
||||
[test_import.js]
|
||||
[test_js_weak_references.js]
|
||||
[test_localeCompare.js]
|
||||
[test_recursive_import.js]
|
||||
[test_xpcomutils.js]
|
5
layout/tools/layout-debug/tests/unit/xpcshell.ini
Normal file
5
layout/tools/layout-debug/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_componentsRegistered.js]
|
20
modules/libjar/test/unit/xpcshell.ini
Normal file
20
modules/libjar/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,20 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug278262.js]
|
||||
[test_bug333423.js]
|
||||
[test_bug336691.js]
|
||||
[test_bug370103.js]
|
||||
[test_bug379841.js]
|
||||
[test_bug407303.js]
|
||||
[test_bug453254.js]
|
||||
[test_bug458158.js]
|
||||
[test_bug597702.js]
|
||||
[test_bug637286.js]
|
||||
[test_corrupt_536911.js]
|
||||
[test_corrupt_541828.js]
|
||||
[test_dirjar_bug525755.js]
|
||||
[test_jarinput_stream_zipreader_reference.js]
|
||||
[test_not_found.js]
|
||||
[test_uncompressed.js]
|
24
modules/libjar/zipwriter/test/unit/xpcshell.ini
Normal file
24
modules/libjar/zipwriter/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,24 @@
|
||||
[DEFAULT]
|
||||
head = head_zipwriter.js
|
||||
tail = tail_zipwriter.js
|
||||
|
||||
[test_asyncadd.js]
|
||||
[test_asyncbadadd.js]
|
||||
[test_asyncbadremove.js]
|
||||
[test_asyncremove.js]
|
||||
[test_bug399727.js]
|
||||
[test_bug419769_1.js]
|
||||
[test_bug419769_2.js]
|
||||
[test_bug425768.js]
|
||||
[test_bug433248.js]
|
||||
[test_bug446708.js]
|
||||
[test_bug467740.js]
|
||||
[test_createempty.js]
|
||||
[test_deflatedata.js]
|
||||
[test_directory.js]
|
||||
[test_editexisting.js]
|
||||
[test_storedata.js]
|
||||
[test_sync.js]
|
||||
[test_undochange.js]
|
||||
[test_zipcomment.js]
|
||||
[test_zippermissions.js]
|
11
modules/libpr0n/test/unit/xpcshell.ini
Normal file
11
modules/libpr0n/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_async_notification.js]
|
||||
[test_async_notification_404.js]
|
||||
[test_async_notification_animated.js]
|
||||
[test_encoder_apng.js]
|
||||
[test_encoder_png.js]
|
||||
[test_imgtools.js]
|
||||
[test_moz_icon_uri.js]
|
9
modules/libpref/test/unit/xpcshell.ini
Normal file
9
modules/libpref/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[DEFAULT]
|
||||
head = head_libPrefs.js
|
||||
tail =
|
||||
|
||||
[test_bug345529.js]
|
||||
[test_bug506224.js]
|
||||
[test_bug577950.js]
|
||||
[test_extprefs.js]
|
||||
[test_libPrefs.js]
|
8
modules/libpref/test/unit_ipc/xpcshell.ini
Normal file
8
modules/libpref/test/unit_ipc/xpcshell.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_existing_prefs.js]
|
||||
[test_initial_prefs.js]
|
||||
[test_observed_prefs.js]
|
||||
[test_update_prefs.js]
|
6
modules/plugin/test/unit/xpcshell.ini
Normal file
6
modules/plugin/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head = head_plugins.js
|
||||
tail =
|
||||
|
||||
[test_bug455213.js]
|
||||
[test_bug471245.js]
|
7
netwerk/cookie/test/unit/xpcshell.ini
Normal file
7
netwerk/cookie/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug643051.js]
|
||||
[test_parser_0001.js]
|
||||
[test_parser_0019.js]
|
6
netwerk/cookie/test/unit_ipc/xpcshell.ini
Normal file
6
netwerk/cookie/test/unit_ipc/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head = head_ipc_setup.js
|
||||
tail =
|
||||
|
||||
[test_ipc_parser_0001.js]
|
||||
[test_ipc_parser_0019.js]
|
30
netwerk/test/httpserver/test/xpcshell.ini
Normal file
30
netwerk/test/httpserver/test/xpcshell.ini
Normal file
@ -0,0 +1,30 @@
|
||||
[DEFAULT]
|
||||
head = head_utils.js
|
||||
tail =
|
||||
|
||||
[test_async_response_sending.js]
|
||||
[test_basic_functionality.js]
|
||||
[test_body_length.js]
|
||||
[test_byte_range.js]
|
||||
[test_cern_meta.js]
|
||||
[test_default_index_handler.js]
|
||||
[test_empty_body.js]
|
||||
[test_errorhandler_exception.js]
|
||||
[test_header_array.js]
|
||||
[test_headers.js]
|
||||
[test_host.js]
|
||||
[test_name_scheme.js]
|
||||
[test_processasync.js]
|
||||
[test_qi.js]
|
||||
[test_registerdirectory.js]
|
||||
[test_registerfile.js]
|
||||
[test_request_line_split_in_two_packets.js]
|
||||
[test_response_write.js]
|
||||
[test_seizepower.js]
|
||||
[test_setindexhandler.js]
|
||||
[test_setstatusline.js]
|
||||
[test_sjs.js]
|
||||
[test_sjs_object_state.js]
|
||||
[test_sjs_state.js]
|
||||
[test_sjs_throwing_exceptions.js]
|
||||
[test_start_stop.js]
|
123
netwerk/test/unit/xpcshell.ini
Normal file
123
netwerk/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,123 @@
|
||||
[DEFAULT]
|
||||
head = head_channels.js
|
||||
tail =
|
||||
|
||||
[test_307_redirect.js]
|
||||
[test_NetUtil.js]
|
||||
[test_URIs.js]
|
||||
[test_aboutblank.js]
|
||||
[test_auth_proxy.js]
|
||||
[test_authentication.js]
|
||||
[test_authpromptwrapper.js]
|
||||
[test_bug203271.js]
|
||||
[test_bug248970_cache.js]
|
||||
[test_bug248970_cookie.js]
|
||||
[test_bug261425.js]
|
||||
[test_bug263127.js]
|
||||
[test_bug321706.js]
|
||||
[test_bug331825.js]
|
||||
[test_bug336501.js]
|
||||
[test_bug337744.js]
|
||||
[test_bug365133.js]
|
||||
[test_bug368702.js]
|
||||
[test_bug369787.js]
|
||||
[test_bug371473.js]
|
||||
[test_bug376660.js]
|
||||
[test_bug376844.js]
|
||||
[test_bug376865.js]
|
||||
[test_bug379034.js]
|
||||
[test_bug380994.js]
|
||||
[test_bug388281.js]
|
||||
[test_bug396389.js]
|
||||
[test_bug411952.js]
|
||||
[test_bug412945.js]
|
||||
[test_bug414122.js]
|
||||
[test_bug419157.js]
|
||||
[test_bug427957.js]
|
||||
[test_bug429347.js]
|
||||
[test_bug455311.js]
|
||||
[test_bug455598.js]
|
||||
[test_bug468426.js]
|
||||
[test_bug468594.js]
|
||||
[test_bug470716.js]
|
||||
[test_bug479413.js]
|
||||
[test_bug479485.js]
|
||||
[test_bug482601.js]
|
||||
[test_bug484684.js]
|
||||
[test_bug490095.js]
|
||||
[test_bug510359.js]
|
||||
[test_bug515583.js]
|
||||
[test_bug528292.js]
|
||||
[test_bug540566.js]
|
||||
[test_bug543805.js]
|
||||
[test_bug553970.js]
|
||||
[test_bug561276.js]
|
||||
[test_bug580508.js]
|
||||
[test_bug586908.js]
|
||||
[test_bug588389.js]
|
||||
[test_bug596443.js]
|
||||
[test_bug652761.js]
|
||||
[test_cacheflags.js]
|
||||
[test_channel_close.js]
|
||||
[test_compareURIs.js]
|
||||
[test_content_sniffer.js]
|
||||
[test_cookie_header.js]
|
||||
[test_data_protocol.js]
|
||||
[test_dns_service.js]
|
||||
[test_event_sink.js]
|
||||
[test_extract_charset_from_content_type.js]
|
||||
[test_fallback_no-cache-entry_canceled.js]
|
||||
[test_fallback_no-cache-entry_passing.js]
|
||||
[test_fallback_redirect-to-different-origin_canceled.js]
|
||||
[test_fallback_redirect-to-different-origin_passing.js]
|
||||
[test_fallback_request-error_canceled.js]
|
||||
[test_fallback_request-error_passing.js]
|
||||
[test_fallback_response-error_canceled.js]
|
||||
[test_fallback_response-error_passing.js]
|
||||
[test_file_partial_inputstream.js]
|
||||
[test_file_protocol.js]
|
||||
[test_filestreams.js]
|
||||
[test_gre_resources.js]
|
||||
[test_gzipped_206.js]
|
||||
[test_head.js]
|
||||
[test_http_headers.js]
|
||||
[test_httpcancel.js]
|
||||
[test_httpsuspend.js]
|
||||
[test_idnservice.js]
|
||||
[test_localstreams.js]
|
||||
[test_MIME_params.js]
|
||||
[test_multipart_streamconv.js]
|
||||
[test_nestedabout_serialize.js]
|
||||
[test_offline_status.js]
|
||||
[test_parse_content_type.js]
|
||||
[test_permmgr.js]
|
||||
[test_plaintext_sniff.js]
|
||||
[test_post.js]
|
||||
[test_progress.js]
|
||||
[test_protocolproxyservice.js]
|
||||
[test_proxy-failover_canceled.js]
|
||||
[test_proxy-failover_passing.js]
|
||||
[test_proxy-replace_canceled.js]
|
||||
[test_proxy-replace_passing.js]
|
||||
[test_range_requests.js]
|
||||
[test_readline.js]
|
||||
[test_redirect-caching_canceled.js]
|
||||
[test_redirect-caching_failure.js]
|
||||
[test_redirect-caching_passing.js]
|
||||
[test_redirect_canceled.js]
|
||||
[test_redirect_failure.js]
|
||||
[test_redirect_passing.js]
|
||||
[test_reentrancy.js]
|
||||
[test_reopen.js]
|
||||
[test_resumable_channel.js]
|
||||
[test_resumable_truncate.js]
|
||||
[test_safeoutputstream.js]
|
||||
[test_simple.js]
|
||||
[test_sockettransportsvc_available.js]
|
||||
[test_socks.js]
|
||||
[test_standardurl.js]
|
||||
[test_standardurl_port.js]
|
||||
[test_streamcopier.js]
|
||||
[test_traceable_channel.js]
|
||||
[test_unescapestring.js]
|
||||
[test_xmlhttprequest.js]
|
22
netwerk/test/unit_ipc/xpcshell.ini
Normal file
22
netwerk/test/unit_ipc/xpcshell.ini
Normal file
@ -0,0 +1,22 @@
|
||||
[DEFAULT]
|
||||
head = head_channels_clone.js head_ipc_setup.js
|
||||
tail =
|
||||
|
||||
[test_channel_close_wrap.js]
|
||||
[test_cookie_wrap.js]
|
||||
[test_event_sink_wrap.js]
|
||||
[test_head_wrap.js]
|
||||
[test_httpcancel_wrap.js]
|
||||
[test_httpsuspend_wrap.js]
|
||||
[test_post_wrap.js]
|
||||
[test_progress_wrap.js]
|
||||
[test_redirect-caching_canceled_wrap.js]
|
||||
[test_redirect-caching_failure_wrap.js]
|
||||
[test_redirect-caching_passing_wrap.js]
|
||||
[test_redirect_canceled_wrap.js]
|
||||
[test_redirect_failure_wrap.js]
|
||||
[test_redirect_passing_wrap.js]
|
||||
[test_reentrancy_wrap.js]
|
||||
[test_resumable_channel_wrap.js]
|
||||
[test_simple_wrap.js]
|
||||
[test_xmlhttprequest_wrap.js]
|
5
parser/xml/test/unit/xpcshell.ini
Normal file
5
parser/xml/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_parser.js]
|
5
rdf/tests/unit/xpcshell.ini
Normal file
5
rdf/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_rdfredirect.js]
|
7
security/manager/ssl/tests/unit/xpcshell.ini
Normal file
7
security/manager/ssl/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_datasignatureverifier.js]
|
||||
[test_hash_algorithms.js]
|
||||
[test_hmac.js]
|
5
services/crypto/component/tests/unit/xpcshell.ini
Normal file
5
services/crypto/component/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_jpake.js]
|
7
services/crypto/tests/unit/xpcshell.ini
Normal file
7
services/crypto/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[DEFAULT]
|
||||
head = head_helpers.js
|
||||
tail =
|
||||
|
||||
[test_crypto_crypt.js]
|
||||
[test_crypto_deriveKey.js]
|
||||
[test_crypto_random.js]
|
103
services/sync/tests/unit/xpcshell.ini
Normal file
103
services/sync/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,103 @@
|
||||
[DEFAULT]
|
||||
head = head_appinfo.js head_helpers.js head_http_server.js
|
||||
tail =
|
||||
|
||||
[test_auth_manager.js]
|
||||
[test_bookmark_batch_fail.js]
|
||||
[test_bookmark_engine.js]
|
||||
[test_bookmark_livemarks.js]
|
||||
[test_bookmark_legacy_microsummaries_support.js]
|
||||
[test_bookmark_order.js]
|
||||
[test_bookmark_places_query_rewriting.js]
|
||||
[test_bookmark_record.js]
|
||||
[test_bookmark_smart_bookmarks.js]
|
||||
[test_bookmark_store.js]
|
||||
[test_bookmark_tracker.js]
|
||||
[test_clients_engine.js]
|
||||
[test_clients_escape.js]
|
||||
[test_collection_inc_get.js]
|
||||
[test_collections_recovery.js]
|
||||
[test_corrupt_keys.js]
|
||||
[test_engine.js]
|
||||
[test_enginemanager.js]
|
||||
[test_forms_store.js]
|
||||
[test_forms_tracker.js]
|
||||
[test_history_engine.js]
|
||||
[test_history_store.js]
|
||||
[test_history_tracker.js]
|
||||
[test_jpakeclient.js]
|
||||
[test_keys.js]
|
||||
[test_load_modules.js]
|
||||
[test_log4moz.js]
|
||||
[test_notifications.js]
|
||||
[test_password_store.js]
|
||||
[test_places_guid_downgrade.js]
|
||||
[test_prefs_store.js]
|
||||
[test_prefs_tracker.js]
|
||||
[test_records_crypto.js]
|
||||
[test_records_crypto_generateEntry.js]
|
||||
[test_records_wbo.js]
|
||||
[test_resource.js]
|
||||
[test_resource_async.js]
|
||||
[test_resource_ua.js]
|
||||
[test_service_attributes.js]
|
||||
[test_service_changePassword.js]
|
||||
[test_service_checkAccount.js]
|
||||
[test_service_cluster.js]
|
||||
[test_service_createAccount.js]
|
||||
[test_service_detect_upgrade.js]
|
||||
[test_service_login.js]
|
||||
[test_service_migratePrefs.js]
|
||||
[test_service_passwordUTF8.js]
|
||||
[test_service_persistLogin.js]
|
||||
[test_service_quota.js]
|
||||
[test_service_startOver.js]
|
||||
[test_service_startup.js]
|
||||
[test_service_sync_401.js]
|
||||
[test_service_sync_checkServerError.js]
|
||||
[test_service_sync_locked.js]
|
||||
[test_service_sync_remoteSetup.js]
|
||||
[test_service_sync_updateEnabledEngines.js]
|
||||
[test_service_verifyLogin.js]
|
||||
[test_service_wipeClient.js]
|
||||
[test_service_wipeServer.js]
|
||||
[test_status.js]
|
||||
[test_status_checkSetup.js]
|
||||
[test_syncengine.js]
|
||||
[test_syncengine_sync.js]
|
||||
[test_tab_engine.js]
|
||||
[test_tab_store.js]
|
||||
[test_tab_tracker.js]
|
||||
[test_tracker_addChanged.js]
|
||||
[test_upgrade_old_sync_key.js]
|
||||
[test_utils_asyncChain.js]
|
||||
[test_utils_atob.js]
|
||||
[test_utils_catch.js]
|
||||
[test_utils_deepCopy.js]
|
||||
[test_utils_deepEquals.js]
|
||||
[test_utils_deferGetSet.js]
|
||||
[test_utils_deriveKey.js]
|
||||
[test_utils_encodeBase32.js]
|
||||
[test_utils_ensureOneOpen.js]
|
||||
[test_utils_getErrorString.js]
|
||||
[test_utils_getIcon.js]
|
||||
[test_utils_hkdfExpand.js]
|
||||
[test_utils_isArray.js]
|
||||
[test_utils_json.js]
|
||||
[test_utils_lazy.js]
|
||||
[test_utils_lazy2.js]
|
||||
[test_utils_lazyStrings.js]
|
||||
[test_utils_lazySvc.js]
|
||||
[test_utils_lock.js]
|
||||
[test_utils_makeGUID.js]
|
||||
[test_utils_makeURI.js]
|
||||
[test_utils_notify.js]
|
||||
[test_utils_passphrase.js]
|
||||
[test_utils_pbkdf2.js]
|
||||
[test_utils_queryAsync.js]
|
||||
[test_utils_sha1.js]
|
||||
[test_utils_sha1hmac.js]
|
||||
[test_utils_sha256HMAC.js]
|
||||
[test_utils_stackTrace.js]
|
||||
[test_utils_status.js]
|
||||
[test_utils_utf8.js]
|
31
storage/test/unit/xpcshell.ini
Normal file
31
storage/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,31 @@
|
||||
[DEFAULT]
|
||||
head = head_storage.js
|
||||
tail =
|
||||
|
||||
[test_bug-365166.js]
|
||||
[test_bug-393952.js]
|
||||
[test_bug-429521.js]
|
||||
[test_bug-444233.js]
|
||||
[test_chunk_growth.js]
|
||||
[test_connection_executeAsync.js]
|
||||
[test_js_helpers.js]
|
||||
[test_levenshtein.js]
|
||||
[test_like.js]
|
||||
[test_like_escape.js]
|
||||
[test_locale_collation.js]
|
||||
[test_page_size_is_32k.js]
|
||||
[test_sqlite_secure_delete.js]
|
||||
[test_statement_executeAsync.js]
|
||||
[test_statement_wrapper_automatically.js]
|
||||
[test_storage_aggregates.js]
|
||||
[test_storage_connection.js]
|
||||
[test_storage_fulltextindex.js]
|
||||
[test_storage_function.js]
|
||||
[test_storage_progresshandler.js]
|
||||
[test_storage_service.js]
|
||||
[test_storage_service_unshared.js]
|
||||
[test_storage_statement.js]
|
||||
[test_storage_statement_wrapper.js]
|
||||
[test_storage_value_array.js]
|
||||
[test_unicode.js]
|
||||
[test_vacuum.js]
|
13
testing/xpcshell/example/unit/xpcshell.ini
Normal file
13
testing/xpcshell/example/unit/xpcshell.ini
Normal file
@ -0,0 +1,13 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_execute_soon.js]
|
||||
[test_get_file.js]
|
||||
[test_get_idle.js]
|
||||
[test_import_module.js]
|
||||
[test_load.js]
|
||||
[test_load_httpd_js.js]
|
||||
[test_location.js]
|
||||
[test_profile.js]
|
||||
[test_sample.js]
|
116
testing/xpcshell/xpcshell.ini
Normal file
116
testing/xpcshell/xpcshell.ini
Normal file
@ -0,0 +1,116 @@
|
||||
[include:chrome/test/unit/xpcshell.ini]
|
||||
[include:intl/locale/tests/unit/xpcshell.ini]
|
||||
[include:netwerk/cookie/test/unit/xpcshell.ini]
|
||||
[include:modules/libjar/zipwriter/test/unit/xpcshell.ini]
|
||||
[include:uriloader/exthandler/tests/unit/xpcshell.ini]
|
||||
[include:parser/xml/test/unit/xpcshell.ini]
|
||||
[include:modules/libpr0n/test/unit/xpcshell.ini]
|
||||
[include:modules/plugin/test/unit/xpcshell.ini]
|
||||
[include:dom/plugins/test/unit/xpcshell.ini]
|
||||
[include:dom/src/json/test/unit/xpcshell.ini]
|
||||
[include:dom/tests/unit/xpcshell.ini]
|
||||
[include:content/xtf/test/unit/xpcshell.ini]
|
||||
[include:docshell/test/unit/xpcshell.ini]
|
||||
[include:embedding/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/components/commandlines/test/unit/xpcshell.ini]
|
||||
[include:toolkit/components/contentprefs/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/components/passwordmgr/test/unit/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/migration/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/autocomplete/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/expiration/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/sync/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/bookmarks/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/queries/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/components/places/tests/network/xpcshell.ini]
|
||||
[include:toolkit/components/urlformatter/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/components/ctypes/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/components/autocomplete/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/components/satchel/test/unit/xpcshell.ini]
|
||||
[include:toolkit/components/downloads/test/unit/xpcshell.ini]
|
||||
[include:toolkit/components/downloads/test/schema_migration/xpcshell.ini]
|
||||
[include:toolkit/components/telemetry/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/content/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/mozapps/downloads/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini]
|
||||
[include:toolkit/mozapps/extensions/test/xpcshell-unpack/xpcshell.ini]
|
||||
[include:toolkit/mozapps/update/test_timermanager/unit/xpcshell.ini]
|
||||
[include:toolkit/mozapps/update/test/unit/xpcshell.ini]
|
||||
[include:security/manager/ssl/tests/unit/xpcshell.ini]
|
||||
[include:testing/xpcshell/example/unit/xpcshell.ini]
|
||||
[include:xpcom/tests/unit/xpcshell.ini]
|
||||
[include:modules/libpref/test/unit/xpcshell.ini]
|
||||
[include:intl/strres/tests/unit/xpcshell.ini]
|
||||
[include:intl/unicharutil/tests/unit/xpcshell.ini]
|
||||
[include:intl/uconv/tests/unit/xpcshell.ini]
|
||||
[include:netwerk/test/unit/xpcshell.ini]
|
||||
[include:netwerk/test/httpserver/test/xpcshell.ini]
|
||||
[include:js/jetpack/tests/unit/xpcshell.ini]
|
||||
[include:js/src/xpconnect/tests/unit/xpcshell.ini]
|
||||
[include:modules/libjar/test/unit/xpcshell.ini]
|
||||
[include:extensions/cookie/test/unit/xpcshell.ini]
|
||||
[include:storage/test/unit/xpcshell.ini]
|
||||
[include:rdf/tests/unit/xpcshell.ini]
|
||||
[include:gfx/tests/unit/xpcshell.ini]
|
||||
[include:widget/tests/unit/xpcshell.ini]
|
||||
[include:content/base/test/unit/xpcshell.ini]
|
||||
[include:content/test/unit/xpcshell.ini]
|
||||
[include:toolkit/components/url-classifier/tests/unit/xpcshell.ini]
|
||||
[include:services/crypto/tests/unit/xpcshell.ini]
|
||||
[include:services/crypto/components/tests/unit/xpcshell.ini]
|
||||
[include:services/sync/tests/unit/xpcshell.ini]
|
||||
[include:browser/components/dirprovider/tests/unit/xpcshell.ini]
|
||||
[include:browser/components/feeds/test/unit/xpcshell.ini]
|
||||
[include:browser/components/places/tests/unit/xpcshell.ini]
|
||||
[include:browser/components/privatebrowsing/test/unit/xpcshell.ini]
|
||||
[include:browser/components/shell/test/unit/xpcshell.ini]
|
||||
[include:extensions/spellcheck/hunspell/tests/unit/xpcshell.ini]
|
||||
[include:toolkit/components/search/tests/xpcshell/xpcshell.ini]
|
||||
[include:toolkit/mozapps/shared/test/unit/xpcshell.ini]
|
||||
[include:services/crypto/component/tests/unit/xpcshell.ini]
|
||||
[include:layout/tools/layout-debug/tests/unit/xpcshell.ini]
|
||||
run-if.config = debug
|
||||
|
||||
[include:intl/locale/tests_multilocale/unit/xpcshell.ini]
|
||||
run-if.toolkit = windows
|
||||
|
||||
[include:intl/locale/tests_multilocale/unit/xpcshell.ini]
|
||||
run-if.toolkit = cocoa
|
||||
|
||||
[include:toolkit/crashreporter/test/unit/xpcshell.ini]
|
||||
skip-if.os = linux
|
||||
run-if.config = mozcrashreporter
|
||||
|
||||
[include:intl/locale/src/unix/tests/unit/xpcshell.ini]
|
||||
skip-if.toolkit = windows cocoa os2
|
||||
|
||||
[include:toolkit/components/commandlines/test/unit_win/xpcshell.ini]
|
||||
run-if.os = windows
|
||||
|
||||
[include:toolkit/components/commandlines/test/unit_unix/xpcshell.ini]
|
||||
skip-if.os = windows mac os2
|
||||
|
||||
[include:chrome/test/unit_ipc/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
||||
[include:extensions/cookie/test/unit_ipc/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
||||
[include:ipc/testshell/tests/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
||||
[include:modules/libpref/test/unit_ipc/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
||||
[include:netwerk/test/unit_ipc/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
||||
[include:netwerk/cookie/test/unit_ipc/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
||||
[include:toolkit/components/contentprefs/tests/unit_ipc/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
||||
[include:uriloader/exthandler/tests/unit_ipc/xpcshell.ini]
|
||||
run-if.config = ipc
|
||||
|
11
toolkit/components/autocomplete/tests/unit/xpcshell.ini
Normal file
11
toolkit/components/autocomplete/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_330578.js]
|
||||
[test_378079.js]
|
||||
[test_393191.js]
|
||||
[test_463023.js]
|
||||
[test_autocomplete_multiple.js]
|
||||
[test_previousResult.js]
|
||||
[test_stopSearch.js]
|
5
toolkit/components/commandlines/test/unit/xpcshell.ini
Normal file
5
toolkit/components/commandlines/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_classinfo.js]
|
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug410156.js]
|
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug410156.js]
|
11
toolkit/components/contentprefs/tests/unit/xpcshell.ini
Normal file
11
toolkit/components/contentprefs/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
head = head_contentPrefs.js
|
||||
tail = tail_contentPrefs.js
|
||||
|
||||
[test_bug248970.js]
|
||||
[test_bug503971.js]
|
||||
[test_contentPrefs.js]
|
||||
[test_contentPrefsCache.js]
|
||||
[test_getPrefAsync.js]
|
||||
[test_stringGroups.js]
|
||||
[test_unusedGroupsAndSettings.js]
|
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head = head_contentPrefs.js
|
||||
tail = tail_contentPrefs.js
|
||||
|
||||
[test_contentPrefs_parentipc.js]
|
5
toolkit/components/ctypes/tests/unit/xpcshell.ini
Normal file
5
toolkit/components/ctypes/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_jsctypes.js]
|
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
head = head_migration.js
|
||||
tail =
|
||||
|
||||
[test_migration_to_2.js]
|
||||
[test_migration_to_3.js]
|
||||
[test_migration_to_4.js]
|
||||
[test_migration_to_5.js]
|
||||
[test_migration_to_6.js]
|
||||
[test_migration_to_7.js]
|
||||
[test_migration_to_8.js]
|
24
toolkit/components/downloads/test/unit/xpcshell.ini
Normal file
24
toolkit/components/downloads/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,24 @@
|
||||
[DEFAULT]
|
||||
head = head_download_manager.js
|
||||
tail =
|
||||
|
||||
[test_bug_382825.js]
|
||||
[test_bug_384744.js]
|
||||
[test_bug_395092.js]
|
||||
[test_bug_401430.js]
|
||||
[test_bug_401582.js]
|
||||
[test_bug_406857.js]
|
||||
[test_bug_409179.js]
|
||||
[test_bug_420230.js]
|
||||
[test_cancel_download_files_removed.js]
|
||||
[test_download_manager.js]
|
||||
[test_download_samename.js]
|
||||
[test_history_expiration.js]
|
||||
[test_memory_db_support.js]
|
||||
[test_offline_support.js]
|
||||
[test_old_download_files_removed.js]
|
||||
[test_privatebrowsing.js]
|
||||
[test_privatebrowsing_cancel.js]
|
||||
[test_removeDownloadsByTimeframe.js]
|
||||
[test_resume.js]
|
||||
[test_sleep_wake.js]
|
20
toolkit/components/passwordmgr/test/unit/xpcshell.ini
Normal file
20
toolkit/components/passwordmgr/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,20 @@
|
||||
[DEFAULT]
|
||||
head = head_common.js
|
||||
tail =
|
||||
|
||||
[test_access_db_connection.js]
|
||||
[test_storage_legacy_1.js]
|
||||
[test_storage_legacy_2.js]
|
||||
[test_storage_legacy_3.js]
|
||||
[test_storage_legacy_4.js]
|
||||
[test_storage_legacy_5.js]
|
||||
[test_storage_mozStorage_1.js]
|
||||
[test_storage_mozStorage_2.js]
|
||||
[test_storage_mozStorage_3.js]
|
||||
[test_storage_mozStorage_4.js]
|
||||
[test_storage_mozStorage_5.js]
|
||||
[test_storage_mozStorage_6.js]
|
||||
[test_storage_mozStorage_7.js]
|
||||
[test_storage_mozStorage_migrate.js]
|
||||
[test_storage_mozStorage_notify.js]
|
||||
[test_top_loginmgr_1.js]
|
23
toolkit/components/places/tests/autocomplete/xpcshell.ini
Normal file
23
toolkit/components/places/tests/autocomplete/xpcshell.ini
Normal file
@ -0,0 +1,23 @@
|
||||
[DEFAULT]
|
||||
head = head_autocomplete.js
|
||||
tail =
|
||||
|
||||
[test_416211.js]
|
||||
[test_416214.js]
|
||||
[test_417798.js]
|
||||
[test_418257.js]
|
||||
[test_422277.js]
|
||||
[test_autocomplete_on_value_removed_479089.js]
|
||||
[test_download_embed_bookmarks.js]
|
||||
[test_empty_search.js]
|
||||
[test_enabled.js]
|
||||
[test_escape_self.js]
|
||||
[test_ignore_protocol.js]
|
||||
[test_keyword_search.js]
|
||||
[test_livemarks.js]
|
||||
[test_match_beginning.js]
|
||||
[test_multi_word_search.js]
|
||||
[test_special_search.js]
|
||||
[test_swap_protocol.js]
|
||||
[test_tabmatches.js]
|
||||
[test_word_boundary_search.js]
|
34
toolkit/components/places/tests/bookmarks/xpcshell.ini
Normal file
34
toolkit/components/places/tests/bookmarks/xpcshell.ini
Normal file
@ -0,0 +1,34 @@
|
||||
[DEFAULT]
|
||||
head = head_bookmarks.js
|
||||
tail =
|
||||
|
||||
[test_360134.js]
|
||||
[test_384228.js]
|
||||
[test_385829.js]
|
||||
[test_388695.js]
|
||||
[test_393498.js]
|
||||
[test_395101.js]
|
||||
[test_395593.js]
|
||||
[test_405938_restore_queries.js]
|
||||
[test_417228-exclude-from-backup.js]
|
||||
[test_417228-other-roots.js]
|
||||
[test_423515_forceCopyShortcuts.js]
|
||||
[test_424958-json-quoted-folders.js]
|
||||
[test_448584.js]
|
||||
[test_458683.js]
|
||||
[test_466303-json-remove-backups.js]
|
||||
[test_477583_json-backup-in-future.js]
|
||||
[test_484026.js]
|
||||
[test_async_observers.js]
|
||||
[test_bmindex.js]
|
||||
[test_bookmarks.js]
|
||||
[test_changeBookmarkURI.js]
|
||||
[test_getBookmarkedURIFor.js]
|
||||
[test_keywords.js]
|
||||
[test_livemarks.js]
|
||||
[test_nsINavBookmarkObserver.js]
|
||||
[test_onBeforeItemRemoved_observer.js]
|
||||
[test_removeItem.js]
|
||||
[test_restore_guids.js]
|
||||
[test_savedsearches.js]
|
||||
|
15
toolkit/components/places/tests/expiration/xpcshell.ini
Normal file
15
toolkit/components/places/tests/expiration/xpcshell.ini
Normal file
@ -0,0 +1,15 @@
|
||||
[DEFAULT]
|
||||
head = head_expiration.js
|
||||
tail =
|
||||
|
||||
[test_analyze_runs.js]
|
||||
[test_annos_expire_history.js]
|
||||
[test_annos_expire_never.js]
|
||||
[test_annos_expire_policy.js]
|
||||
[test_annos_expire_session.js]
|
||||
[test_notifications.js]
|
||||
[test_notifications_onDeleteURI.js]
|
||||
[test_notifications_onDeleteVisits.js]
|
||||
[test_pref_interval.js]
|
||||
[test_pref_maxpages.js]
|
||||
[test_removeAllPages.js]
|
6
toolkit/components/places/tests/migration/xpcshell.ini
Normal file
6
toolkit/components/places/tests/migration/xpcshell.ini
Normal file
@ -0,0 +1,6 @@
|
||||
[DEFAULT]
|
||||
head = head_migration.js
|
||||
tail =
|
||||
|
||||
[test_v11_from_v10.js]
|
||||
[test_v11_from_v10_migrated_from_v11.js]
|
5
toolkit/components/places/tests/network/xpcshell.ini
Normal file
5
toolkit/components/places/tests/network/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head = head_network.js
|
||||
tail =
|
||||
|
||||
[test_history_redirects.js]
|
23
toolkit/components/places/tests/queries/xpcshell.ini
Normal file
23
toolkit/components/places/tests/queries/xpcshell.ini
Normal file
@ -0,0 +1,23 @@
|
||||
[DEFAULT]
|
||||
head = head_queries.js
|
||||
tail =
|
||||
|
||||
[test_415716.js]
|
||||
[test_abstime-annotation-domain.js]
|
||||
[test_abstime-annotation-uri.js]
|
||||
[test_async.js]
|
||||
[test_containersQueries_sorting.js]
|
||||
[test_excludeReadOnlyFolders.js]
|
||||
[test_history_queries_tags_liveUpdate.js]
|
||||
[test_history_queries_titles_liveUpdate.js]
|
||||
[test_onlyBookmarked.js]
|
||||
[test_querySerialization.js]
|
||||
[test_redirectsMode.js]
|
||||
[test_results-as-tag-contents-query.js]
|
||||
[test_results-as-visit.js]
|
||||
[test_searchterms-domain.js]
|
||||
[test_searchterms-uri.js]
|
||||
[test_sort-date-site-grouping.js]
|
||||
[test_sorting.js]
|
||||
[test_tags.js]
|
||||
[test_transitions.js]
|
18
toolkit/components/places/tests/sync/xpcshell.ini
Normal file
18
toolkit/components/places/tests/sync/xpcshell.ini
Normal file
@ -0,0 +1,18 @@
|
||||
[DEFAULT]
|
||||
head = head_sync.js
|
||||
tail =
|
||||
|
||||
[test_bookmarks_sorted_by_none.js]
|
||||
[test_database_sync_after_addBookmark.js]
|
||||
[test_database_sync_after_addBookmark_batched.js]
|
||||
[test_database_sync_after_addVisit.js]
|
||||
[test_database_sync_after_addVisit_batched.js]
|
||||
[test_database_sync_after_modifyBookmark.js]
|
||||
[test_database_sync_after_shutdown.js]
|
||||
[test_database_sync_after_shutdown_with_removeAllPages.js]
|
||||
[test_database_sync_embed_visits.js]
|
||||
[test_database_sync_expireAllFavicons.js]
|
||||
[test_database_sync_onitemadded.js]
|
||||
[test_database_sync_with_specialHistoryQueries.js]
|
||||
[test_multiple_bookmarks_around_sync.js]
|
||||
[test_multiple_visits_around_sync.js]
|
95
toolkit/components/places/tests/unit/xpcshell.ini
Normal file
95
toolkit/components/places/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,95 @@
|
||||
[DEFAULT]
|
||||
head = head_bookmarks.js
|
||||
tail =
|
||||
|
||||
[test_000_frecency.js]
|
||||
[test_248970.js]
|
||||
[test_317472.js]
|
||||
[test_331487.js]
|
||||
[test_385397.js]
|
||||
[test_399264_query_to_string.js]
|
||||
[test_399264_string_to_query.js]
|
||||
[test_399266.js]
|
||||
[test_399606.js]
|
||||
[test_402799.js]
|
||||
[test_404630.js]
|
||||
[test_405497.js]
|
||||
[test_408221.js]
|
||||
[test_412132.js]
|
||||
[test_413784.js]
|
||||
[test_415460.js]
|
||||
[test_415757.js]
|
||||
[test_418643_removeFolderChildren.js]
|
||||
[test_419731.js]
|
||||
[test_419792_node_tags_property.js]
|
||||
[test_420331_wyciwyg.js]
|
||||
[test_421180.js]
|
||||
[test_425563.js]
|
||||
[test_429505_remove_shortcuts.js]
|
||||
[test_433317_query_title_update.js]
|
||||
[test_433525_hasChildren_crash.js]
|
||||
[test_451499.js]
|
||||
[test_452777.js]
|
||||
[test_454977.js]
|
||||
[test_457698_crash.js]
|
||||
[test_463863.js]
|
||||
[test_485442_crash_bug_nsNavHistoryQuery_GetUri.js]
|
||||
[test_486978_sort_by_date_queries.js]
|
||||
[test_536081.js]
|
||||
[test_adaptive.js]
|
||||
[test_adaptive_bug527311.js]
|
||||
[test_annotations.js]
|
||||
[test_asyncExecuteLegacyQueries.js]
|
||||
[test_async_history_api.js]
|
||||
[test_autocomplete_stopSearch_no_throw.js]
|
||||
[test_bookmark_catobs.js]
|
||||
[test_bookmarks_setNullTitle.js]
|
||||
[test_broken_folderShortcut_result.js]
|
||||
[test_browserhistory.js]
|
||||
[test_bug636917_isLivemark.js]
|
||||
[test_childlessTags.js]
|
||||
[test_crash_476292.js]
|
||||
[test_database_replaceOnStartup.js]
|
||||
[test_doSetAndLoadFaviconForPage.js]
|
||||
[test_doSetAndLoadFaviconForPage_failures.js]
|
||||
[test_download_history.js]
|
||||
[test_dynamic_containers.js]
|
||||
[test_exclude_livemarks.js]
|
||||
[test_faviconService_expireAllFavicons.js]
|
||||
[test_favicons.js]
|
||||
[test_frecency.js]
|
||||
[test_getChildIndex.js]
|
||||
[test_history.js]
|
||||
[test_history_autocomplete_tags.js]
|
||||
[test_history_catobs.js]
|
||||
[test_history_import.js]
|
||||
[test_history_notifications.js]
|
||||
[test_history_removeAllPages.js]
|
||||
[test_history_sidebar.js]
|
||||
[test_isvisited.js]
|
||||
[test_lastModified.js]
|
||||
[test_livemarkService_getLivemarkIdForFeedURI.js]
|
||||
[test_markpageas.js]
|
||||
[test_migrateFrecency.js]
|
||||
[test_moz-anno_favicon_mime_type.js]
|
||||
[test_multi_queries.js]
|
||||
[test_multi_word_tags.js]
|
||||
[test_nsINavHistoryViewer.js]
|
||||
[test_null_interfaces.js]
|
||||
[test_onBeforeDeleteURI_observer.js]
|
||||
[test_onItemChanged_tags.js]
|
||||
[test_placeURIs.js]
|
||||
[test_preventive_maintenance.js]
|
||||
[test_preventive_maintenance_checkAndFixDatabase.js]
|
||||
[test_preventive_maintenance_console.js]
|
||||
[test_removeVisitsByTimeframe.js]
|
||||
[test_resolveNullBookmarkTitles.js]
|
||||
[test_result_sort.js]
|
||||
[test_sql_guid_functions.js]
|
||||
[test_tag_autocomplete_search.js]
|
||||
[test_tagging.js]
|
||||
[test_update_frecency_after_delete.js]
|
||||
[test_utils_backups_create.js]
|
||||
[test_utils_getURLsForContainerNode.js]
|
||||
[test_utils_setAnnotationsFor.js]
|
||||
[test_PlacesUtils_asyncGetBookmarkIds.js]
|
19
toolkit/components/satchel/test/unit/xpcshell.ini
Normal file
19
toolkit/components/satchel/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,19 @@
|
||||
[DEFAULT]
|
||||
head = head_satchel.js
|
||||
tail =
|
||||
|
||||
[test_autocomplete.js]
|
||||
[test_bug_248970.js]
|
||||
[test_bug_329741.js]
|
||||
[test_db_corrupt.js]
|
||||
[test_db_update_v1.js]
|
||||
[test_db_update_v1b.js]
|
||||
[test_db_update_v2.js]
|
||||
[test_db_update_v2b.js]
|
||||
[test_db_update_v3.js]
|
||||
[test_db_update_v3b.js]
|
||||
[test_db_update_v999a.js]
|
||||
[test_db_update_v999b.js]
|
||||
[test_expire.js]
|
||||
[test_history_api.js]
|
||||
[test_notify.js]
|
5
toolkit/components/search/tests/xpcshell/xpcshell.ini
Normal file
5
toolkit/components/search/tests/xpcshell/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head = head_search.js
|
||||
tail =
|
||||
|
||||
[test_645970.js]
|
@ -40,7 +40,7 @@ DEPTH = ../../../..
|
||||
topsrcdir = @top_srcdir@
|
||||
srcdir = @srcdir@
|
||||
VPATH = @srcdir@
|
||||
relativesrcdir = toolkit/components/telemetry/test
|
||||
relativesrcdir = toolkit/components/telemetry/tests
|
||||
|
||||
include $(DEPTH)/config/autoconf.mk
|
||||
|
||||
|
5
toolkit/components/telemetry/tests/unit/xpcshell.ini
Normal file
5
toolkit/components/telemetry/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_TelemetryPing.js]
|
11
toolkit/components/url-classifier/tests/unit/xpcshell.ini
Normal file
11
toolkit/components/url-classifier/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
head = head_urlclassifier.js
|
||||
tail = tail_urlclassifier.js
|
||||
|
||||
[test_addsub.js]
|
||||
[test_backoff.js]
|
||||
[test_cleankeycache.js]
|
||||
[test_dbservice.js]
|
||||
[test_hashcompleter.js]
|
||||
[test_partial.js]
|
||||
[test_streamupdater.js]
|
5
toolkit/components/urlformatter/tests/unit/xpcshell.ini
Normal file
5
toolkit/components/urlformatter/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head = head_urlformatter.js
|
||||
tail =
|
||||
|
||||
[test_urlformatter.js]
|
7
toolkit/content/tests/unit/xpcshell.ini
Normal file
7
toolkit/content/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,7 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_contentAreaUtils.js]
|
||||
[test_dict.js]
|
||||
[test_privatebrowsing_downloadLastDir_c.js]
|
9
toolkit/crashreporter/test/unit/xpcshell.ini
Normal file
9
toolkit/crashreporter/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,9 @@
|
||||
[DEFAULT]
|
||||
head = head_crashreporter.js
|
||||
tail =
|
||||
|
||||
[test_crash_purevirtual.js]
|
||||
[test_crash_runtimeabort.js]
|
||||
[test_crashreporter.js]
|
||||
[test_crashreporter_crash.js]
|
||||
[test_crashreporter_crash_profile_lock.js]
|
11
toolkit/mozapps/downloads/tests/unit/xpcshell.ini
Normal file
11
toolkit/mozapps/downloads/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,11 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_DownloadLastDir.js]
|
||||
[test_DownloadPaths.js]
|
||||
[test_DownloadUtils.js]
|
||||
[test_lowMinutes.js]
|
||||
[test_privatebrowsing_downloadLastDir.js]
|
||||
[test_syncedDownloadUtils.js]
|
||||
[test_unspecified_arguments.js]
|
101
toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini
Normal file
101
toolkit/mozapps/extensions/test/xpcshell/xpcshell.ini
Normal file
@ -0,0 +1,101 @@
|
||||
[DEFAULT]
|
||||
head = head_addons.js
|
||||
tail =
|
||||
|
||||
[test_AddonRepository.js]
|
||||
[test_AddonRepository_cache.js]
|
||||
[test_LightweightThemeManager.js]
|
||||
[test_badschema.js]
|
||||
[test_blocklistchange.js]
|
||||
[test_bootstrap.js]
|
||||
[test_bug299716.js]
|
||||
[test_bug299716_2.js]
|
||||
[test_bug324121.js]
|
||||
[test_bug335238.js]
|
||||
[test_bug371495.js]
|
||||
[test_bug384052.js]
|
||||
[test_bug393285.js]
|
||||
[test_bug394300.js]
|
||||
[test_bug397778.js]
|
||||
[test_bug406118.js]
|
||||
[test_bug424262.js]
|
||||
[test_bug425657.js]
|
||||
[test_bug430120.js]
|
||||
[test_bug449027.js]
|
||||
[test_bug455906.js]
|
||||
[test_bug465190.js]
|
||||
[test_bug468528.js]
|
||||
[test_bug470377_1.js]
|
||||
[test_bug470377_2.js]
|
||||
[test_bug470377_3.js]
|
||||
[test_bug470377_4.js]
|
||||
[test_bug514327_1.js]
|
||||
[test_bug514327_2.js]
|
||||
[test_bug514327_3.js]
|
||||
[test_bug521905.js]
|
||||
[test_bug526598.js]
|
||||
[test_bug541420.js]
|
||||
[test_bug542391.js]
|
||||
[test_bug554133.js]
|
||||
[test_bug559800.js]
|
||||
[test_bug563256.js]
|
||||
[test_bug564030.js]
|
||||
[test_bug566626.js]
|
||||
[test_bug567184.js]
|
||||
[test_bug569138.js]
|
||||
[test_bug570173.js]
|
||||
[test_bug576735.js]
|
||||
[test_bug578467.js]
|
||||
[test_bug587088.js]
|
||||
[test_bug594058.js]
|
||||
[test_bug595081.js]
|
||||
[test_bug595573.js]
|
||||
[test_bug596607.js]
|
||||
[test_bug616841.js]
|
||||
[test_bug619730.js]
|
||||
[test_bug620837.js]
|
||||
[test_cacheflush.js]
|
||||
[test_checkcompatibility.js]
|
||||
[test_corrupt.js]
|
||||
[test_disable.js]
|
||||
[test_distribution.js]
|
||||
[test_dss.js]
|
||||
[test_duplicateplugins.js]
|
||||
[test_error.js]
|
||||
[test_filepointer.js]
|
||||
[test_fuel.js]
|
||||
[test_general.js]
|
||||
[test_getresource.js]
|
||||
[test_gfxBlacklist_AllOS1.js]
|
||||
[test_gfxBlacklist_AllOS2.js]
|
||||
[test_gfxBlacklist_Device.js]
|
||||
[test_gfxBlacklist_DriverNew.js]
|
||||
[test_gfxBlacklist_Equal_DriverNew.js]
|
||||
[test_gfxBlacklist_Equal_DriverOld.js]
|
||||
[test_gfxBlacklist_Equal_OK.js]
|
||||
[test_gfxBlacklist_GTE_DriverOld.js]
|
||||
[test_gfxBlacklist_GTE_OK.js]
|
||||
[test_gfxBlacklist_OK.js]
|
||||
[test_gfxBlacklist_OS.js]
|
||||
[test_gfxBlacklist_Vendor.js]
|
||||
[test_gfxBlacklist_prefs.js]
|
||||
[test_install.js]
|
||||
[test_locale.js]
|
||||
[test_locked.js]
|
||||
[test_manifest.js]
|
||||
[test_migrate1.js]
|
||||
[test_migrate2.js]
|
||||
[test_migrate3.js]
|
||||
[test_permissions.js]
|
||||
[test_plugins.js]
|
||||
[test_registry.js]
|
||||
[test_safemode.js]
|
||||
[test_startup.js]
|
||||
[test_targetPlatforms.js]
|
||||
[test_theme.js]
|
||||
[test_uninstall.js]
|
||||
[test_update.js]
|
||||
[test_updatecheck.js]
|
||||
[test_updateid.js]
|
||||
[test_upgrade.js]
|
||||
|
5
toolkit/mozapps/shared/test/unit/xpcshell.ini
Normal file
5
toolkit/mozapps/shared/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_FileUtils.js]
|
37
toolkit/mozapps/update/test/unit/xpcshell.ini
Normal file
37
toolkit/mozapps/update/test/unit/xpcshell.ini
Normal file
@ -0,0 +1,37 @@
|
||||
[DEFAULT]
|
||||
head = head_update.js
|
||||
tail =
|
||||
|
||||
[test_0010_general.js]
|
||||
[test_0020_general.js]
|
||||
[test_0030_general.js]
|
||||
[test_0040_general.js]
|
||||
[test_0050_general.js]
|
||||
[test_0060_manager.js]
|
||||
[test_0061_manager.js]
|
||||
[test_0062_manager.js]
|
||||
[test_0063_manager.js]
|
||||
[test_0064_manager.js]
|
||||
[test_0070_update_dir_cleanup.js]
|
||||
[test_0071_update_dir_cleanup.js]
|
||||
[test_0072_update_dir_cleanup.js]
|
||||
[test_0073_update_dir_cleanup.js]
|
||||
[test_0080_prompt_silent.js]
|
||||
[test_0081_prompt_uiAlreadyOpen.js]
|
||||
[test_0110_general.js]
|
||||
[test_0111_general.js]
|
||||
[test_0112_general.js]
|
||||
[test_0120_channelChange_complete.js]
|
||||
[test_0150_appBinReplaced_xp_win_complete.js]
|
||||
[test_0151_appBinPatched_xp_win_partial.js]
|
||||
[test_0160_appInUse_xp_unix_complete.js]
|
||||
[test_0160_appInUse_xp_win_complete.js]
|
||||
[test_0170_fileLocked_xp_win_complete.js]
|
||||
[test_0171_fileLocked_xp_win_partial.js]
|
||||
[test_0180_fileInUse_xp_win_complete.js]
|
||||
[test_0181_fileInUse_xp_win_partial.js]
|
||||
[test_0182_rmrfdirFileInUse_xp_win_complete.js]
|
||||
[test_0183_rmrfdirFileInUse_xp_win_partial.js]
|
||||
[test_0200_app_launch_apply_update.js]
|
||||
[test_bug497578.js]
|
||||
[test_bug595059.js]
|
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_0010_timermanager.js]
|
8
uriloader/exthandler/tests/unit/xpcshell.ini
Normal file
8
uriloader/exthandler/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,8 @@
|
||||
[DEFAULT]
|
||||
head = head_handlerService.js
|
||||
tail = tail_handlerService.js
|
||||
|
||||
[test_getTypeFromExtension_ext_to_type_mapping.js]
|
||||
[test_getTypeFromExtension_with_empty_Content_Type.js]
|
||||
[test_handlerService.js]
|
||||
[test_punycodeURIs.js]
|
5
uriloader/exthandler/tests/unit_ipc/xpcshell.ini
Normal file
5
uriloader/exthandler/tests/unit_ipc/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_encoding.js]
|
5
widget/tests/unit/xpcshell.ini
Normal file
5
widget/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,5 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_taskbar_jumplistitems.js]
|
31
xpcom/tests/unit/xpcshell.ini
Normal file
31
xpcom/tests/unit/xpcshell.ini
Normal file
@ -0,0 +1,31 @@
|
||||
[DEFAULT]
|
||||
head =
|
||||
tail =
|
||||
|
||||
[test_bug121341.js]
|
||||
[test_bug332389.js]
|
||||
[test_bug333505.js]
|
||||
[test_bug364285-1.js]
|
||||
[test_bug374754.js]
|
||||
[test_bug476919.js]
|
||||
[test_bug478086.js]
|
||||
[test_bug656331.js]
|
||||
[test_compmgr_warnings.js]
|
||||
[test_file_createUnique.js]
|
||||
[test_file_equality.js]
|
||||
[test_hidden_files.js]
|
||||
[test_home.js]
|
||||
[test_iniProcessor.js]
|
||||
[test_ioutil.js]
|
||||
[test_localfile.js]
|
||||
[test_mac_bundle.js]
|
||||
[test_nsIMutableArray.js]
|
||||
[test_nsIProcess.js]
|
||||
[test_nsITelemetry.js]
|
||||
[test_pipe.js]
|
||||
[test_storagestream.js]
|
||||
[test_streams.js]
|
||||
[test_stringstream.js]
|
||||
[test_symlinks.js]
|
||||
[test_systemInfo.js]
|
||||
[test_versioncomparator.js]
|
Loading…
Reference in New Issue
Block a user