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 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154
|
[DEFAULT]
head = "head_xpcom.js"
support-files = [
"data/**",
"xpcomtest.xpt",
]
generated-files = "xpcomtest.xpt"
["test_bug121341.js"]
["test_bug325418.js"]
["test_bug332389.js"]
["test_bug333505.js"]
["test_bug364285-1.js"]
["test_bug374754.js"]
["test_bug476919.js"]
# Creating a symlink requires admin or developer mode on Windows.
skip-if = [
"os == 'win'",
]
# Bug 676998: test fails consistently on Android
fail-if = [
"os == 'android'",
]
["test_bug478086.js"]
["test_bug745466.js"]
skip-if = [
"os == 'win'",
]
# Bug 676998: test fails consistently on Android
fail-if = [
"os == 'android'",
]
["test_bug1434856.js"]
["test_debugger_malloc_size_of.js"]
["test_error_iserror.js"]
prefs = [
"javascript.options.experimental.error_iserror=true",
]
["test_file_createUnique.js"]
["test_file_equality.js"]
["test_file_renameTo.js"]
["test_getTimers.js"]
skip-if = [
"os == 'android'",
]
["test_hidden_files.js"]
["test_home.js"]
# Bug 676998: test fails consistently on Android
fail-if = [
"os == 'android'",
]
["test_iniParser.js"]
["test_invalidGrayBits.js"]
["test_ioutil.js"]
["test_localfile.js"]
["test_logFromPreference.js"]
skip-if = [
"(os == 'android' && release_or_beta)", # bug 1841818
]
["test_mac_bundle.js"]
["test_mac_xattrs.js"]
run-if = [
"os == 'mac'",
]
["test_notxpcom_scriptable.js"]
["test_nsIMutableArray.js"]
["test_nsIProcess.js"]
skip-if = [
"os == 'android'", # Bug 1631671
"os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland'", # Bug 676998
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 676998
"os == 'win'", # Bug 1325609
]
["test_nsIProcess_stress.js"]
skip-if = [
"ccov", # bug 1394989
"os == 'win'", # bug 676412, test isn't needed on windows and runs really slowly
]
["test_pipe.js"]
["test_process_directives.js"]
["test_process_directives_child.js"]
skip-if = [
"os == 'android'",
]
["test_seek_multiplex.js"]
["test_storagestream.js"]
["test_streams.js"]
["test_stringstream.js"]
["test_symlinks.js"]
# Creating a symlink requires admin or developer mode on Windows.
skip-if = [
"os == 'win'",
]
# Bug 676998: test fails consistently on Android
["test_systemInfo.js"]
["test_versioncomparator.js"]
skip-if = [
"os == 'win' && asan", # Bug 1763002
]
["test_windows_cmdline_file.js"]
run-if = [
"os == 'win'",
]
["test_windows_onedrive_registry.js"]
run-if = [
"os == 'win'",
]
run-sequentially = ["true"] # Mock Windows registry interferes with normal operations
["test_windows_registry.js"]
run-if = [
"os == 'win'",
]
run-sequentially = ["true"] # Mock Windows registry interferes with normal operations
|