Closed
Bug 1490863
Opened 7 years ago
Closed 7 years ago
[wpt-sync] Sync PR 12980 - Make tools/ci/jobs.py work on Windows
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(firefox64 fixed)
RESOLVED
FIXED
mozilla64
| Tracking | Status | |
|---|---|---|
| firefox64 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 12980 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/12980
Details from upstream follow.
Geoffrey Sneddon <me@gsnedders.com> wrote:
> Make tools/ci/jobs.py work on Windows
>
> We called os.path.normcase on the path to be compared, and not the
> rules themselves. This fixes this by calling normcase on both the rule
> and the path to be compared.
>
> We also tried to do separator normalization before calling normcase,
> which itself does slash normalization.
| Assignee | ||
Comment 1•7 years ago
|
||
| Assignee | ||
Comment 2•7 years ago
|
||
| Assignee | ||
Comment 3•7 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
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9f5aa8bf7f30
[wpt PR 12980] - Make tools/ci/jobs.py work on Windows, a=testonly
| Assignee | ||
Comment 5•7 years ago
|
||
Result changes from PR not available.
Comment 6•7 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
You need to log in
before you can comment on or make changes to this bug.
Description
•