1
0
mirror of https://git.libssh.org/projects/libssh.git synced 2025-11-26 01:03:15 +03:00

tests: Skip pkd_hello_i1 under valgrind

Signed-off-by: Jakub Jelen <jjelen@redhat.com>
Reviewed-by: Norbert Pocs <npocs@redhat.com>
This commit is contained in:
Jakub Jelen
2023-05-22 11:21:50 +02:00
parent b3f6194122
commit f7a9c07de3

View File

@@ -342,7 +342,7 @@ add_custom_target(test_memcheck
# FIXME: The threads_pki_rsa test is skipped under valgrind as it times out # FIXME: The threads_pki_rsa test is skipped under valgrind as it times out
# Passing suppression file is also stupid so lets go with override here: # Passing suppression file is also stupid so lets go with override here:
# https://stackoverflow.com/a/56116311 # https://stackoverflow.com/a/56116311
COMMAND ${CMAKE_CTEST_COMMAND} -E torture_threads_pki_rsa COMMAND ${CMAKE_CTEST_COMMAND} -E torture_threads_pki_rsa -E pkd_hello_i1
--output-on-failure --force-new-ctest-process --test-action memcheck --output-on-failure --force-new-ctest-process --test-action memcheck
--overwrite MemoryCheckSuppressionFile=${CMAKE_SOURCE_DIR}/tests/valgrind.supp --overwrite MemoryCheckSuppressionFile=${CMAKE_SOURCE_DIR}/tests/valgrind.supp
WORKING_DIRECTORY "${CMAKE_BINARY_DIR}") WORKING_DIRECTORY "${CMAKE_BINARY_DIR}")