File tree Expand file tree Collapse file tree 7 files changed +18
-19
lines changed
Expand file tree Collapse file tree 7 files changed +18
-19
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -16,26 +16,23 @@ ROOTTEST_ADD_TEST(base64
1616 MACRO base64.C
1717 OUTREF base64.ref)
1818
19- ROOTTEST_ADD_TEST(assertHumanReadable
19+ ROOTTEST_ADD_TEST(HumanReadable
2020 MACRO assertHumanReadable.cxx+
21- OUTREF assertHumanReadable.ref
22- )
21+ OUTREF assertHumanReadable.ref)
2322
24- ROOTTEST_ADD_TEST(assertROOT7244
23+ ROOTTEST_ADD_TEST(ROOT7244
2524 MACRO assertROOT7244.C
26- COPY_TO_BUILDDIR subdir_ROOT7244/TheFile.h
27- )
25+ COPY_TO_BUILDDIR subdir_ROOT7244/TheFile.h)
2826
29- ROOTTEST_ADD_TEST(assertROOT8542
30- MACRO assertROOT8542.C
31- )
27+ ROOTTEST_ADD_TEST(ROOT8542
28+ MACRO assertROOT8542.C)
3229
3330
3431if (OPENGL_gl_LIBRARY AND ROOTTEST_OS_ID MATCHES Scientific|CentOS|Ubuntu|Fedora)
3532 set (ROOTTEST_ENV_EXTRA LD_PRELOAD=${OPENGL_gl_LIBRARY} )
3633endif ()
3734
38- ROOTTEST_ADD_TEST(execStatusBitsCheck
35+ ROOTTEST_ADD_TEST(StatusBitsCheck
3936 MACRO execStatusBitsCheck.C
4037 OUTCNV convert.sh
4138 OUTREF execStatusBitsCheck.ref)
Original file line number Diff line number Diff line change 11
2- Processing roottest/root/core/ base64.C...
2+ Processing base64.C...
33base64: VGhpcyBpcyB0ZXN0IGJpbmFyeQ==
44base64: coding1 match
55base64: T3RoZXIgdGVzdCBzdHJpbmc=
Original file line number Diff line number Diff line change 1- Processing /Users/pcanal/root_working/roottest/root/core/ execStatusBitsCheck.C...
1+ Processing execStatusBitsCheck.C...
22First verify verbose output in the case of TStreamerElement
33Bit 0 declared in TObject as kCanDelete
44Bit 3 declared in TObject as kMustCleanup
Original file line number Diff line number Diff line change 11
2- Processing roottest/root/core/ lifetime.C...
2+ Processing lifetime.C...
Original file line number Diff line number Diff line change 1- ROOTTEST_GENERATE_EXECUTABLE(recursivewarning recursivewarning.cxx LIBRARIES Core)
1+ ROOTTEST_GENERATE_EXECUTABLE(recursivewarning
2+ recursivewarning.cxx
3+ LIBRARIES Core
4+ FIXTURES_SETUP root-core-recursive-recursivewarning-fixture)
5+
26ROOTTEST_ADD_TEST(recursivewarning
37 EXEC ./recursivewarning
48 OUTREF test_recursivewarning.ref
5- DEPENDS ${GENERATE_EXECUTABLE_TEST} )
6-
7- configure_file (fakelib.rootmap . COPYONLY )
9+ COPY_TO_BUILDDIR fakelib.rootmap
10+ FIXTURES_REQUIRED root-core-recursive-recursivewarning-fixture)
811
Original file line number Diff line number Diff line change 11
2- Processing roottest/root/core/ stringView.C...
2+ Processing stringView.C...
33asd
44Comparison with char[4] worked
You can’t perform that action at this time.
0 commit comments