Closed
Bug 1880373
Opened 2 years ago
Closed 2 years ago
Cleanup toolkit/components/processtools/tests/browser tests to re-enable them on Windows 11
Categories
(Toolkit :: Performance Monitoring, task)
Toolkit
Performance Monitoring
Tracking
()
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
(Blocks 1 open bug)
Details
Attachments
(7 files)
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
The tests in toolkit/components/processtools/tests/browser are currently failing very frequently on the Windows 11 virtual machines we have in CI. Let's address this.
Assignee | ||
Comment 1•2 years ago
|
||
Assignee | ||
Comment 2•2 years ago
|
||
Depends on D201883
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D201884
Assignee | ||
Comment 4•2 years ago
|
||
Depends on D201885
Assignee | ||
Comment 5•2 years ago
|
||
Depends on D201886
Assignee | ||
Comment 6•2 years ago
|
||
Depends on D201888
Assignee | ||
Comment 7•2 years ago
|
||
Depends on D201890
Pushed by fqueze@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6a577eef01dc
make xpc::IsInAutomation() work in all child process types, r=smaug.
https://hg.mozilla.org/integration/autoland/rev/f2ed0d42cec7
make ProcInfo use the high precision code path in automation even without constant tsc, r=gerard-majax.
https://hg.mozilla.org/integration/autoland/rev/3763d6a255bd
cache the CPU frequency in ProcInfo_win before enabling the sandbox in utility processes, r=gerard-majax.
https://hg.mozilla.org/integration/autoland/rev/4e6d1d46f4fa
re-enable the toolkit/components/processtools/tests/browser tests on Windows 11, r=gerard-majax.
https://hg.mozilla.org/integration/autoland/rev/24fe25ac92b6
avoid failing browser_test_powerMetrics.js when a process CPU time is 0ms for both glean and ProcInfo, r=gerard-majax.
https://hg.mozilla.org/integration/autoland/rev/1a79b9485bb3
avoid failing browser_test_procinfo.js when none of the threads of a process used more than 0.5ms of CPU time, r=gerard-majax.
https://hg.mozilla.org/integration/autoland/rev/dbe553dd13b7
avoid failing browser_test_procinfo.js when a process' CPU time is only 1ms less than the total of its threads' CPU time, r=gerard-majax.
Comment 9•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/6a577eef01dc
https://hg.mozilla.org/mozilla-central/rev/f2ed0d42cec7
https://hg.mozilla.org/mozilla-central/rev/3763d6a255bd
https://hg.mozilla.org/mozilla-central/rev/4e6d1d46f4fa
https://hg.mozilla.org/mozilla-central/rev/24fe25ac92b6
https://hg.mozilla.org/mozilla-central/rev/1a79b9485bb3
https://hg.mozilla.org/mozilla-central/rev/dbe553dd13b7
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•