summaryrefslogtreecommitdiff
path: root/test
Commit message (Collapse)AuthorAge
* Rework exception matching.David Chisnall2012-03-20
| | | | | | | | | | | | | | - Remove typeinfo since thing break if the compiler decides to use the system one and merge its contents into typeinfo.h - Make each type_info object have a vtable with the same layout as the public vtable in libstdc++'s <typeinfo>. This fixes code (e.g. libobjc2's Objective-C++ exception handling) which rely on being able to add new types. - Add some extra tests I suspect exceptions catching pointer-to-member types will not work correctly, but I've never seen anyone do this and don't have any tests for it.
* added valgrind tests4.0.10Alexander Esilevich2011-05-24
|
* Remove unnecessary and confusing MakefilesC2011-05-20
|
* Tidy up of the libcxxrt sources. Added missing comments, fixed some ↵anonymous2011-05-09
| | | | inconsistent indenting.
* Fixed throwing / catching pointers.anonymous2010-11-25
|
* __cxa_get_exception_ptr implementationanonymous2010-10-04
|
* Add __cxa_demangle supportanonymous2010-09-29
|
* run_test script was fixedanonymous2010-09-27
|
* output argument was added in run_test scriptanonymous2010-09-27
|
* Fixed testcaseanonymous2010-09-21
|
* Fixes the test caseanonymous2010-09-20
|
* Don't link against -ldl except on linux since it causes regressions on FBSDanonymous2010-09-20
|
* Test for shared libuwind was addedanonymous2010-09-15
|
* Path to libunwind is changed to absoluteanonymous2010-08-31
|
* Testing with libunwind is addedanonymous2010-08-31
|
* -nodefaultlibs flag is added for testsanonymous2010-08-31
|
* Fixes in testsanonymous2010-08-31
|
* cmake scripts for testing are addedanonymous2010-07-02
|
* Fixes in testanonymous2010-07-02
|
* Cmake project is addedanonymous2010-07-02
|
* Added test for correctly setting unexpected handler and calling it whenanonymous2010-06-28
| | | | an eception spec is violated.
* Added std:: functions for setting unexpected / terminate handlers.anonymous2010-06-28
|
* Initial import.anonymous2010-06-27