Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
Root
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
为了安全,强烈建议开启2FA双因子认证:User Settings -> Account -> Enable two-factor authentication!!!
Show more breadcrumbs
cxwx
Root
Commits
3fb1f985
Commit
3fb1f985
authored
6 years ago
by
Vassil Vassilev
Browse files
Options
Downloads
Patches
Plain Diff
[cxxmodules] Remove workarounds in test.
parent
9cfdb8ad
Loading
Loading
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
test/CMakeLists.txt
+0
-6
0 additions, 6 deletions
test/CMakeLists.txt
with
0 additions
and
6 deletions
test/CMakeLists.txt
+
0
−
6
View file @
3fb1f985
...
...
@@ -92,12 +92,9 @@ ROOT_EXECUTABLE(bench bench.cxx LIBRARIES Core TBench)
ROOT_ADD_TEST
(
test-bench COMMAND bench LABELS longtest
)
#--stress------------------------------------------------------------------------------------
# FIXME: Temporary workaround for runtime_cxxmodule
if
(
NOT FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES
)
ROOT_EXECUTABLE
(
stress stress.cxx LIBRARIES Event Core Hist RIO Tree Gpad Postscript
)
ROOT_ADD_TEST
(
test-stress COMMAND stress -b FAILREGEX
"FAILED|Error in"
DEPENDS test-event LABELS longtest
)
endif
()
#--stressShapes------------------------------------------------------------------------------------
ROOT_EXECUTABLE
(
stressShapes stressShapes.cxx LIBRARIES Geom Tree GenVector Gpad
)
...
...
@@ -194,8 +191,6 @@ ROOT_ADD_TEST(test-stressmathcore-interpreted COMMAND ${ROOT_root_CMD} -b -q -l
FAILREGEX
"FAILED|Error in"
DEPENDS test-stressmathcore
)
#--stressRooFit----------------------------------------------------------------------------------
# FIXME: Temporary workaround for runtime_cxxmodule
if
(
NOT FIXME_TEMPORARILY_EXCLUDED_FOR_RUNTIME_CXXMODULES
)
if
(
ROOT_roofit_FOUND
)
ROOT_EXECUTABLE
(
stressRooFit stressRooFit.cxx LIBRARIES RooFit
)
configure_file
(
stressRooFit_ref.root stressRooFit_ref.root COPYONLY
)
...
...
@@ -205,7 +200,6 @@ if(ROOT_roofit_FOUND)
add_subdirectory
(
fit
)
endif
()
endif
()
#--stressRooStats----------------------------------------------------------------------------------
if
(
ROOT_roofit_FOUND
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment