darling-libcxx/test
Bill Wendling 59a3ba57d0 Merging r196058:
------------------------------------------------------------------------
r196058 | marshall | 2013-12-01 19:24:33 -0800 (Sun, 01 Dec 2013) | 1 line

Fix for PRPR17934; based on a fix suggested by Peter Sommerlad
------------------------------------------------------------------------


git-svn-id: https://llvm.org/svn/llvm-project/libcxx/branches/release_34@197133 91177308-0d34-0410-b5e6-96231b3b80d8
2013-12-12 07:06:59 +00:00
..
algorithms Taking another swing at correctly optimizing fill_n. 2013-08-01 17:29:28 +00:00
atomics Stephan Tolksdorf: fixes the issue in the <atomic> header and adds corresponding tests. I've used macros to fall back to a user-provided default constructor if _LIBCPP_HAS_NO_DEFAULTED_FUNCTIONS (though I suspect that there won't be many users defining that macro). 2013-05-02 20:18:43 +00:00
containers Merging r196058: 2013-12-12 07:06:59 +00:00
depr [tests] XFAIL a few things that require libc (?) support missing on Darwin. 2013-02-05 22:10:25 +00:00
diagnostics David Blaikie suggested this test for detecting constexpr on the error_category default constructor. Additionally I decided to make this constructor trivial as well, as I could not come up with a rationale for not doing so. Fully tested with both current Apple clang and tip-of-trunk clang. 2013-08-22 17:41:48 +00:00
input.output Merging r195143: 2013-11-20 06:40:42 +00:00
iterators Merging r196058: 2013-12-12 07:06:59 +00:00
language.support Test for 'bad_array_length'; got left out of initial commit 2013-09-12 17:01:38 +00:00
localization LWG issues 2174/5/6 - mark wstring_convert::converted as noexcept, and make (some of) the constructors for wstring_convert and wbuffer_convert as explicit. Add configuration macro _LIBCPP_EXPLICIT_AFTER_CXX11 2013-08-27 20:18:59 +00:00
numerics Implement literal suffixes for compled 2013-10-05 21:19:49 +00:00
re Ok, 3 major changes for debug mode in one commit: 2013-08-02 00:26:35 +00:00
strings Fix an off-by-one error in basic_string::__grow_by, where it would incorrectly throw length_error (instead of bad_alloc) when attempting to resize the string to 'max_size()'. Add tests for resizing to max_size +/-1 2013-11-06 14:24:38 +00:00
support G M: 1. It changes the temp file handling to use the template and the current directory for windows, matching how it works on other platforms. 2013-10-06 21:14:05 +00:00
thread LWG Issue 2097: packaged_task constructors should be constrained 2013-10-12 22:49:17 +00:00
utilities Move <optional> into include/experimental, and into the std::experimental namespace, since it's not part of C++14, but of an upcoming TS 2013-11-15 22:42:10 +00:00
CMakeLists.txt Make it possible to run the test suite when built as part of LLVM. 2013-10-03 21:58:25 +00:00
lit.cfg r192075 broke the buildbot at 2013-10-14 18:02:02 +00:00
lit.site.cfg.in Make it possible to link against libstdc++ as well as libsupc++ with CMake. 2013-10-06 22:13:19 +00:00
nothing_to_do.pass.cpp license change 2010-11-16 22:09:02 +00:00
testit Fix bashism. 2013-07-04 15:11:10 +00:00