Skip to content

Commit

Permalink
Revert "[cxxmodules] Temporary excluding tests for cxxmodules build bot"
Browse files Browse the repository at this point in the history
This reverts commit 7a3e417.
  • Loading branch information
yamaguchi1024 committed May 18, 2018
1 parent a735997 commit cb35feb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 24 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ endif()
if(runtime_cxxmodules)
# Dummy target that does nothing, we don't need a PCH for modules.
add_custom_target(onepcm)
set(FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES On)
else()
add_custom_command(OUTPUT etc/allDict.cxx.pch
COMMAND ${CMAKE_COMMAND} -E env ROOTIGNOREPREFIX=1 ${PYTHON_EXECUTABLE} ${CMAKE_SOURCE_DIR}/etc/dictpch/makepch.py etc/allDict.cxx.pch ${__allIncludes} -I${CMAKE_BINARY_DIR}/include
Expand Down
3 changes: 0 additions & 3 deletions test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,6 @@ ROOT_ADD_TEST(test-stressiterators-interpreted COMMAND ${ROOT_root_CMD} -b -q -l
FAILREGEX "FAILED|Error in" DEPENDS test-stressiterators)

#--stressInterpreter-------------------------------------------------------------------------
# FIXME: Temporary workaround for runtime_cxxmodule
if(NOT FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES)
ROOT_EXECUTABLE(stressInterpreter stressInterpreter.cxx LIBRARIES Core)
if(WIN32)
set(cleantmpfiles POSTCMD cmd /c del AutoDict_*)
Expand All @@ -259,7 +257,6 @@ ROOT_ADD_TEST(test-stressinterpreter COMMAND stressInterpreter
$<TARGET_FILE_DIR:stressInterpreter>/stressInterpreter.cxx
${cleantmpfiles}
FAILREGEX Error|FAILED)
endif()

#--stressHepix-------------------------------------------------------------------------------
ROOT_EXECUTABLE(stressHepix stressHepix.cxx LIBRARIES Core)
Expand Down
20 changes: 0 additions & 20 deletions tutorials/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,19 +65,6 @@ if(NOT ROOT_minuit2_FOUND)
tutorials/roostats/rs_bernsteinCorrection.C)
endif()

# FIXME: Temporary workaround for runtime_cxxmodule
if(FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES)
set(runtime_cxxmodules_veto dataframe/tdf013_InspectAnalysis.C
fit/fithist.C
graphics/markerwarning.C
math/quasirandom.C
multicore/mp103_processSelector.C
pythia/pythia8.C
roostats/Zbi_Zgamma.C
roostats/rs_numbercountingutils.C
r/DataFrame.C)
endif()

if(NOT ROOT_roofit_FOUND)
set(roofit_veto fit/RoofitDemo.C
roofit/*.C roostats/*.C histfactory/*.C)
Expand Down Expand Up @@ -234,7 +221,6 @@ set(all_veto hsimple.C
${extra_veto}
${gui_veto}
${minuit2_veto}
${runtime_cxxmodules_veto}
${roofit_veto}
${unuran_veto}
${xml_veto}
Expand Down Expand Up @@ -409,12 +395,6 @@ if(ROOT_python_FOUND)
list(REMOVE_ITEM pytutorials ${classic_veto_py})
endif()

if(FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES)
set(runtime_cxxmodules_veto_py dataframe/tdf002_dataModel.py
math/tStudent.py)
list(REMOVE_ITEM pytutorials ${runtime_cxxmodules_veto_py})
endif()

#---Python tutorials dependencies--------------------------------------
set(pyroot-ntuple1-depends tutorial-pyroot-hsimple-py)
set(pyroot-h1draw-depends tutorial-pyroot-hsimple-py)
Expand Down

0 comments on commit cb35feb

Please sign in to comment.