We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81d147d commit ca49eefCopy full SHA for ca49eef
cling/dict/CMakeLists.txt
@@ -16,7 +16,6 @@ ROOTTEST_ADD_TEST(runtemplateAutodict
16
ROOTTEST_ADD_TEST(runoperators
17
MACRO runoperators.C
18
OUTREF operators.ref
19
- ${WILLFAIL_ON_WIN32}
20
LABELS roottest regression cling)
21
22
ROOTTEST_ADD_TEST(runalgebra
cling/stl/default/CMakeLists.txt
@@ -12,9 +12,13 @@ else()
12
set(testcint OUTREF)
13
endif()
14
15
+if(CMAKE_SIZEOF_VOID_P EQUAL 8)
+ set(is_failing ${WILLFAIL_ON_WIN32})
+endif()
+
ROOTTEST_ADD_TEST(VectorSort
MACRO VectorSort.C
${testcint} VectorSort.ref
# OUTCNV VectorSort_convert.sh
23
+ ${is_failing}
24
0 commit comments