summaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)Author
2018-10-01Mork more tests as FLAKYEric Fiselier
2018-10-01Fix threaded test under no-threading configurationEric Fiselier
2018-09-23[libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne
2018-09-23[libcxx] Fix buildbots on DebianLouis Dionne
2018-09-23[libc++] Add deprecated attributes to many deprecated componentsLouis Dionne
2018-09-22Mark [[nodiscard]] tests unsupported on GCC prior to 7.0Eric Fiselier
2018-09-22Fix UB in SIMD tests.Eric Fiselier
2018-09-22[libcxx] Readjust nodiscard_extensions.pass.cpp test - just disable for ASANRoman Lebedev
2018-09-22Mark test as flakyEric Fiselier
2018-09-22[libcxx] Blind attempt to fix harmless leak in nodiscard_extensions.pass.cpp ...Roman Lebedev
2018-09-22[libc++] Add _LIBCPP_ENABLE_NODISCARD and _LIBCPP_NODISCARD_EXT to allow pre-...Roman Lebedev
2018-09-20Fix diagnostic regex in variant tests to tolerate older clang versionsEric Fiselier
2018-09-19Revert "Implement LWG 2221 - No formatted output operator for nullptr."Volodymyr Sapsai
2018-09-19Implement LWG 2221 - No formatted output operator for nullptr. Reviewed as ht...Marshall Clow
2018-09-19Don't require relops on variant alternatives to all return the sameEric Fiselier
2018-09-19Remove unused include of "verbose_assert.h"Marshall Clow
2018-09-13Mark LWG#3102 as complete. No code changes, but I updated a test or twoMarshall Clow
2018-09-12Implement the infrastructure for feature-test macros. Very few actual feature...Marshall Clow
2018-09-12mark LWG#2953 as complete. No code changes required, but added a couple of ex...Marshall Clow
2018-09-12Update the failure annotations for the uncaught_exceptions test. The underlyi...Marshall Clow
2018-09-12Implement LWG #3017. list splice functions should use addressofMarshall Clow
2018-08-29Last week, someone noted that a couple of the time_point member functions wer...Marshall Clow
2018-08-28Use addressof instead of operator& in make_shared. Fixes PR38729. As a drive-...Marshall Clow
2018-08-24[libc++] Fix handling of negated character classes in regexLouis Dionne
2018-08-24[libc++] Remove race condition in std::asyncLouis Dionne
2018-08-22Disable the aligned allocation test on old mac versions instead of XFAILing itReid Kleckner
2018-08-22Add diagnostics for min/max algorithms when a InputIterator is used.Eric Fiselier
2018-08-22Fix Bug 38644: multimap::clear() missing exception specifier. Add noexcept te...Marshall Clow
2018-08-17Recommit r339943 - Establish the <bit> header. NFC yet. Reviewed as https://r...Marshall Clow
2018-08-16Revert "Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm...Vitaly Buka
2018-08-16[libc++] Use correct rand.eng.mers all-zeroes seed sequence fallbackHubert Tong
2018-08-16Establish the <bit> header. NFC yet. Reviewed as https://reviews.llvm.org/D50815Marshall Clow
2018-08-15Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow
2018-08-15Mark the at_exit and at_quick_exit tests as unsupported under C++98 an 03, si...Marshall Clow
2018-08-15For FreeBSD, don't define _M in nasty_macros.hppDimitry Andric
2018-08-15[libcxx] Fix XFAILs for aligned allocation tests on older OSX versionsLouis Dionne
2018-08-15[libc++] Disable failing C11 feature tests for <cfloat> and <float.h>Louis Dionne
2018-08-14[libc++] Fix incorrect definition of TEST_HAS_C11_FEATURESLouis Dionne
2018-08-14[libc++] Add missing #include in C11 features testsLouis Dionne
2018-08-10[libcxx] Mark charconv tests as failing for previous libcxx versions.Volodymyr Sapsai
2018-08-10[libc++] Enable aligned allocation based on feature test macro, irrespective ...Louis Dionne
2018-08-08[libcxx] [test] Avoid -Wunused-local-typedef in node_handle.pass.cpp.Billy Robert O'Neal III
2018-08-08[libcxx] [test] Allow a standard library that implements LWG 1203 in istream....Billy Robert O'Neal III
2018-08-08[libcxx] [test] Remove nonportable locale assumption in basic.ios.members/nar...Billy Robert O'Neal III
2018-08-08[libcxx] [test] Remove asserts that <cstddef> and <stdexcept> are included by...Billy Robert O'Neal III
2018-08-08[libcxx] [test] Add missing <stdexcept> in several tests.Billy Robert O'Neal III
2018-08-03Mark LWG#2260 as complete. We already did the right thing, so I just added te...Marshall Clow
2018-08-03Make my new test harness work w/c++03Marshall Clow
2018-08-03Update the changes to the array tests (that I committed yesterday) to use the...Marshall Clow
2018-08-02Implement P1023: constexpr comparison operators for std::arrayMarshall Clow