Skip to content

Feat: run idlharness from wpt #103

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 1, 2024
Merged

Feat: run idlharness from wpt #103

merged 2 commits into from
Apr 1, 2024

Conversation

b-ma
Copy link
Collaborator

@b-ma b-ma commented Apr 1, 2024

Fix #86

$ npm run wpt:only -- --filter idlharness.https.window.html

RESULTS:
  - # pass: 613
  - # fail: 530
  - # type error issues: 0

Was finally just a missing mock for fetch, but a bit tricky to find as the idlharness.js file is copied inside wpt-runner

(got lucky to find it, I think have stumbled on that "not fiddling in the right file and getting mad" quite a few times already...)

@b-ma b-ma requested a review from orottier April 1, 2024 18:00
Copy link
Collaborator

@orottier orottier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hooray!

@b-ma b-ma merged commit ecbd8f9 into main Apr 1, 2024
@b-ma b-ma deleted the feat/run-idlharness branch April 1, 2024 18:55
@b-ma b-ma mentioned this pull request Apr 2, 2024
12 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

How to run the idl-harness from the wpt suite?
2 participants