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:
Родитель
aec4ca5f60
Коммит
58e42a1acd
|
@ -18,5 +18,6 @@ support-files = data/**
|
||||||
[browser_localICS.js]
|
[browser_localICS.js]
|
||||||
[browser_tabs.js]
|
[browser_tabs.js]
|
||||||
[browser_timezones.js]
|
[browser_timezones.js]
|
||||||
|
skip-if = debug
|
||||||
[browser_todayPane.js]
|
[browser_todayPane.js]
|
||||||
[browser_todayPane_visibility.js]
|
[browser_todayPane_visibility.js]
|
||||||
|
|
|
@ -2,6 +2,14 @@
|
||||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
* 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/. */
|
* 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 () => {
|
add_task(async () => {
|
||||||
await testCheckboxes(
|
await testCheckboxes(
|
||||||
"paneGeneral",
|
"paneGeneral",
|
||||||
|
|
|
@ -27,6 +27,7 @@ config = {
|
||||||
},
|
},
|
||||||
"all_mochitest_suites": {
|
"all_mochitest_suites": {
|
||||||
"browser-chrome-thunderbird": ["--flavor=browser",
|
"browser-chrome-thunderbird": ["--flavor=browser",
|
||||||
"--subsuite=thunderbird"],
|
"--subsuite=thunderbird",
|
||||||
|
"--leak-threshold=10485760"],
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -40,6 +40,7 @@ linux64/debug:
|
||||||
test-sets:
|
test-sets:
|
||||||
- gtest-tests
|
- gtest-tests
|
||||||
- marionette-tests
|
- marionette-tests
|
||||||
|
- mochitest-tests
|
||||||
- mozmill-tests
|
- mozmill-tests
|
||||||
- xpcshell-tests
|
- xpcshell-tests
|
||||||
|
|
||||||
|
@ -57,6 +58,7 @@ linux32/debug:
|
||||||
test-sets:
|
test-sets:
|
||||||
- gtest-tests
|
- gtest-tests
|
||||||
- marionette-tests
|
- marionette-tests
|
||||||
|
- mochitest-tests
|
||||||
- mozmill-tests
|
- mozmill-tests
|
||||||
- xpcshell-tests
|
- xpcshell-tests
|
||||||
|
|
||||||
|
@ -86,6 +88,7 @@ windows7-32/debug:
|
||||||
test-sets:
|
test-sets:
|
||||||
- gtest-tests
|
- gtest-tests
|
||||||
- marionette-tests
|
- marionette-tests
|
||||||
|
- mochitest-tests
|
||||||
- mozmill-tests
|
- mozmill-tests
|
||||||
- xpcshell-tests
|
- xpcshell-tests
|
||||||
|
|
||||||
|
@ -113,6 +116,7 @@ windows10-64/debug:
|
||||||
test-sets:
|
test-sets:
|
||||||
- gtest-tests
|
- gtest-tests
|
||||||
- marionette-tests
|
- marionette-tests
|
||||||
|
- mochitest-tests
|
||||||
- mozmill-tests
|
- mozmill-tests
|
||||||
- xpcshell-tests
|
- xpcshell-tests
|
||||||
|
|
||||||
|
@ -123,6 +127,7 @@ macosx1014-64/debug:
|
||||||
test-sets:
|
test-sets:
|
||||||
- gtest-tests
|
- gtest-tests
|
||||||
- marionette-tests
|
- marionette-tests
|
||||||
|
- mochitest-tests
|
||||||
- mozmill-tests
|
- mozmill-tests
|
||||||
- xpcshell-tests
|
- xpcshell-tests
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче