Closed
Bug 1856753
Opened 1 year ago
Closed 1 year ago
[wpt-sync] Sync PR 42328 - Move subprocess calls into a function
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox121 fixed)
RESOLVED
FIXED
121 Branch
Tracking | Status | |
---|---|---|
firefox121 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 42328 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/42328
Details from upstream follow.
Weizhong Xia <weizhong@google.com> wrote:
Move subprocess calls into a function
So that "git --version" won't be called everytime the file is imported. This both wastes CPU cycles and produces annoying logs when git is not installed on the host.
Bug: Chromium: 1489007
Assignee | ||
Updated•1 year ago
|
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INVALID
Assignee | ||
Updated•1 year ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Updated•1 year ago
|
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
Resolution: --- → INVALID
Assignee | ||
Updated•1 year ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Updated•1 year ago
|
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
Resolution: --- → INVALID
Assignee | ||
Updated•1 year ago
|
Status: RESOLVED → REOPENED
Resolution: INVALID → ---
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year 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
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/332a28483223
[wpt PR 42328] - Move subprocess calls into a function, a=testonly
Assignee | ||
Comment 4•1 year ago
|
||
Test result changes from PR not available.
Comment 5•1 year ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 1 year ago → 1 year ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•