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

Relax test assertions so they are more flexible #393

Merged
merged 1 commit into from
Jan 22, 2025

Conversation

fitzgen
Copy link
Member

@fitzgen fitzgen commented Jan 22, 2025

Two main things:

  1. Symbolication may or may not happen depending on whether things like llvm-addr2line is on $PATH or not, and

  2. corpus minimization isn't guaranteed to result in a single seed file, just assert that it gets smaller.

Two main things:

1. Symbolication may or may not happen depending on whether things like
   `llvm-addr2line` is on `$PATH` or not, and

2. corpus minimization isn't guaranteed to result in a single seed file, just
   assert that it gets smaller.
@fitzgen fitzgen merged commit 3810e61 into rust-fuzz:main Jan 22, 2025
1 check passed
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

Successfully merging this pull request may close these issues.

2 participants