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

fuzzer.sh false positives #6

Closed
Akuli opened this issue Dec 30, 2022 · 0 comments
Closed

fuzzer.sh false positives #6

Akuli opened this issue Dec 30, 2022 · 0 comments

Comments

@Akuli
Copy link
Owner

Akuli commented Dec 30, 2022

The fuzzer works by shuffling lines of code from test files in a few ways. It then runs the resulting code, and expects to get a compiler error from running it.

Sometimes the resulting code happens to be a valid program, and it runs without errors. This causes the fuzzer to think that something is wrong.

@Akuli Akuli closed this as completed in f093984 Dec 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant