summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/language.support/support.exception
Commit message (Collapse)AuthorAgeFilesLines
* Void cast runtime-unused variables. Patch from STL@microsoft.comEric Fiselier2016-05-022-3/+3
| | | | llvm-svn: 268284
* Fix a corner case that involved calling rethrow_if_nested with a type that ↵Marshall Clow2015-12-141-1/+9
| | | | | | had a deleted operator&. Added a test to catch this as well. Thanks to Ville for the heads-up. llvm-svn: 255517
* Make it possible to build a no-exceptions variant of libcxx.Asiri Rathnayake2015-11-1011-0/+11
| | | | | | | | | | | | Fixes a small omission in libcxx that prevents libcxx being built when -DLIBCXX_ENABLE_EXCEPTIONS=0 is specified. This patch adds XFAILS to all those tests that are currently failing on the new -fno-exceptions library variant. Follow-up patches will update the tests (progressively) to cope with the new library variant. Change-Id: I4b801bd8d8e4fe7193df9e55f39f1f393a8ba81a llvm-svn: 252598
* Fix a handful of tests that fail in C++03Eric Fiselier2015-07-281-1/+1
| | | | llvm-svn: 243392
* Fix warnings in test/std/language.supportEric Fiselier2015-07-181-0/+4
| | | | llvm-svn: 242624
* Implement uncaught_exceptions() using the newly added hooks in libc++abi, ↵Marshall Clow2015-06-021-0/+45
| | | | | | when available llvm-svn: 238846
* Fix a problem when calling throw_with_nested with a class marked 'final'. ↵Marshall Clow2015-03-161-0/+16
| | | | | | Thanks to STL @ Microsoft for the bug report. llvm-svn: 232384
* Move test into test/std subdirectory.Eric Fiselier2014-12-2019-0/+1064
llvm-svn: 224658
OpenPOWER on IntegriCloud