commit 6d60affecc8e769c87a504418b9b49716f7fceca
parent dc4c0429a7235e1b246d8343645020c3ef9e15ea
Author: Julian Descottes <jdescottes@mozilla.com>
Date: Thu, 9 Oct 2025 08:08:56 +0000
Bug 1993173 - [devtools] Remove linux 1804 annotations in devtools/shared/commands/target/tests/browser.toml r=jmaher,devtools-reviewers,ochameau
Differential Revision: https://phabricator.services.mozilla.com/D267917
Diffstat:
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/devtools/shared/commands/target/tests/browser.toml b/devtools/shared/commands/target/tests/browser.toml
@@ -21,7 +21,6 @@ support-files = [
["browser_target_command_browser_workers.js"]
skip-if = [
- "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1767778
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && asan", # Bug 1767778
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1767778
]
@@ -49,14 +48,9 @@ skip-if = [
["browser_target_command_service_workers.js"]
["browser_target_command_service_workers_navigation.js"]
-skip-if = [
- "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1872255
-]
["browser_target_command_service_workers_navigation_stopped.js"]
skip-if = [
- "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && !a11y_checks", # Bug 1767781
- "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1767781
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1767781
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929449
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # Bug 1767781
@@ -69,7 +63,6 @@ skip-if = [
["browser_target_command_tab_workers_bfcache_navigation.js"]
skip-if = [
- "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1721859
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1721859
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1721859
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1721859