Update libvtv testsuite so that most of the tests now run under
authorCaroline Tice <cmtice@google.com>
Sun, 8 Sep 2013 23:35:14 +0000 (16:35 -0700)
committerCaroline Tice <ctice@gcc.gnu.org>
Sun, 8 Sep 2013 23:35:14 +0000 (16:35 -0700)
commit41e96dc8f0a700a440c7bb87fbbd1cc70271ff15
tree7aed39930d05ef1f28db4df7227d5b55ec792763
parentf085f27e124563b5cbede337426695c4ed43693b
Update libvtv testsuite so that most of the tests now run under
the dejagnu test harness.

From-SVN: r202373
103 files changed:
libvtv/ChangeLog
libvtv/testsuite/Makefile.am
libvtv/testsuite/Makefile.in
libvtv/testsuite/config/default.exp [new file with mode: 0644]
libvtv/testsuite/const_vtable.cc [deleted file]
libvtv/testsuite/dataentry.cc [deleted file]
libvtv/testsuite/dlopen.cc [deleted file]
libvtv/testsuite/dlopen_mt.cc [deleted file]
libvtv/testsuite/dup_name.cc [deleted file]
libvtv/testsuite/environment-fail-32.s [deleted file]
libvtv/testsuite/environment-fail-64.s [deleted file]
libvtv/testsuite/environment.cc [deleted file]
libvtv/testsuite/event-definitions.cc [deleted file]
libvtv/testsuite/event-main.cc [deleted file]
libvtv/testsuite/event-private.cc [deleted file]
libvtv/testsuite/event-private.h [deleted file]
libvtv/testsuite/event.h [deleted file]
libvtv/testsuite/event.list [deleted file]
libvtv/testsuite/field-test.cc [deleted file]
libvtv/testsuite/lib/libvtv-dg.exp [new file with mode: 0644]
libvtv/testsuite/lib/libvtv.exp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/bb_tests.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/const_vtable.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/dataentry.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/derived-lib.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/derived-main.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/derived.list [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/dup_name.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/environment.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/event-defintions.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/event-main.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/event-private.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/event-private.h [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/event.h [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/event.list [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/mul_inh.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/nested_vcall_test.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/parts-test-extra-parts-views.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/parts-test-extra-parts-views.h [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/parts-test-extra-parts.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/parts-test-extra-parts.h [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/parts-test-main.cpp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/parts-test-main.h [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/parts-test.list [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/povray-derived.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/register_set_pair.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/register_set_pair_inserts.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/template-list-iostream.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/template-list.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/template-list2.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/test1.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/thunk.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/thunk_vtable_map_attack.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/v8-test-2.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/virtfunc-test.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/virtual_inheritance.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/vtv.exp [new file with mode: 0644]
libvtv/testsuite/libvtv.cc/xlan-test.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.mempool.cc/mempool.exp [new file with mode: 0644]
libvtv/testsuite/libvtv.mempool.cc/mempool_negative.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.mempool.cc/mempool_positive.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.mt.cc/mt.exp [new file with mode: 0644]
libvtv/testsuite/libvtv.mt.cc/register_set_pair_inserts_mt.cc [new file with mode: 0644]
libvtv/testsuite/libvtv.mt.cc/register_set_pair_mt.cc [new file with mode: 0644]
libvtv/testsuite/mempool_negative.c [deleted file]
libvtv/testsuite/mempool_positive.c [deleted file]
libvtv/testsuite/nested_vcall_test.cc [deleted file]
libvtv/testsuite/other-tests/Makefile.am [new file with mode: 0644]
libvtv/testsuite/other-tests/Makefile.in [new file with mode: 0644]
libvtv/testsuite/other-tests/README [new file with mode: 0644]
libvtv/testsuite/other-tests/dlopen.cc [new file with mode: 0644]
libvtv/testsuite/other-tests/dlopen_mt.cc [new file with mode: 0644]
libvtv/testsuite/other-tests/environment-fail-32.s [new file with mode: 0644]
libvtv/testsuite/other-tests/environment-fail-64.s [new file with mode: 0644]
libvtv/testsuite/other-tests/field-test.cc [new file with mode: 0644]
libvtv/testsuite/other-tests/replace-fail.cc [new file with mode: 0644]
libvtv/testsuite/other-tests/so.cc [new file with mode: 0644]
libvtv/testsuite/other-tests/temp_deriv.cc [new file with mode: 0644]
libvtv/testsuite/other-tests/temp_deriv2.cc [new file with mode: 0644]
libvtv/testsuite/other-tests/temp_deriv3.cc [new file with mode: 0644]
libvtv/testsuite/parts-test-extra-parts-views.cc [deleted file]
libvtv/testsuite/parts-test-extra-parts-views.h [deleted file]
libvtv/testsuite/parts-test-extra-parts.cc [deleted file]
libvtv/testsuite/parts-test-extra-parts.h [deleted file]
libvtv/testsuite/parts-test-main.cc [deleted file]
libvtv/testsuite/parts-test-main.h [deleted file]
libvtv/testsuite/parts-test.list [deleted file]
libvtv/testsuite/povray-derived.cc [deleted file]
libvtv/testsuite/register_pair.cc [deleted file]
libvtv/testsuite/register_pair_inserts.cc [deleted file]
libvtv/testsuite/register_pair_inserts_mt.cc [deleted file]
libvtv/testsuite/register_pair_mt.cc [deleted file]
libvtv/testsuite/replace-fail.cc [deleted file]
libvtv/testsuite/so.cc [deleted file]
libvtv/testsuite/temp_deriv.cc [deleted file]
libvtv/testsuite/temp_deriv2.cc [deleted file]
libvtv/testsuite/temp_deriv3.cc [deleted file]
libvtv/testsuite/template-list-iostream.cc [deleted file]
libvtv/testsuite/template-list.cc [deleted file]
libvtv/testsuite/template-list2.cc [deleted file]
libvtv/testsuite/thunk.cc [deleted file]
libvtv/testsuite/thunk_vtable_map_attack.cc [deleted file]
libvtv/testsuite/virtual_inheritance.cc [deleted file]