[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[tor-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
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@xxxxxxxxxxx>
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.
_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits