1
0
Fork 0
firefox/devtools/shared/commands/target-configuration/tests/browser.toml
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

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
]