| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Move all tests for _LIBCPP_VERSION in language.support to ↵ | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |
| | | | | | | | test/libcxx/language.support. llvm-svn: 273364 | ||||
| * | Replace __cplusplus comparisons and dialect __has_feature checks with ↵ | Eric Fiselier | 2016-06-14 | 1 | -2/+4 |
| | | | | | | | | | | TEST_STD_VER. This is a huge cleanup that helps make the libc++ test suite more portable. Patch from STL@microsoft.com. Thanks STL! llvm-svn: 272716 | ||||
| * | Avoid name shadowing in test. Patch from STL@microsoft.com | Eric Fiselier | 2016-06-14 | 1 | -2/+2 |
| | | | | | llvm-svn: 272618 | ||||
| * | Void cast runtime-unused variables. Patch from STL@microsoft.com | Eric Fiselier | 2016-05-02 | 2 | -3/+3 |
| | | | | | llvm-svn: 268284 | ||||
| * | Fix a corner case that involved calling rethrow_if_nested with a type that ↵ | Marshall Clow | 2015-12-14 | 1 | -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 Rathnayake | 2015-11-10 | 11 | -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++03 | Eric Fiselier | 2015-07-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 243392 | ||||
| * | Fix warnings in test/std/language.support | Eric Fiselier | 2015-07-18 | 1 | -0/+4 |
| | | | | | llvm-svn: 242624 | ||||
| * | Implement uncaught_exceptions() using the newly added hooks in libc++abi, ↵ | Marshall Clow | 2015-06-02 | 1 | -0/+45 |
| | | | | | | | when available llvm-svn: 238846 | ||||
| * | Fix a problem when calling throw_with_nested with a class marked 'final'. ↵ | Marshall Clow | 2015-03-16 | 1 | -0/+16 |
| | | | | | | | Thanks to STL @ Microsoft for the bug report. llvm-svn: 232384 | ||||
| * | Move test into test/std subdirectory. | Eric Fiselier | 2014-12-20 | 19 | -0/+1064 |
| llvm-svn: 224658 | |||||

