]> git.ipfire.org Git - thirdparty/gcc.git/commit
what-big.cc: New.
authorBenjamin Kosnik <bkoz@redhat.com>
Fri, 1 Jun 2007 17:03:22 +0000 (17:03 +0000)
committerBenjamin Kosnik <bkoz@gcc.gnu.org>
Fri, 1 Jun 2007 17:03:22 +0000 (17:03 +0000)
commit5e984b909c70311d593cc3a79bf6f5afe7b79157
tree2e6d25df053819c91aa4d7a351c24b78ad8aea1f
parent03743286836c9d50ae98ce033d057789cd8eb3f0
what-big.cc: New.

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.

From-SVN: r125267
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]