You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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
12 years ago
..
algorithms Taking another swing at correctly optimizing fill_n. 12 years ago
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). 13 years ago
containers Merging r196058: 12 years ago
depr [tests] XFAIL a few things that require libc (?) support missing on Darwin. 13 years ago
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. 12 years ago
input.output Merging r195143: 12 years ago
iterators Merging r196058: 12 years ago
language.support Test for 'bad_array_length'; got left out of initial commit 12 years ago
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 12 years ago
numerics Implement literal suffixes for compled 12 years ago
re Ok, 3 major changes for debug mode in one commit: 12 years ago
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 12 years ago
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. 12 years ago
thread LWG Issue 2097: packaged_task constructors should be constrained 12 years ago
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 12 years ago
CMakeLists.txt Make it possible to run the test suite when built as part of LLVM. 12 years ago
lit.cfg r192075 broke the buildbot at 12 years ago
lit.site.cfg.in Make it possible to link against libstdc++ as well as libsupc++ with CMake. 12 years ago
nothing_to_do.pass.cpp license change 15 years ago
testit Fix bashism. 13 years ago