Open
Bug 1538506
Opened 6 years ago
Updated 3 years ago
[wpt-sync] Sync PR 15541 - Remove `--ignore-rules` option from command line
Categories
(Testing :: web-platform-tests, enhancement, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
NEW
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 15541 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/15541
Details from upstream follow.
qiuzhong <zhongx.qiu@intel.com> wrote:
Remove
--ignore-rulesoption from command lineRemove the
--ignore-rulesoption so we will not store
affected tests ignore list in command line.
This patch tries to store the ignore rules in a file
named .ignorerulesin the root working directory.
Meanwhile, a new option--ignore-rules-fileis added to specify
the custom ignore rules file for flexibility.Related: #14560, #15436
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•