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

Better collapsing for assembler failures #10

Open
acfoltzer opened this issue Oct 28, 2016 · 1 comment
Open

Better collapsing for assembler failures #10

acfoltzer opened this issue Oct 28, 2016 · 1 comment

Comments

@acfoltzer
Copy link
Contributor

Since the error messages for llvm-as vary more than the ones from llvm-disasm, it's harder to write a good collapsing function for these. This means that almost all errors at that stage, many of which are dupes, move onto reduction (if enabled), which takes a very long time. We could probably get some mileage by comparing substrings in the error message to narrow down the bits that don't mention specific line numbers or functions from the assembly.

@langston-barrett
Copy link
Contributor

I believe this issue is likely in reference to the fuzz-llvm-disasm tests.

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

2 participants