Skip to content
Snippets Groups Projects
Commit 5ff98b87 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

[TEST] Remove from the battery tests which timeout on the aarch64 dbg architecture

parent d52cd17a
No related branches found
No related tags found
No related merge requests found
#---Custom CTest settings---------------------------------------------------
if (CTEST_BUILD_NAME MATCHES "aarch64" AND CTEST_BUILD_NAME MATCHES "dbg")
# these tests are disabled as they timeout
list(APPEND CTEST_CUSTOM_TESTS_IGNORE mathcore-testMathRandom)
endif()
...@@ -15,4 +15,7 @@ if(CTEST_BUILD_NAME MATCHES icc) # sse tests of vc fail for icc compiler ...@@ -15,4 +15,7 @@ if(CTEST_BUILD_NAME MATCHES icc) # sse tests of vc fail for icc compiler
elseif(CTEST_BUILD_NAME MATCHES clang7) elseif(CTEST_BUILD_NAME MATCHES clang7)
set(CTEST_CUSTOM_TESTS_IGNORE ${CTEST_CUSTOM_TESTS_IGNORE} set(CTEST_CUSTOM_TESTS_IGNORE ${CTEST_CUSTOM_TESTS_IGNORE}
vc-swizzles_avx) vc-swizzles_avx)
elseif (CTEST_BUILD_NAME MATCHES "aarch64" AND CTEST_BUILD_NAME MATCHES "dbg")
# these tests are disabled as they timeout
list(APPEND CTEST_CUSTOM_TESTS_IGNORE test-stressroostats test-stresstmva test-stressroostats-interpreted test-stresshistogram-interpreted test-stresshistogram test-stressgeometry test-tcollbm test-bench test-stressgeometry-interpreted)
endif() endif()
...@@ -6,4 +6,7 @@ if("$ENV{COMPILER}" STREQUAL "classic") # TTreeProcessorM{T,P} are not availabl ...@@ -6,4 +6,7 @@ if("$ENV{COMPILER}" STREQUAL "classic") # TTreeProcessorM{T,P} are not availabl
list(APPEND CTEST_CUSTOM_TESTS_IGNORE tutorial-multicore-mp102_readNtuplesFillHistosAndFit) list(APPEND CTEST_CUSTOM_TESTS_IGNORE tutorial-multicore-mp102_readNtuplesFillHistosAndFit)
endif() endif()
if (CTEST_BUILD_NAME MATCHES "aarch64" AND CTEST_BUILD_NAME MATCHES "dbg")
# these tutorials are disabled as they timeout
list(APPEND CTEST_CUSTOM_TESTS_IGNORE tutorial-roostats-StandardBayesianNumericalDemo tutorial-roostats-OneSidedFrequentistUpperLimitWithBands tutorial-tmva-TMVAClassification tutorial-tmva-TMVARegression tutorial-tmva-TMVAMulticlass tutorial-roostats-TwoSidedFrequentistUpperLimitWithBands)
endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment