Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/regress



Module Name:    src
Committed By:   kamil
Date:           Sun May 14 02:30:27 UTC 2017

Modified Files:
        src/regress: Makefile
Removed Files:
        src/regress/usr.bin: Makefile
        src/regress/usr.bin/rtld: Makefile
        src/regress/usr.bin/rtld/testlib: Makefile ccexc.cc construct.cc
            virt.cc

Log Message:
Drop usr.bin/rtld/testlib, replaced with ATF tests in usr.bin/c++/*

This regress tests used to check dynamically loaded objects:
constructor/destructor call for static objects, C++ runtime support.

This is mostly - although without virtual functions, inheritance - covered
by existing ATF tests.

Stop descending into regress/usr.bin.


To generate a diff of this commit:
cvs rdiff -u -r1.19 -r1.20 src/regress/Makefile
cvs rdiff -u -r1.20 -r0 src/regress/usr.bin/Makefile
cvs rdiff -u -r1.4 -r0 src/regress/usr.bin/rtld/Makefile
cvs rdiff -u -r1.10 -r0 src/regress/usr.bin/rtld/testlib/Makefile
cvs rdiff -u -r1.1 -r0 src/regress/usr.bin/rtld/testlib/ccexc.cc \
    src/regress/usr.bin/rtld/testlib/virt.cc
cvs rdiff -u -r1.2 -r0 src/regress/usr.bin/rtld/testlib/construct.cc

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index