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
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
|
[DEFAULT]
dupe-manifest = ""
head = "xpcshell-head-parent-process.js"
tail = ""
support-files = [
"URLSearchParams_profile.zip",
"bug1056939_profile.zip",
"idbSubdirUpgrade1_profile.zip",
"idbSubdirUpgrade2_profile.zip",
"mutableFileUpgrade_profile.zip",
"obsoleteOriginAttributes_profile.zip",
"orphaned_files_profile.zip",
"oldDirectories_profile.zip",
"GlobalObjectsChild.js",
"GlobalObjectsModule.sys.mjs",
"GlobalObjectsSandbox.js",
"metadata2Restore_profile.zip",
"metadataRestore_profile.zip",
"schema18upgrade_profile.zip",
"schema21upgrade_profile.zip",
"schema23upgrade_profile.zip",
"snappyUpgrade_profile.zip",
"storagePersistentUpgrade_profile.zip",
"wasm_get_values_profile.zip",
"xpcshell-shared.toml",
]
["include:xpcshell-shared.toml"]
["make_URLSearchParams.js"]
skip-if = ["true"] # Only used for recreating URLSearchParams_profile.zip
["test_URLSearchParams.js"]
["test_bad_origin_directory.js"]
["test_blob_file_backed.js"]
["test_bug1056939.js"]
["test_cleanup_transaction.js"]
["test_clear_object_store_with_indexes.js"]
requesttimeoutfactor = 2
skip-if = ["tsan"]
["test_database_close_without_onclose.js"]
["test_database_onclose.js"]
["test_file_copy_failure.js"]
["test_globalObjects_ipc.js"]
skip-if = ["os == 'android'"]
["test_idbSubdirUpgrade.js"]
["test_idle_maintenance.js"]
["test_invalidate.js"]
# disabled for the moment.
skip-if = ["true"]
["test_marker_file.js"]
["test_maximal_serialized_object_size.js"]
["test_metadata2Restore.js"]
["test_metadataRestore.js"]
["test_mutableFileUpgrade.js"]
["test_obsoleteOriginAttributesUpgrade.js"]
["test_oldDirectories.js"]
["test_orphaned_files.js"]
["test_quotaExceeded_recovery.js"]
["test_readwriteflush_disabled.js"]
["test_schema18upgrade.js"]
["test_schema21upgrade.js"]
["test_schema23upgrade.js"]
["test_snappyUpgrade.js"]
["test_storagePersistentUpgrade.js"]
["test_temporary_storage.js"]
# bug 951017: intermittent failure on Android x86 emulator
skip-if = ["os == 'android' && processor == 'x86'"]
["test_unexpectedDirectory.js"]
["test_view_put_get_values.js"]
["test_wasm_get_values.js"]
["test_wasm_put_get_values.js"]
|