Closed
Bug 1683459
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 26958 - Update psutil to 5.8.0
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox86 fixed)
RESOLVED
FIXED
86 Branch
Tracking | Status | |
---|---|---|
firefox86 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 26958 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/26958
Details from upstream follow.
b'pyup-bot <github-bot@pyup.io>' wrote:
Update psutil to 5.8.0
This PR updates psutil from 5.7.3 to 5.8.0.
<details>
<summary>Changelog</summary>### 5.8.0 ``` =====
2020-12-19
Enhancements
- 1863_:
disk_partitions()
exposes 2 extra fields:maxfile
andmaxpath
,
which are the maximum file name and path name length.- 1872_: [Windows] added support for PyPy 2.7.
- 1879_: provide pre-compiled wheels for Linux and macOS (yey!).
- 1880_: get rid of Travis and Cirrus CI services (they are no longer free).
CI testing is now done by GitHub Actions on Linux, macOS and FreeBSD (yes).
AppVeyor is still being used for Windows CI.Bug fixes
- 1708_: [Linux] get rid of sensors_temperatures() duplicates. (patch by Tim
Schlueter).- 1839_: [Windows] always raise AccessDenied when failing to query 64 processes
from 32 bit ones (NtWoW64 APIs).- 1866_: [Windows] process exe(), cmdline(), environ() may raise "invalid
access to memory location" on Python 3.9.- 1874_: [Solaris] wrong swap output given when encrypted column is present.
- 1875_: [Windows] process username() may raise ERROR_NONE_MAPPED if the SID
has no corresponding account name. In this case AccessDenied is now raised.- 1877_: [Windows] OpenProcess may fail with ERROR_SUCCESS. Turn it into
AccessDenied or NoSuchProcess depending on whether the PID is alive.- 1886_: [macOS] EIO error may be raised on cmdline() and environment(). Now
it gets translated into AccessDenied.- 1891_: [macOS] get rid of deprecated getpagesize().
</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•4 years ago
|
||
Assignee | ||
Comment 2•4 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 3•4 years ago
|
||
Test result changes from PR not available.
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/f85db598572e
[wpt PR 26958] - Update psutil to 5.8.0, a=testonly
Comment 5•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox86:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 86 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•