Closed
Bug 1705651
Opened 4 years ago
Closed 4 years ago
[wpt-sync] Sync PR 28536 - Stop validating IDL in idlharness.js; test only implementations
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 28536 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/28536
Details from upstream follow.
b'Philip J\xc3\xa4genstedt <philip@foolip.org>' wrote:
Stop validating IDL in idlharness.js; test only implementations
After https://github.com/web-platform-tests/wpt/issues/28508 it's
possible to rely on the IDL being valid and consistent, and throwing
exceptions if that's not the case.The motivation is two-fold. First, reduce the number of tests that pass
even if one hasn't implemented a feature at all. Second, avoid
redundantly maintaining this type of validation here and in webref.
Assignee | ||
Updated•4 years ago
|
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•