summaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)Author
2018-12-12[libcxx] Add assertion in deque::pop_back when popping from an empty dequeLouis Dionne
2018-12-12[test] [depr.c.headers] XFAIL uchar.h on NetBSDMichal Gorny
2018-12-12[test] [filesystems] NetBSD can do symlink permissions tooMichal Gorny
2018-12-12[test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSDMichal Gorny
2018-12-11[test] Permit NetBSD in filesystem_dynamic_test_helper.pyMichal Gorny
2018-12-11[libcxx] Fix test failure on GCC 4.9Louis Dionne
2018-12-11[pair] Mark constructors as conditionally noexceptLouis Dionne
2018-12-11[libcxx] Fix test on compilers that do not support char8_t yetLouis Dionne
2018-12-11Fix problems with char8_t stuff on compilers that don't support char8_t yetMarshall Clow
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow
2018-12-11Revert "[pair] Mark constructors as conditionally noexcept"Louis Dionne
2018-12-11[pair] Mark constructors as conditionally noexceptLouis Dionne
2018-12-07Update a couple of vector<bool> tests that were testing libc++-specific bahav...Marshall Clow
2018-12-07[libcxx] Remove the availability_markup LIT featureLouis Dionne
2018-12-06[libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne
2018-12-06[libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targetsLouis Dionne
2018-12-06[libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e...Louis Dionne
2018-12-06[libcxx] Add XFAILs for aligned allocation tests on AppleClang 9Louis Dionne
2018-12-06[libcxx] Make return value of array<T, 0>.data() checked only for libc++Louis Dionne
2018-12-06[libcxx] Mark some tests as failing on macosx 10.14Louis Dionne
2018-12-06[libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne
2018-12-03[libcxx] Implement P0318: unwrap_ref_decay and unwrap_referenceLouis Dionne
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow
2018-11-29[libcxx] Make UNSUPPORTED for std::async test more fine grainedLouis Dionne
2018-11-29Revert commit r347904 because it broke older compilersMarshall Clow
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne
2018-11-29[libcxx] More fixes to XFAILs for aligned allocation tests for macosx 10.13Louis Dionne
2018-11-28Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier
2018-11-28Fix bad _LIBCPP_ALIGNOF testEric Fiselier
2018-11-28Implement P0966 - string::reserve should not shrinkMarshall Clow
2018-11-28Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.Eric Fiselier
2018-11-28[libcxx] Remove dynarrayLouis Dionne
2018-11-28[libcxx] Use clang-verify in the lit test suite even when availability is ena...Louis Dionne
2018-11-27Implement P1085R2 - Should Span be Regular?. This consists entirely of deletionsMarshall Clow
2018-11-26Add basic_string::__resize_default_init (from P1072)Eric Fiselier
2018-11-26[libcxx] Fix XFAILs for aligned allocation testsLouis Dionne
2018-11-26[libcxx] Fix XFAIL for aligned deallocation test with trunk ClangLouis Dionne
2018-11-26[libcxx] Use a type that is always an aggregate in variant's testsLouis Dionne
2018-11-22[NFC] Fix typo in commentLouis Dionne
2018-11-22[libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow testLouis Dionne
2018-11-22[libcxx] Add XFAIL for test on OS X 10.12 to 10.14Louis Dionne
2018-11-22[libcxx] Remove incorrect XFAIL on macos 10.12Louis Dionne
2018-11-21[libcxx] Fix incorrect iterator type in vector container testLouis Dionne
2018-11-21[libcxx] Mark strstreams tests as being supported on all OS X versionsLouis Dionne
2018-11-21Fix missing includes in test headerEric Fiselier
2018-11-21[libc++] Implement P0487R1 - Fixing operator>>(basic_istream&, CharT*)Zhihao Yuan
2018-11-21[NFC] Rename lit feature to '-fsized-deallocation' for consistencyLouis Dionne
2018-11-20A couple of tests were broken when clang implemented the compiler parts of P0...Marshall Clow
2018-11-20Mark P0771 as complete; we already did this - I just added tests to be sureMarshall Clow