Skip to content

Commit 3ea239b

Browse files
committed
Remove all workarounds wrt cxxmodules.
1 parent 7715b82 commit 3ea239b

File tree

21 files changed

+10
-73
lines changed

21 files changed

+10
-73
lines changed

cling/array/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# FIXME: Temporary workaround for runtime_cxxmodule
2-
if(NOT ROOT_runtime_cxxmodules_FOUND)
31
ROOTTEST_ADD_TEST(runarray1
42
COPY_TO_BUILDDIR array1.C
53
MACRO runarray1test.C
64
OUTREF array1test.ref
75
OUTCNV array1test_convert.sh
86
LABELS roottest regression cling)
9-
endif()

cling/reflex/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
# define a CTest test that calls 'make' in ${CMAKE_CURRENT_SOURCE_DIR}
55
#
66
#-------------------------------------------------------------------------------
7-
# FIXME: Temporary workaround for runtime_cxxmodules;
8-
if(NOT ROOT_runtime_cxxmodules_FOUND)
9-
ROOTTEST_ADD_OLDTEST(LABELS longtest)
10-
endif()
7+
8+
ROOTTEST_ADD_OLDTEST(LABELS longtest)

cling/template/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,7 @@ ROOTTEST_ADD_TEST(templateSingleton
1212
LABELS roottest regression cling)
1313

1414
ROOTTEST_GENERATE_DICTIONARY(masterDict master.h LINKDEF masterLinkDef.h)
15-
# FIXME: Temporary workaround for runtime_cxxmodule
16-
if(NOT ROOT_runtime_cxxmodules_FOUND)
1715
ROOTTEST_GENERATE_DICTIONARY(slaveDict slave.h LINKDEF slaveLinkDef.h)
18-
endif()
1916
ROOTTEST_GENERATE_DICTIONARY(forwardDict forward.C LINKDEF linkdef.h)
2017
ROOTTEST_GENERATE_DICTIONARY(constructorDict constructor.hh LINKDEF linkdef.h)
2118
ROOTTEST_GENERATE_DICTIONARY(typenameTestDict typenameTest.C LINKDEF linkdef.h)

python/stl/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
# FIXME: Temporary workaround for runtime_cxxmodule
2-
if(NOT ROOT_runtime_cxxmodules_FOUND)
31
if(ROOT_python_FOUND)
42
ROOTTEST_ADD_TEST(stl
53
MACRO PyROOT_stltests.py
64
COPY_TO_BUILDDIR StlTypes.C
75
PRECMD ${ROOT_root_CMD} -b -q -l -e .L\ StlTypes.C+)
86
endif()
9-
endif()

root/aclic/load/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,10 @@ ROOTTEST_ADD_TEST(autoload
44
OUTREF execautoload.ref
55
DEPENDS autoloadtest.C)
66

7-
# FIXME: Temporary workaround for runtime_cxxmodules
8-
if(NOT ROOT_runtime_cxxmodules_FOUND)
97
ROOTTEST_ADD_TEST(reload
108
COPY_TO_BUILDDIR Reload.root
119
MACRO assertReload.C
1210
OUTREF assertReload.ref)
13-
endif()
1411

