diff options
| author | Theo Buehler <tb@openbsd.org> | 2022-11-08 12:01:34 +0100 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2022-11-08 12:01:34 +0100 |
| commit | 0107fed58c7ee935574dad918380722d8f1c9c7e (patch) | |
| tree | 667c41a09ba78cf0d075ce1a5fed1d790125dd4d | |
| parent | cbf8eefa023761dc5593eb7588caa1335489bf4d (diff) | |
| download | portable-0107fed58c7ee935574dad918380722d8f1c9c7e.tar.gz portable-0107fed58c7ee935574dad918380722d8f1c9c7e.tar.bz2 portable-0107fed58c7ee935574dad918380722d8f1c9c7e.zip | |
Disable dltstest for now
It is not ideal since it reduces test coverage significantly, but we
cannot spend time on restarting some of the CI pipelines all the time.
| -rw-r--r-- | tests/CMakeLists.txt | 15 | ||||
| -rw-r--r-- | tests/Makefile.am | 15 |
2 files changed, 16 insertions, 14 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 3df9256..8b4c11e 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt | |||
| @@ -217,13 +217,14 @@ add_executable(dsatest dsatest.c) | |||
| 217 | target_link_libraries(dsatest ${OPENSSL_TEST_LIBS}) | 217 | target_link_libraries(dsatest ${OPENSSL_TEST_LIBS}) |
| 218 | add_test(dsatest dsatest) | 218 | add_test(dsatest dsatest) |
| 219 | 219 | ||
| 220 | # dtlstest | 220 | # XXX This test is too flaky for CI. Disable it until it is fixed. |
| 221 | if(NOT WIN32) | 221 | # # dtlstest |
| 222 | add_executable(dtlstest dtlstest.c) | 222 | # if(NOT WIN32) |
| 223 | target_link_libraries(dtlstest ${OPENSSL_TEST_LIBS}) | 223 | # add_executable(dtlstest dtlstest.c) |
| 224 | add_test(NAME dtlstest COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/dtlstest.sh) | 224 | # target_link_libraries(dtlstest ${OPENSSL_TEST_LIBS}) |
| 225 | set_tests_properties(dtlstest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}") | 225 | # add_test(NAME dtlstest COMMAND ${CMAKE_CURRENT_SOURCE_DIR}/dtlstest.sh) |
| 226 | endif() | 226 | # set_tests_properties(dtlstest PROPERTIES ENVIRONMENT "srcdir=${TEST_SOURCE_DIR}") |
| 227 | # endif() | ||
| 227 | 228 | ||
| 228 | # ec_asn1_test | 229 | # ec_asn1_test |
| 229 | add_executable(ec_asn1_test ec_asn1_test.c) | 230 | add_executable(ec_asn1_test ec_asn1_test.c) |
diff --git a/tests/Makefile.am b/tests/Makefile.am index 80457d1..09d4cad 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am | |||
| @@ -234,13 +234,14 @@ TESTS += dsatest | |||
| 234 | check_PROGRAMS += dsatest | 234 | check_PROGRAMS += dsatest |
| 235 | dsatest_SOURCES = dsatest.c | 235 | dsatest_SOURCES = dsatest.c |
| 236 | 236 | ||
| 237 | # dtlstest | 237 | # XXX this test is too flaky for CI. Disable it until it is fixed. |
| 238 | if !HOST_WIN | 238 | ## dtlstest |
| 239 | TESTS += dtlstest.sh | 239 | #if !HOST_WIN |
| 240 | check_PROGRAMS += dtlstest | 240 | #TESTS += dtlstest.sh |
| 241 | dtlstest_SOURCES = dtlstest.c | 241 | #check_PROGRAMS += dtlstest |
| 242 | endif | 242 | #dtlstest_SOURCES = dtlstest.c |
| 243 | EXTRA_DIST += dtlstest.sh | 243 | #endif |
| 244 | #EXTRA_DIST += dtlstest.sh | ||
| 244 | 245 | ||
| 245 | # ec_asn1_test | 246 | # ec_asn1_test |
| 246 | TESTS += ec_asn1_test | 247 | TESTS += ec_asn1_test |
