tor-browser

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

commit dc4c0429a7235e1b246d8343645020c3ef9e15ea
parent ed4a40474e4c131d19f7146a37964fbd935fc3e0
Author: Julian Descottes <jdescottes@mozilla.com>
Date:   Thu,  9 Oct 2025 08:08:55 +0000

Bug 1993173 - [devtools] Skip browser_target_command_browser_workers on linux 2404 asan r=devtools-reviewers,ochameau

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

Diffstat:
Mdevtools/shared/commands/target/tests/browser.toml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/devtools/shared/commands/target/tests/browser.toml b/devtools/shared/commands/target/tests/browser.toml @@ -22,6 +22,7 @@ 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 ]