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

test: fix CHECK_TYPE behaviour #5868

Merged
merged 1 commit into from
Aug 22, 2023
Merged

test: fix CHECK_TYPE behaviour #5868

merged 1 commit into from
Aug 22, 2023

Commits on Aug 22, 2023

  1. test: fix CHECK_TYPE behaviour

    - By default, no Valgrind tool has been forced, and a Valgrind tool or
    lack of it will be picked depending on the particular test's
    requirements.
    - Providing 'force-enable [memcheck|pmemcheck|helgrind|drd]' will force
    all tests to be run under the forced Valgrind tool unless a test forced
    a different Valgrind tool in which case the given will test will be skipped.
    - Providing 'force-enable none' will run all tests that do not require
    explicitly any Valgrind tool and skip all other tests.
    
    Ref: #5811
    Ref: #5791
    
    Signed-off-by: Jan Michalski <jan.michalski@intel.com>
    janekmi committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    872a462 View commit details
    Browse the repository at this point in the history