This is the mail archive of the libstdc++-cvs@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

r125267 - in /trunk/libstdc++-v3: ChangeLog tes...


Author: bkoz
Date: Fri Jun  1 17:03:22 2007
New Revision: 125267

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=125267
Log:
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.


Added:
    trunk/libstdc++-v3/testsuite/18_support/bad_alloc/
    trunk/libstdc++-v3/testsuite/18_support/bad_alloc/what.cc
    trunk/libstdc++-v3/testsuite/18_support/bad_cast/
    trunk/libstdc++-v3/testsuite/18_support/bad_cast/what.cc
    trunk/libstdc++-v3/testsuite/18_support/bad_exception/
    trunk/libstdc++-v3/testsuite/18_support/bad_exception/23591_thread-1.c
    trunk/libstdc++-v3/testsuite/18_support/bad_exception/what.cc
    trunk/libstdc++-v3/testsuite/18_support/bad_typeid/
    trunk/libstdc++-v3/testsuite/18_support/bad_typeid/what.cc
    trunk/libstdc++-v3/testsuite/18_support/exception/
    trunk/libstdc++-v3/testsuite/18_support/exception/what.cc
    trunk/libstdc++-v3/testsuite/18_support/uncaught_exception/
    trunk/libstdc++-v3/testsuite/18_support/uncaught_exception/14026.cc
      - copied, changed from r125161, trunk/libstdc++-v3/testsuite/18_support/14026.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-3.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/logic_error/what-big.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-big.cc
Removed:
    trunk/libstdc++-v3/testsuite/18_support/14026.cc
    trunk/libstdc++-v3/testsuite/18_support/14493.cc
    trunk/libstdc++-v3/testsuite/19_diagnostics/bad_exception/
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/testsuite/19_diagnostics/runtime_error/what-3.cc


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]