Bug 1569421 - Re-enable browser_startup_mainthreadio.js and browser_startup_syncIPC.js for macOS 10.14. r=florian

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

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Conley 2019-07-29 14:01:12 +00:00
parent 6ccfe19186
commit 11fefe136c
3 changed files with 7 additions and 2 deletions

View File

@ -103,6 +103,7 @@ const startupPhases = {
{
// At least the read seems unavoidable for a regular startup.
path: "UAppData:profiles.ini",
ignoreIfUnused: true,
condition: MAC,
stat: 1,
read: 1,

View File

@ -212,6 +212,12 @@ const startupPhases = {
ignoreIfUnused: true,
maxCount: 1,
},
{
name: "PCompositorBridge::Msg_FlushRendering",
condition: MAC,
ignoreIfUnused: true,
maxCount: 1,
},
],
};

View File

@ -19,7 +19,5 @@ environment =
MOZ_PROFILER_STARTUP_FEATURES=js,mainthreadio
MOZ_PROFILER_STARTUP_ENTRIES=10000000
[../browser_startup_mainthreadio.js]
skip-if = (os == 'mac') # macosx1014 due to 1554789, 1557221
[../browser_startup_content_mainthreadio.js]
[../browser_startup_syncIPC.js]
skip-if = (os == 'mac') # macosx1014 due to 1561940, 1562360