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

Add Go Test Suite to test GnoVM #1388

Open
thehowl opened this issue Nov 20, 2023 · 2 comments
Open

Add Go Test Suite to test GnoVM #1388

thehowl opened this issue Nov 20, 2023 · 2 comments
Labels
📦 🤖 gnovm Issues or PRs gnovm related

Comments

@thehowl
Copy link
Member

thehowl commented Nov 20, 2023

https://github.com/golang/go/tree/master/test

Probably to be done gradually, while trying how to correctly parse the format OR create adequate tools which can convert these tests into our own tests / filetests...

See-also #1215 #1115

@petar-dambovaliev
Copy link
Contributor

A lot of the Go tests are not applicable to gnovm.
Probably looking at them manually is required. And if that is the case, while they are manually reviewed
they can be manually ported.

@moul
Copy link
Member

moul commented Oct 2, 2024

What if we create a CI that doesn't require every test to pass? Instead, it could calculate the percentage of passing tests and only fail if that percentage decreases. Essentially, it would act like a "coverage report" but for Go compatibility.

The key benefit would be to provide not only the percentage but also a report that is useful for humans.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📦 🤖 gnovm Issues or PRs gnovm related
Projects
Development

No branches or pull requests

4 participants