xpcshell.toml (1366B)
1 [DEFAULT] 2 tags = "devtools" 3 head = "head_devtools.js" 4 firefox-appdir = "browser" 5 support-files = [ 6 "exposeLoader.js", 7 "throwing-module-1.js", 8 "throwing-module-2.js", 9 ] 10 11 ["test_assert.js"] 12 13 ["test_console_filtering.js"] 14 15 ["test_csslexer.js"] 16 17 ["test_debugger_client.js"] 18 skip-if = [ 19 "os == 'android' && os_version == '14' && arch == 'x86_64'", 20 ] 21 22 ["test_defineLazyPrototypeGetter.js"] 23 24 ["test_eventemitter_abort_controller.js"] 25 26 ["test_eventemitter_basic.js"] 27 28 ["test_eventemitter_destroy.js"] 29 30 ["test_executeSoon.js"] 31 skip-if = [ 32 "os == 'android' && os_version == '14' && arch == 'x86_64'", 33 ] 34 35 ["test_fetch-bom.js"] 36 37 ["test_fetch-chrome.js"] 38 39 ["test_fetch-file.js"] 40 41 ["test_fetch-http.js"] 42 43 ["test_fetch-resource.js"] 44 45 ["test_flatten.js"] 46 47 ["test_indentation.js"] 48 49 ["test_independent_loaders.js"] 50 51 ["test_isSet.js"] 52 53 ["test_loader.js"] 54 55 ["test_natural-sort.js"] 56 skip-if = [ 57 "os == 'android' && os_version == '14' && arch == 'x86_64'", 58 ] 59 60 ["test_pluralForm-english.js"] 61 62 ["test_pluralForm-irish.js"] 63 64 ["test_pluralForm-japanese.js"] 65 66 ["test_prettifyCSS.js"] 67 skip-if = [ 68 "os == 'android' && os_version == '14' && arch == 'x86_64'", 69 ] 70 71 ["test_require.js"] 72 73 ["test_require_lazy.js"] 74 75 ["test_require_raw.js"] 76 skip-if = [ 77 "os == 'android' && os_version == '14' && arch == 'x86_64'", 78 ] 79 80 ["test_safeErrorString.js"] 81 82 ["test_sprintfjs.js"] 83 84 ["test_stack.js"]