1512
ROOTTEST_ADD_TEST(linktest
1613
MACRO execlinktest.C

root/core/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,8 @@ if(OPENGL_gl_LIBRARY AND ROOTTEST_OS_ID MATCHES Scientific|CentOS|Ubuntu|Fedora)
2626
set(ROOTTEST_ENV_EXTRA LD_PRELOAD=${OPENGL_gl_LIBRARY})
2727
endif()
2828

29-
# FIXME: Temporary workaround for runtime_cxxmodule
30-
if(NOT ROOT_runtime_cxxmodules_FOUND)
3129
ROOTTEST_ADD_TEST(execStatusBitsCheck
3230
MACRO execStatusBitsCheck.C
3331
OUTCNV ../html/MakeIndex_convert.sh
3432
OUTREF execStatusBitsCheck.ref
3533
)
36-
endif()

root/dataframe/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,10 @@ ROOTTEST_ADD_TEST(test_hugeRDF
4646
DEPENDS ${GENERATE_EXECUTABLE_TEST})
4747
endif()
4848

49-
# FIXME: Temporary workaround for runtime_cxxmodule
50-
if(NOT ROOT_runtime_cxxmodules_FOUND)
5149
ROOTTEST_GENERATE_EXECUTABLE(test_snapshot_manytasks test_snapshot_manytasks.cxx LIBRARIES ${DFLIBRARIES})
5250
ROOTTEST_ADD_TEST(test_snapshot_manytasks
5351
EXEC ./test_snapshot_manytasks
5452
DEPENDS ${GENERATE_EXECUTABLE_TEST})
55-
endif()
5653

5754
ROOTTEST_GENERATE_EXECUTABLE(test_columnoverride test_columnoverride.cxx LIBRARIES ${DFLIBRARIES})
5855
ROOTTEST_ADD_TEST(test_columnoverride
@@ -86,12 +83,9 @@ ROOTTEST_ADD_TEST(test_inference
8683
OUTREF test_inference.ref
8784
DEPENDS ${GENERATE_EXECUTABLE_TEST})
8885

89-
# FIXME: Temporary workaround for runtime_cxxmodule
90-
if(NOT ROOT_runtime_cxxmodules_FOUND)
9186
ROOTTEST_ADD_TEST(test_snapshot
9287
MACRO test_snapshot.C+
9388
OUTREF test_snapshot.ref)
94-
endif()
9589

9690
ROOTTEST_ADD_TEST(test_stringfiltercolumn
9791
MACRO test_stringfiltercolumn.C+

root/io/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
# FIXME: Temporary workaround for runtime_cxxmodules
2-
if(NOT ROOT_runtime_cxxmodules_FOUND)
31
ROOTTEST_ADD_TESTDIRS()
4-
endif()

root/meta/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
1-
# FIXME: Temporary workaround for runtime_cxxmodules;
2-
if(NOT ROOT_runtime_cxxmodules_FOUND)
31
ROOTTEST_ADD_TEST(getFuncBody
42
MACRO getFuncBody.C)
5-
endif()
63

74
ROOTTEST_ADD_TEST(countIncludePaths
85
MACRO countIncludePaths.C)
@@ -31,15 +28,12 @@ ROOTTEST_ADD_TEST(execpragmasTest
3128
MACRO execpragmasTest.C+
3229
OUTREF execpragmasTest.ref)
3330

34-
# FIXME: Temporary workaround for runtime_cxxmodules
35-
if(NOT ROOT_runtime_cxxmodules_FOUND)
3631
ROOTTEST_GENERATE_EXECUTABLE(loadernotapp loadernotapp.cxx LIBRARIES Core Hist)
3732

3833
ROOTTEST_ADD_TEST(loadernotapp
3934
EXEC ${CMAKE_CURRENT_BINARY_DIR}/loadernotapp
4035
OUTREF loadernotapp.ref
4136
DEPENDS ${GENERATE_EXECUTABLE_TEST})
42-
endif()
4337

4438
ROOTTEST_COMPILE_MACRO(fornamespace.C)
4539

@@ -48,11 +42,8 @@ configure_file(templateAutoload.rootmap . COPYONLY)
4842
configure_file(typelist.v5.txt . COPYONLY)
4943
configure_file(typelist.v6.txt . COPYONLY)
5044

51-
# FIXME: Temporary workaround for runtime_cxxmodules;
52-
if(NOT ROOT_runtime_cxxmodules_FOUND)
5345
ROOTTEST_ADD_AUTOMACROS(DEPENDS ANSTmpltInt.C TmpltInt0.C TmpltInt1.C TmpltFloat.C
5446
TmpltNoSpec.C Event.cxx ${COMPILE_MACRO_TEST})
55-
endif()
5647

5748

5849
ROOTTEST_ADD_TEST(drawing

root/meta/ROOT-7181/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,5 @@
44
# define a CTest test that calls 'make' in ${CMAKE_CURRENT_SOURCE_DIR}
55
#
66
#-------------------------------------------------------------------------------
7-
# FIXME: Temporary workaround for runtime_cxxmodule
8-
if(NOT ROOT_runtime_cxxmodules_FOUND)
7+
98
ROOTTEST_ADD_OLDTEST()
10-
endif()

0 commit comments

Comments
 (0)