34 lines
1.4 KiB
TOML
34 lines
1.4 KiB
TOML
[DEFAULT]
|
|
tags = "devtools"
|
|
subsuite = "devtools"
|
|
support-files = [
|
|
"!/devtools/client/shared/test/shared-head.js",
|
|
"target_configuration_test_doc.sjs",
|
|
"head.js",
|
|
]
|
|
|
|
["browser_target_configuration_command.js"]
|
|
|
|
["browser_target_configuration_command_color_scheme.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
|
|
]
|
|
|
|
["browser_target_configuration_command_custom_user_agent.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
|
|
]
|
|
|
|
["browser_target_configuration_command_dppx.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
|
|
]
|
|
|
|
["browser_target_configuration_command_touch_events.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
|
|
]
|