Closed
Bug 1593609
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 20064 - Update psutil to 5.6.4
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox72 fixed)
RESOLVED
FIXED
mozilla72
Tracking | Status | |
---|---|---|
firefox72 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 20064 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/20064
Details from upstream follow.
pyup-bot <github-bot@pyup.io> wrote:
Update psutil to 5.6.4
This PR updates psutil from 5.6.3 to 5.6.4.
<details>
<summary>Changelog</summary>### 5.6.4 ``` =====
2019-11-04
Enhancements
- 1527_: [Linux] added Process.cpu_times().iowait counter, which is the time
spent waiting for blocking I/O to complete.- 1565_: add PEP 517/8 build backend and requirements specification for better
pip integration. (patch by Bernát Gábor)Bug fixes
- 875_: [Windows] Process' cmdline(), environ() or cwd() may occasionally fail
with ERROR_PARTIAL_COPY which now gets translated to AccessDenied.- 1126_: [Linux] cpu_affinity() segfaults on CentOS 5 / manylinux.
cpu_affinity() support for CentOS 5 was removed.- 1528_: [AIX] compilation error on AIX 7.2 due to 32 vs 64 bit differences.
(patch by Arnon Yaari)- 1535_: 'type' and 'family' fields returned by net_connections() are not
always turned into enums.- 1536_: [NetBSD] process cmdline() erroneously raise ZombieProcess error if
cmdline has non encodable chars.- 1546_: usage percent may be rounded to 0 on Python 2.
- 1552_: [Windows] getloadavg() math for calculating 5 and 15 mins values is
incorrect.- 1568_: [Linux] use CC compiler env var if defined.
- 1570_: [Windows]
NtWow64*
syscalls fail to raise the proper error code- 1585_: [OSX] calling close() (in C) on possible negative integers. (patch
by Athos Ribeiro)- 1606_: [SunOS] compilation fails on SunOS 5.10. (patch by vser1)
</details>
<details>
<summary>Links</summary>
- PyPI: https://pypi.org/project/psutil
- Changelog: https://pyup.io/changelogs/psutil/
- Repo: https://github.com/giampaolo/psutil
</details>
Assignee | ||
Comment 1•5 years ago
|
||
PR 20064 applied with additional changes from upstream: dc87d74bcd5e8054b4c0b993a5722fc19961f013, 013b8e6ce3f6f098d1246690c380a69160e33636, 35392138f769e4201bf1f0333582af0ed68e42ba, 4e80370f5ddae65e4804d5b214c7ed36901ea70e
Assignee | ||
Comment 2•5 years ago
|
||
Assignee | ||
Comment 3•5 years ago
|
||
The PR was not expected to affect any tests, but the try push wasn't a success. Check the try results for infrastructure issues
Assignee | ||
Comment 4•5 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b232143a39d2
[wpt PR 20064] - Update psutil to 5.6.4, a=testonly
Comment 6•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox72:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla72
You need to log in
before you can comment on or make changes to this bug.
Description
•