-
Notifications
You must be signed in to change notification settings - Fork 1.4k
[roottest] dismiss RootExeOptions
and RootExternalIncludes
cmake variables
#19086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
linev
wants to merge
11
commits into
root-project:master
Choose a base branch
from
linev:roottest_exe_opts
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
11 commits
Select commit
Hold shift + click to select a range
7482beb
[roottest] use ROOTEXE_OPTS in cling/exception
linev 8fc6520
[roottest] use ROOTEXE_OPTS for io/transient/base test
linev 1be6888
[roottest] use ROOTEXE_OPTS in tree/cache tests
linev bac3635
[rootest] use ROOTTEST_GENERATE_DICTIONARY in root/tree/cache
linev cfc26ed
[roottest] use ROOTEXE_OPTS for root/tree/cloning tests
linev d6b34a3
[roottest] use ROOTTEST macros in tree/cloning tests
linev f860856
[roottest] dismiss RootExeOptions variable
linev 14ba42f
[roottest] use ROOTEXE_OPTS for includes in io/issue-7754
linev 8d478d2
[roottest] use ROOTEXE_OPTS for includes in io/stdpair tests
linev 78fdc40
[roottest] use ROOTEXE_OPTS for includes in cling/staticinit
linev 618747b
[roottest] fully dismiss RootExternalIncludes
linev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
set(RootExternalIncludes -e "gInterpreter->AddIncludePath(\"-I${CMAKE_CURRENT_SOURCE_DIR}\");") | ||
|
||
ROOTTEST_ADD_TEST(ROOT-7775 | ||
MACRO execROOT-7775.C | ||
ROOTEXE_OPTS -e "gInterpreter->AddIncludePath(\"-I${CMAKE_CURRENT_SOURCE_DIR}\")" | ||
OUTREF execROOT-7775.ref) | ||
|
||
ROOTTEST_ADD_TESTDIRS() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,26 @@ | ||
ROOTTEST_ADD_TEST(write_cmssw_class_v2 | ||
MACRO write_cmssw_class_v2.cxx+ | ||
OUTREF write_cmssw_class_v2.ref) | ||
OUTREF write_cmssw_class_v2.ref | ||
FIXTURES_SETUP root-io-issue7754-cmssw-fixture) | ||
|
||
ROOTTEST_ADD_TEST(read_cmssw_class_v3 | ||
MACRO read_cmssw_class_v3.cxx+ | ||
OUTREF read_cmssw_class_v3.ref | ||
DEPENDS write_cmssw_class_v2 ) | ||
|
||
set(RootExternalIncludes -e "gSystem->AddIncludePath(\"-I${CMAKE_CURRENT_SOURCE_DIR}/mwe/include\");") | ||
FIXTURES_REQUIRED root-io-issue7754-cmssw-fixture) | ||
|
||
ROOTTEST_ADD_TEST(read_mwe_0 | ||
MACRO mwe/combined.cxx+ | ||
MACROARG 0 | ||
ROOTEXE_OPTS -e "gSystem->AddIncludePath(\"-I${CMAKE_CURRENT_SOURCE_DIR}/mwe/include\")" | ||
OUTREF mwe/read_mwe_0.ref | ||
COPY_TO_BUILDDIR mwe/pluto_oldpers.root) | ||
COPY_TO_BUILDDIR mwe/pluto_oldpers.root | ||
FIXTURES_SETUP root-io-issue7754-mwe-fixture) | ||
|
||
ROOTTEST_ADD_TEST(read_mwe_1 | ||
MACRO mwe/combined.cxx+ | ||
MACROARG 1 | ||
ROOTEXE_OPTS -e "gSystem->AddIncludePath(\"-I${CMAKE_CURRENT_SOURCE_DIR}/mwe/include\")" | ||
OUTREF mwe/read_mwe_1.ref | ||
COPY_TO_BUILDDIR mwe/pluto_newpers.root | ||
DEPENDS read_mwe_0) # To avoid both test building the script at the same time. | ||
FIXTURES_REQUIRED root-io-issue7754-mwe-fixture) | ||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
|
||
(int) 0 | ||
Processing execWriteFile.cxx+... | ||
Stored 42.00! | ||
|
||
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
|
||
(int) 0 | ||
Processing execWriteFile.cxx+... | ||
Stored 42.00! | ||
|
||
|
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
|
||
(int) 0 | ||
Processing /Users/mato/Development/ROOT/roottest.git/root/tree/cache/execperfstattest.C... | ||
Processing execperfstattest.C... | ||
9 | ||
9 | ||
(int) 0 |
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
|
||
(int) 0 | ||
Processing /Users/mato/Development/ROOT/roottest.git/root/tree/cache/execperfstattest.C... | ||
Processing execperfstattest.C... | ||
7 | ||
8 | ||
(int) 0 |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing this may or may not be the right direction. However it 'looks' like a noticeable change (see also root-project/roottest#858) that does not appear directly link to
RootExeOptions
. Can you open a separate PR for this? Thanks.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changing
RootExeOptions
is trivial in most cases.But now split them will be too much work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Bear with me while I look at this one directory a bit longer.