-
Notifications
You must be signed in to change notification settings - Fork 114
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
Standard library tests #110
Conversation
This looks really good as is. I can enhance it after it lands. The only nit I can see is: when a package has no tests, it should probably get an n/a rather than a yes in the "passes tests" column. |
Marked the PR as ready for review.
Agreed. Not entirely sure how to implement this though, currently it just looks whether the |
Another possible enhancement: run the tests for various platforms (Linux, |
I was thinking of just exposing the tests that are enforced by CI; |
Oh, also, we might want to put an asterisk on the "passes tests" column to say that not all functions may be implemented yet... thinking of net and reflect, for instance. |
1108d31
to
0710c6d
Compare
This is now supported. |
This is a draft because only a handful of packages actually pass the tests with local patches to TinyGo. Those patches should soon end up in a TinyGo PR. This PR is only ready when a reasonable number of packages pass tests: most fail right now not because the package doesn't work but rather becausetinygo test
is incomplete.