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

Regression test framework doesn't support negative examples #15

Open
jaylorch opened this issue Mar 18, 2021 · 0 comments
Open

Regression test framework doesn't support negative examples #15

jaylorch opened this issue Mar 18, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jaylorch
Copy link
Member

We currently use scons scripts as a regression test framework. However, these scripts only support testing that examples are successfully translated, generated, and verified. We don't support testing that an example appropriately fails. It would be useful to have support for checking for proper failures. This would let us, for example, have a regression test that ensures that the compilation checker continues to correctly reject various uncompilable programs.

Dafny uses .expect files to allow this kind of testing. This project should have something similar.

@jaylorch jaylorch added the enhancement New feature or request label Mar 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant