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

Use some validation suite for C to check for standard conformance or bugs #1

Open
feroldi opened this issue Feb 15, 2022 · 0 comments
Labels
enhancement New feature or request P:? No priority

Comments

@feroldi
Copy link
Owner

feroldi commented Feb 15, 2022

There are two approaches to end-to-end validations that we wish to have: execution behavior, and assembly output. The first one compiles a set of C source codes, and runs the executable to check against an expected output (i.e., stdout, and stderr). The second one also compiles a set of C source codes, but instead of executing the program, it compares the assembly output against an expected one.

We could work on a validation suite ourselves for the first approach, but that sounds like a lot of work, and I'm no standard specialist either. We are inevitably going to work on the second approach ourselves, as that's a result of test driven development.

There are a few options out there that we could check out:

@feroldi feroldi added the enhancement New feature or request label Feb 15, 2022
@feroldi feroldi added the P:? No priority label Aug 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request P:? No priority
Projects
None yet
Development

No branches or pull requests

1 participant