We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691ad34 commit fc1dc8bCopy full SHA for fc1dc8b
1 file changed
roottest/root/hist/CMakeLists.txt
@@ -11,6 +11,13 @@ if(fortran AND CMAKE_Fortran_COMPILER AND NOT CMAKE_Fortran_COMPILER_ID STREQUAL
11
COMMAND ${CMAKE_COMMAND} -E env h2root mb4i1.hbook
12
COPY_TO_BUILDDIR mb4i1.hbook
13
OUTREF h2root.ref)
14
+
15
+ # Mask the known failure due to a read error in the file
16
+ if(CMAKE_SYSTEM_NAME MATCHES "Darwin" AND CMAKE_HOST_SYSTEM_VERSION VERSION_GREATER_EQUAL 25.4)
17
+ set_tests_properties(roottest-root-hist-h2root PROPERTIES
18
+ SKIP_REGULAR_EXPRESSION "Error cannot open input file: mb4i1\.hbook"
19
+ WILL_FAIL True)
20
+ endif()
21
endif()
22
23
ROOTTEST_ADD_TESTDIRS()
0 commit comments