tor-browser

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

commit a6ae06cf45b00c15f3262c856735c6900fe696ef
parent 6d4f12c6866b3bf2f41888abe014efa679592a02
Author: Sandor Molnar <smolnar@mozilla.com>
Date:   Tue, 18 Nov 2025 11:48:40 +0000

Bug 1996375 - Update disable for browser_appmenu.js to include linux24.04 opt & asan r=intermittent-reviewers,jmaher DONTBUILD

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

Diffstat:
Mbrowser/components/profiles/tests/browser/browser.toml | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/browser/components/profiles/tests/browser/browser.toml b/browser/components/profiles/tests/browser/browser.toml @@ -10,6 +10,8 @@ run-if = [ ["browser_appmenu.js"] skip-if = [ + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && opt" , # Bug 1996375 + "os == 'linux' && os_version == '24.04' && processor == 'x86_64' && asan" , # Bug 1996375 "os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt" , # Bug 1996375 "os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt" , # Bug 1996375 ]