[Webkit-unassigned] [Bug 261488] New: WPT lint tool fails if run from outside the repo
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Sep 12 18:38:27 PDT 2023
https://bugs.webkit.org/show_bug.cgi?id=261488
Bug ID: 261488
Summary: WPT lint tool fails if run from outside the repo
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: Tools / Tests
Assignee: webkit-unassigned at lists.webkit.org
Reporter: mattwoodrow at apple.com
CC: webkit-bug-importer at group.apple.com
Running export-w3c-tests fails for me with a bunch of lint errors of the form 'file matches an ignore filter in .gitignore'.
It seems that for some reason it ends up passing our new test files to `git check-ignore --stdin' such that the contents of the test file is interpreted as a list of files to check against the ignore list.
Using the web-platform-tests directory as the CWD fixes this issue.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20230913/ccb3d0c3/attachment-0001.htm>
More information about the webkit-unassigned
mailing list