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

math_brute_force: skip all enqueues in -l mode #1993

Merged
merged 1 commit into from
Aug 6, 2024

Commits on Jun 28, 2024

  1. math_brute_force: skip all enqueues in -l mode

    The math_brute_force test has a link-check-only mode to quickly test
    if all math functions are present.
    
    In link-check-only mode, most tests return immediately after kernel
    compilation, but some tests also run the kernel and read back the
    result data before returning.  Running the kernels takes a lot more
    time, defeating the purpose of the `-l` mode.
    
    Break out at the start of the main `for` loops in link-check-only mode
    instead of returning directly, so that each test can still log its
    trailing message (in most cases just a `\n`).
    
    Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
    svenvh committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    f03ae1e View commit details
    Browse the repository at this point in the history