blob: 8b67aaa1907c5664e5721154eee76f5a86bae8e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
[DEFAULT]
head = head.js
firefox-appdir = browser
support-files =
propertyLists/bug710259_propertyListBinary.plist
propertyLists/bug710259_propertyListXML.plist
chromeappsstore.sqlite
corrupt.sqlite
zips/dummy_gmp.zip
zips/zen.zip
regions/mls-lookup-results.csv
regions/world.geojson
regions/world-buffered.geojson
[test_BinarySearch.js]
[test_CanonicalJSON.js]
[test_Color.js]
[test_CreditCard.js]
[test_DeferredTask.js]
skip-if = toolkit == 'android' || (os == 'mac' && os_version=='10.14') # osx: Bug 1550141;
[test_E10SUtils_workers_remote_types.js]
[test_FileUtils.js]
skip-if = toolkit == 'android'
[test_FinderIterator.js]
[test_GMPInstallManager.js]
skip-if = toolkit == 'android'
[test_Http.js]
[test_IgnoreList.js]
tags = remote-settings
[test_Integration.js]
[test_jsesc.js]
[test_JSONFile.js]
[test_Log.js]
[test_MatchURLFilters.js]
[test_NewTabUtils.js]
skip-if = toolkit == 'android'
[test_ObjectUtils.js]
[test_ObjectUtils_strict.js]
[test_osKeyStore.js]
[test_PermissionsUtils.js]
[test_Preferences.js]
[test_Promise.js]
[test_PromiseUtils.js]
[test_propertyListsUtils.js]
skip-if = os != 'mac'
[test_readCertPrefs.js]
[test_Region.js]
[test_Region_geocoding.js]
[test_Services.js]
[test_sqlite.js]
skip-if = toolkit == 'android' || (verify && !debug && os == 'win')
[test_sqlite_shutdown.js]
[test_task.js]
[test_timer.js]
[test_UpdateUtils_url.js]
skip-if = !updater
reason = LOCALE is not defined without MOZ_UPDATER
[test_UpdateUtils_updatechannel.js]
[test_web_channel.js]
[test_web_channel_broker.js]
[test_Log_stackTrace.js]
[test_servicerequest_xhr.js]
[test_EventEmitter.js]
[test_ProfileAge.js]
[test_firstStartup.js]
skip-if = toolkit == 'android'
[test_AllowedAppSources.js]
skip-if = os != 'win' # Test of a Windows-specific feature
|