• Mark Brown's avatar
    selftests: timers: Convert posix_timers test to generate KTAP output · 071af0c9
    Mark Brown authored
    Currently the posix_timers test does not produce KTAP output but rather a
    custom format. This means that we only get a pass/fail for the suite, not
    for each individual test that the suite does. Convert to using the standard
    kselftest output functions which result in KTAP output being generated.
    
    As part of this fix the printing of diagnostics in the unlikely event that
    the pthread APIs fail, these were using perror() but the API functions
    directly return an error code instead of setting errno.
    Signed-off-by: default avatarMark Brown <broonie@kernel.org>
    Signed-off-by: default avatarShuah Khan <skhan@linuxfoundation.org>
    071af0c9
posix_timers.c 6.23 KB