Module Name: src Committed By: kamil Date: Sun May 14 02:02:25 UTC 2017
Modified Files: src/distrib/sets/lists/tests: mi src/tests/usr.bin/c++: Makefile Added Files: src/tests/usr.bin/c++: t_static_destructor.sh Log Message: Add new ATF C++ tests in usr.bin/c++: t_static_destructor These tests are cloned from t_cxxruntime and check proper order of destructor calls. They must be reported in reverse order of constructor completion. Added tests: - static_destructor - static_destructor_pic - static_destructor_pie - static_destructor32 This test file replaces src/regress/usr.bin/c++/static_destructor. To generate a diff of this commit: cvs rdiff -u -r1.740 -r1.741 src/distrib/sets/lists/tests/mi cvs rdiff -u -r1.2 -r1.3 src/tests/usr.bin/c++/Makefile cvs rdiff -u -r0 -r1.1 src/tests/usr.bin/c++/t_static_destructor.sh Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.