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

native go fuzzing: ignore non-fuzz tests #8285

Closed
wants to merge 2 commits into from
Closed

native go fuzzing: ignore non-fuzz tests #8285

wants to merge 2 commits into from

Commits on Sep 1, 2022

  1. native go fuzzing: ignore non-fuzz tests

    Co-located tests that depend on global vars break the process of
    building Fuzz tests.
    
    A common scenario is to have a TestMain func specified on a separate
    file, which defines and loads global vars to be shared across different.
    Those test funcs are completely irrelevant to the Fuzz tests, as the
    latter tend to be self-sufficient.
    
    Signed-off-by: Paulo Gomes <pjbgf@linux.com>
    pjbgf committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    9000033 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Configuration menu
    Copy the full SHA
    a403d3c View commit details
    Browse the repository at this point in the history