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

Support test and input skipping with fuzztest::SkipTestsOrCurrentInput. #1205

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

copybara-service[bot]
Copy link
Contributor

@copybara-service copybara-service bot commented Jun 4, 2024

Support test and input skipping with fuzztest::SkipTestsOrCurrentInput.

If requested at the per-fuzz-test fixture setup, all tests under the fixture will be skipped. Otherwise the current iteration will be skipped, meaning that the input will not be added to the corpus when fuzzing.

This also addresses #1202

@copybara-service copybara-service bot changed the title No public description Support test and input skipping with fuzztest::SkipTestsOrCurrentInput. Jun 5, 2024
@copybara-service copybara-service bot force-pushed the cl/639845116 branch 4 times, most recently from 77f0409 to 5493a70 Compare June 28, 2024 20:38
If requested at the per-fuzz-test fixture setup, all tests under the fixture will be skipped. Otherwise the current iteration will be skipped, meaning that the input will not be added to the corpus when fuzzing.

This also addresses #1202

PiperOrigin-RevId: 647788696
@copybara-service copybara-service bot merged commit e576caa into main Jun 28, 2024
@copybara-service copybara-service bot deleted the cl/639845116 branch June 28, 2024 20:53
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.

1 participant