Bug 1588680 - Turn on debug mochitests with leak threshold at 10MB; r=rjl

--HG--
extra : rebase_source : 1f6c39d949b62fdf95389c883607c912f71f69a2
extra : amend_source : 290437850d0970fec980a5da84d39ecb8a4909c2
This commit is contained in:
Geoff Lankow 2019-10-03 15:04:33 +13:00
Родитель aec4ca5f60
Коммит 58e42a1acd
4 изменённых файлов: 16 добавлений и 1 удалений

Просмотреть файл

@ -18,5 +18,6 @@ support-files = data/**
[browser_localICS.js]
[browser_tabs.js]
[browser_timezones.js]
skip-if = debug
[browser_todayPane.js]
[browser_todayPane_visibility.js]

Просмотреть файл

@ -2,6 +2,14 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, you can obtain one at http://mozilla.org/MPL/2.0/. */
add_task(async () => {
// Temporarily disable `Once` StaticPrefs check for this test so that we
// can change layers.acceleration.disabled without debug builds failing.
await SpecialPowers.pushPrefEnv({
set: [["preferences.force-disable.check.once.policy", true]],
});
});
add_task(async () => {
await testCheckboxes(
"paneGeneral",

Просмотреть файл

@ -27,6 +27,7 @@ config = {
},
"all_mochitest_suites": {
"browser-chrome-thunderbird": ["--flavor=browser",
"--subsuite=thunderbird"],
"--subsuite=thunderbird",
"--leak-threshold=10485760"],
},
}

Просмотреть файл

@ -40,6 +40,7 @@ linux64/debug:
test-sets:
- gtest-tests
- marionette-tests
- mochitest-tests
- mozmill-tests
- xpcshell-tests
@ -57,6 +58,7 @@ linux32/debug:
test-sets:
- gtest-tests
- marionette-tests
- mochitest-tests
- mozmill-tests
- xpcshell-tests
@ -86,6 +88,7 @@ windows7-32/debug:
test-sets:
- gtest-tests
- marionette-tests
- mochitest-tests
- mozmill-tests
- xpcshell-tests
@ -113,6 +116,7 @@ windows10-64/debug:
test-sets:
- gtest-tests
- marionette-tests
- mochitest-tests
- mozmill-tests
- xpcshell-tests
@ -123,6 +127,7 @@ macosx1014-64/debug:
test-sets:
- gtest-tests
- marionette-tests
- mochitest-tests
- mozmill-tests
- xpcshell-tests