OSDN Git Service

2007-06-01 Benjamin Kosnik <bkoz@redhat.com>
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jun 2007 17:03:22 +0000 (17:03 +0000)
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 1 Jun 2007 17:03:22 +0000 (17:03 +0000)
commitf5d16d55b4f237b5bc9cdb50da61ca639a60f94d
tree2e6d25df053819c91aa4d7a351c24b78ad8aea1f
parent4e7a1eb86a1b273d882474a660fb9a332b91c5c8
2007-06-01  Benjamin Kosnik  <bkoz@redhat.com>

* testsuite/19_diagnostics/logic_error/what-big.cc: New.
* testsuite/19_diagnostics/logic_error/what-3.cc: Same.
* testsuite/19_diagnostics/runtime_error/what-big.cc: Same.
* testsuite/19_diagnostics/runtime_error/what-3.cc: Same.

* testsuite/18_support/14493.cc: Break into...
* testsuite/18_support/exception/what.cc: ...this.
* testsuite/18_support/bad_cast/what.cc: ...this.
* testsuite/18_support/bad_alloc/what.cc: ...this.
* testsuite/18_support/bad_typeid/what.cc: ...this.
* testsuite/18_support/bad_exception/what.cc: ...this.

* testsuite/19_diagnostics/bad_exception/23591_thread-1.c: Move...
* testsuite/18_support/bad_exception/23591_thread-1.c: ...here.

* testsuite/18_support/14026.cc: Move...
* testsuite/18_support/uncaught_exception/14026.cc: ...here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@125267 138bc75d-0d04-0410-961f-82ee72b054a4
13 files changed:
libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/18_support/14026.cc [deleted file]
libstdc++-v3/testsuite/18_support/bad_alloc/what.cc [new file with mode: 0644]
libstdc++-v3/testsuite/18_support/bad_cast/what.cc [new file with mode: 0644]
libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c [moved from libstdc++-v3/testsuite/19_diagnostics/bad_exception/23591_thread-1.c with 100% similarity]
libstdc++-v3/testsuite/18_support/bad_exception/what.cc [moved from libstdc++-v3/testsuite/18_support/14493.cc with 81% similarity]
libstdc++-v3/testsuite/18_support/bad_typeid/what.cc [new file with mode: 0644]
libstdc++-v3/testsuite/18_support/exception/what.cc [new file with mode: 0644]
libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc [new file with mode: 0644]
libstdc++-v3/testsuite/19_diagnostics/logic_error/what-3.cc [new file with mode: 0644]
libstdc++-v3/testsuite/19_diagnostics/logic_error/what-big.cc [new file with mode: 0644]
libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-3.cc
libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-big.cc [new file with mode: 0644]