[tbb-commits] [tor-browser] 270/311: Bug 1760260 - [devtools] Skip debugger and console test suites on ASAN because of OOM when creating tabs r=nchevobbe a=test-only

gitolite role git at cupani.torproject.org
Tue Apr 26 15:31:10 UTC 2022


This is an automated email from the git hooks/post-receive script.

pierov pushed a commit to branch geckoview-99.0.1-11.0-1
in repository tor-browser.

commit 99300ebd4a4a6440b6a11a80108f1ed6d867cdb4
Author: Julian Descottes <jdescottes at mozilla.com>
AuthorDate: Fri Mar 18 13:33:55 2022 +0000

    Bug 1760260 - [devtools] Skip debugger and console test suites on ASAN because of OOM when creating tabs r=nchevobbe a=test-only
    
    Differential Revision: https://phabricator.services.mozilla.com/D141459
---
 devtools/client/debugger/test/mochitest/browser.ini     | 4 +++-
 devtools/client/webconsole/test/browser/_webconsole.ini | 1 +
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/devtools/client/debugger/test/mochitest/browser.ini b/devtools/client/debugger/test/mochitest/browser.ini
index af651cf556aaa..2966a512cde17 100644
--- a/devtools/client/debugger/test/mochitest/browser.ini
+++ b/devtools/client/debugger/test/mochitest/browser.ini
@@ -1,7 +1,9 @@
 [DEFAULT]
 tags = devtools
 subsuite = devtools
-skip-if = (os == 'linux' && debug && bits == 32)
+skip-if =
+  os == 'linux' && debug && bits == 32
+  asan # Frequent failures when opening tabs due to OOM issues, bug 1760260
 support-files =
   examples/*
   head.js
diff --git a/devtools/client/webconsole/test/browser/_webconsole.ini b/devtools/client/webconsole/test/browser/_webconsole.ini
index 8e440c4236e8f..5ddfe9fe9b98e 100644
--- a/devtools/client/webconsole/test/browser/_webconsole.ini
+++ b/devtools/client/webconsole/test/browser/_webconsole.ini
@@ -1,6 +1,7 @@
 [DEFAULT]
 tags = devtools
 subsuite = devtools
+skip-if = asan # Frequent failures when opening tabs due to OOM issues, bug 1760260
 support-files =
   code_bundle_invalidmap.js
   code_bundle_invalidmap.js.map

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the tbb-commits mailing list