mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
ci: Sort test exclusions in valgrind job
This commit is contained in:
@@ -30,11 +30,11 @@ endif()
|
||||
if ("$ENV{CMAKE_CONFIGURATION}" MATCHES "_valgrind")
|
||||
list(APPEND test_exclusions
|
||||
# Tests that timeout under valgrind.
|
||||
"^RunCMake.NinjaMultiConfig$"
|
||||
"^RunCMake.Autogen_Qt6_1$"
|
||||
"^RunCMake.GoogleTest$"
|
||||
"^RunCMake.CXXModules$"
|
||||
"^RunCMake.CommandLine$"
|
||||
"^RunCMake.CXXModules$"
|
||||
"^RunCMake.GoogleTest$"
|
||||
"^RunCMake.NinjaMultiConfig$"
|
||||
|
||||
# Too spurious under Valgrind.
|
||||
"^RunCMake.testUVProcessChain$"
|
||||
|
||||
Reference in New Issue
Block a user