tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 8613c0008383391a3ab08187b52516409b66888c
parent f2439f05ebfa066c53f087425e3993f109e88f0d
Author: Julian Descottes <jdescottes@mozilla.com>
Date:   Tue, 25 Nov 2025 20:48:23 +0000

Bug 2002183 - [devtools] Simplify test manifests for allocations tests r=devtools-reviewers,jmaher,nchevobbe

Quick follow up to revert some manifest changes to only specify linux & opt, as the allocations tests don't need specific platform requirements.

Differential Revision: https://phabricator.services.mozilla.com/D273953

Diffstat:
Mdevtools/client/framework/test/allocations/browser_allocations_browser_console.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_inspector_selections.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_reload_debugger.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_reload_inspector.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_reload_netmonitor.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_reload_webconsole.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_target.toml | 3+--
Mdevtools/client/framework/test/allocations/browser_allocations_toolbox.toml | 3+--
Mdevtools/shared/test-helpers/browser.toml | 3+--
10 files changed, 10 insertions(+), 20 deletions(-)

diff --git a/devtools/client/framework/test/allocations/browser_allocations_browser_console.toml b/devtools/client/framework/test/allocations/browser_allocations_browser_console.toml @@ -12,6 +12,5 @@ prefs = "extensions.webcompat.disable_debug_logging=true" ["browser_allocations_browser_console.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_inspector_selections.toml b/devtools/client/framework/test/allocations/browser_allocations_inspector_selections.toml @@ -14,6 +14,5 @@ support-files = [ ["browser_allocations_inspector_selections.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_reload_debugger.toml b/devtools/client/framework/test/allocations/browser_allocations_reload_debugger.toml @@ -14,6 +14,5 @@ support-files = [ ["browser_allocations_reload_debugger.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_reload_inspector.toml b/devtools/client/framework/test/allocations/browser_allocations_reload_inspector.toml @@ -14,6 +14,5 @@ support-files = [ ["browser_allocations_reload_inspector.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_reload_netmonitor.toml b/devtools/client/framework/test/allocations/browser_allocations_reload_netmonitor.toml @@ -14,6 +14,5 @@ support-files = [ ["browser_allocations_reload_netmonitor.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml b/devtools/client/framework/test/allocations/browser_allocations_reload_no_devtools.toml @@ -13,6 +13,5 @@ support-files = [ ["browser_allocations_reload_no_devtools.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_reload_webconsole.toml b/devtools/client/framework/test/allocations/browser_allocations_reload_webconsole.toml @@ -14,6 +14,5 @@ support-files = [ ["browser_allocations_reload_webconsole.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_target.toml b/devtools/client/framework/test/allocations/browser_allocations_target.toml @@ -11,6 +11,5 @@ support-files = [ ["browser_allocations_target.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/client/framework/test/allocations/browser_allocations_toolbox.toml b/devtools/client/framework/test/allocations/browser_allocations_toolbox.toml @@ -11,6 +11,5 @@ support-files = [ ["browser_allocations_toolbox.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] diff --git a/devtools/shared/test-helpers/browser.toml b/devtools/shared/test-helpers/browser.toml @@ -9,8 +9,7 @@ support-files = [ ["browser_allocation_tracker.js"] run-if = [ - "os == 'linux' && os_version == '22.04' && arch == 'x86_64' && display == 'wayland' && opt", # Results should be platform agnostic - only run on linux64-opt - "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Results should be platform agnostic - only run on linux64-opt + "os == 'linux' && opt", # Results should be platform agnostic - only run on linux64-opt ] skip-if = [ "verify", # Bug 1730507 - objects without stacks get allocated during the GC of the first test when running multiple times.