Skip to content

[roottest] adjuct core tests, delete html as obsolete #19572

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

Merged
merged 2 commits into from
Aug 20, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion roottest/root/core/.rootrc

This file was deleted.

24 changes: 10 additions & 14 deletions roottest/root/core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,28 +16,24 @@ ROOTTEST_ADD_TEST(base64
MACRO base64.C
OUTREF base64.ref)

ROOTTEST_ADD_TEST(assertHumanReadable
ROOTTEST_ADD_TEST(HumanReadable
MACRO assertHumanReadable.cxx+
OUTREF assertHumanReadable.ref
)
OUTREF assertHumanReadable.ref)

ROOTTEST_ADD_TEST(assertROOT7244
ROOTTEST_ADD_TEST(ROOT7244
MACRO assertROOT7244.C
COPY_TO_BUILDDIR subdir_ROOT7244/TheFile.h
)
COPY_TO_BUILDDIR subdir_ROOT7244/TheFile.h)

ROOTTEST_ADD_TEST(assertROOT8542
MACRO assertROOT8542.C
)
ROOTTEST_ADD_TEST(ROOT8542
MACRO assertROOT8542.C)

ROOTTEST_ADD_TEST(execStatusBitsCheck
ROOTTEST_ADD_TEST(StatusBitsCheck
MACRO execStatusBitsCheck.C
OUTCNV ../html/MakeIndex_convert.sh
OUTREF execStatusBitsCheck.ref
)
OUTCNV convert.sh
OUTREF execStatusBitsCheck.ref)

add_test(NAME root_exe_exitStatus COMMAND $<TARGET_FILE:root.exe> "-e invalid" "--no_exist")
set_property(TEST root_exe_exitStatus PROPERTY WILL_FAIL True)
add_test(NAME root_exe_errorMessage COMMAND $<TARGET_FILE:root.exe> "-e invalid" "--no_exist")
set_property(TEST root_exe_errorMessage PROPERTY
PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'")
PASS_REGULAR_EXPRESSION "root: unrecognized option '-e invalid'.*--no_exist.*Try 'root --help'")
2 changes: 1 addition & 1 deletion roottest/root/core/base64.ref
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

Processing roottest/root/core/base64.C...
Processing base64.C...
base64: VGhpcyBpcyB0ZXN0IGJpbmFyeQ==
base64: coding1 match
base64: T3RoZXIgdGVzdCBzdHJpbmc=
Expand Down
2 changes: 1 addition & 1 deletion roottest/root/core/execStatusBitsCheck.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Processing /Users/pcanal/root_working/roottest/root/core/execStatusBitsCheck.C...
Processing execStatusBitsCheck.C...
First verify verbose output in the case of TStreamerElement
Bit 0 declared in TObject as kCanDelete
Bit 3 declared in TObject as kMustCleanup
Expand Down
2 changes: 1 addition & 1 deletion roottest/root/core/lifetime.ref
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@

Processing roottest/root/core/lifetime.C...
Processing lifetime.C...
11 changes: 7 additions & 4 deletions roottest/root/core/recursive/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
ROOTTEST_GENERATE_EXECUTABLE(recursivewarning recursivewarning.cxx LIBRARIES Core)
ROOTTEST_GENERATE_EXECUTABLE(recursivewarning
recursivewarning.cxx
LIBRARIES Core
FIXTURES_SETUP root-core-recursive-recursivewarning-fixture)

ROOTTEST_ADD_TEST(recursivewarning
EXEC ./recursivewarning
OUTREF test_recursivewarning.ref
DEPENDS ${GENERATE_EXECUTABLE_TEST})

configure_file(fakelib.rootmap . COPYONLY)
COPY_TO_BUILDDIR fakelib.rootmap
FIXTURES_REQUIRED root-core-recursive-recursivewarning-fixture)

2 changes: 1 addition & 1 deletion roottest/root/core/stringView.ref
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@

Processing roottest/root/core/stringView.C...
Processing stringView.C...
asd
Comparison with char[4] worked
1 change: 0 additions & 1 deletion roottest/root/html/.rootrc

This file was deleted.

19 changes: 0 additions & 19 deletions roottest/root/html/CMakeLists.txt

This file was deleted.

6 changes: 0 additions & 6 deletions roottest/root/html/ClassInModule.ref

This file was deleted.

5 changes: 0 additions & 5 deletions roottest/root/html/FindSource.ref

This file was deleted.

2 changes: 0 additions & 2 deletions roottest/root/html/MakeIndex.eref

This file was deleted.

6 changes: 0 additions & 6 deletions roottest/root/html/MakeIndex.oref

This file was deleted.

8 changes: 0 additions & 8 deletions roottest/root/html/MakeIndex.ref

This file was deleted.

28 changes: 0 additions & 28 deletions roottest/root/html/runClassInModule.C

This file was deleted.

65 changes: 0 additions & 65 deletions roottest/root/html/runFindSource.C

This file was deleted.

30 changes: 0 additions & 30 deletions roottest/root/html/runMakeIndex.C

This file was deleted.

Loading