Closed Bug 1447872 Opened 6 years ago Closed 6 years ago

[wpt-sync] Sync PR 10131 - Fix python gitignore for directories.

Categories

(Testing :: web-platform-tests, enhancement, P4)

enhancement

Tracking

(firefox61 fixed)

RESOLVED FIXED
mozilla61
Tracking Status
firefox61 --- fixed

People

(Reporter: mozilla.org, Unassigned)

References

()

Details

(Whiteboard: [wptsync downstream])

Sync web-platform-tests PR 10131 into mozilla-central (this bug is closed when the sync is complete).

PR: https://github.com/w3c/web-platform-tests/pull/10131
Details from upstream follow.

James Graham <james@hoppipolla.co.uk> wrote:
>  Fix python gitignore for directories.
>  
>  For top level directories like _venv/ we were creating the regexp
>  ^\_venv/$, which we were then feeding paths like _venv/bin/foo which
>  it fails to match. Since we are matching against full paths, we
>  certainly want to allow matching _venv/* and probably also bare _venv,
>  so add a special case for paths with a trailing slash to allow these
>  options.
The following tests were disabled based on stability try push:
 css/selectors/focus-within-shadow-006.html
css/selectors/focus-within-shadow-002.html
css/selectors/focus-within-shadow-005.html
css/selectors/focus-within-shadow-004.html
css/selectors/focus-within-shadow-001.html
css/selectors/focus-within-shadow-003.html
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/mozilla-inbound/rev/73e34216cc87
[wpt PR 10131] - Fix python gitignore for directories., a=testonly
https://hg.mozilla.org/integration/mozilla-inbound/rev/34bfd03e5075
[wpt PR 10131] - Update wpt metadata, a=testonly
You need to log in before you can comment on or make changes to this bug.