Skip to content
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

Tests #62

Closed
annevk opened this issue Jun 11, 2015 · 5 comments
Closed

Tests #62

annevk opened this issue Jun 11, 2015 · 5 comments

Comments

@annevk
Copy link
Member

annevk commented Jun 11, 2015

We need tests for fetch() (and Fetch in general) in https://github.com/w3c/web-platform-tests as currently http://w3c-test.org/fetch is rather lacking. For fetch() a bunch from XMLHttpRequest can probably be reused, though it probably requires going through all the tests one-by-one.

@annevk
Copy link
Member Author

annevk commented Jun 11, 2015

Anyone who is interested in taking up this project would be most welcome. It would be even better if the tests could be written in such a way that independent implementations could make use of it too. E.g. io.js libraries or some such.

@wanderview
Copy link
Member

Shouldn't the wpt infrastructure take care of making it cross-UA?

@annevk
Copy link
Member Author

annevk commented Jun 11, 2015

Sure, but e.g. HTML parser tests and URL tests are reusable across much more than browsers. Would be cool if we had that for networking too.

@domenic
Copy link
Member

domenic commented Jun 11, 2015

Here's somewhat of a start ... https://github.com/github/fetch/tree/master/test

@annevk
Copy link
Member Author

annevk commented Jan 7, 2016

web-platform-tests/wpt#2454 has a bunch of API tests. I'm closing this issue though since it's mostly noise.

@annevk annevk closed this as completed Jan 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants