aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2018-12-16[test] [support] Use socket()+bind() to create unix sockets portablyMichal Gorny1-2/+8
2018-12-16[test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny1-0/+4
2018-12-15Fix static assert diagnostic checks in i386Eric Fiselier5-5/+5
2018-12-14Tolerate Clangs new static_assert messagesEric Fiselier6-6/+6
2018-12-14[libcxx] Mark some tests as still failing on macosx10.14Louis Dionne3-0/+3
2018-12-14Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow27-0/+1531
2018-12-13[libcxx] Fix pop_back() tests to make sure they don't always just passLouis Dionne2-0/+2
2018-12-12[libcxx] Add assertion in deque::pop_back when popping from an empty dequeLouis Dionne2-0/+50
2018-12-12[test] [depr.c.headers] XFAIL uchar.h on NetBSDMichal Gorny1-0/+1
2018-12-12[test] [filesystems] NetBSD can do symlink permissions tooMichal Gorny1-1/+1
2018-12-12[test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSDMichal Gorny1-1/+1
2018-12-11[test] Permit NetBSD in filesystem_dynamic_test_helper.pyMichal Gorny1-1/+2
2018-12-11[libcxx] Fix test failure on GCC 4.9Louis Dionne1-3/+8
2018-12-11[pair] Mark constructors as conditionally noexceptLouis Dionne9-45/+367
2018-12-11[libcxx] Fix test on compilers that do not support char8_t yetLouis Dionne1-2/+4
2018-12-11Fix problems with char8_t stuff on compilers that don't support char8_t yetMarshall Clow10-11/+13
2018-12-11Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow80-101/+1002
2018-12-11Revert "[pair] Mark constructors as conditionally noexcept"Louis Dionne9-366/+45
2018-12-11[pair] Mark constructors as conditionally noexceptLouis Dionne9-45/+366
2018-12-07Update a couple of vector<bool> tests that were testing libc++-specific bahav...Marshall Clow3-10/+17
2018-12-07[libcxx] Remove the availability_markup LIT featureLouis Dionne10-51/+51
2018-12-06[libc++] Improve diagnostics for non-const comparators and hashers in associa...Louis Dionne2-4/+7
2018-12-06[libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targetsLouis Dionne3-9/+12
2018-12-06[libcxx] Add checks for unique value of array<T, 0>.begin() and array<T, 0>.e...Louis Dionne1-1/+8
2018-12-06[libcxx] Add XFAILs for aligned allocation tests on AppleClang 9Louis Dionne8-96/+96
2018-12-06[libcxx] Make return value of array<T, 0>.data() checked only for libc++Louis Dionne2-6/+6
2018-12-06[libcxx] Mark some tests as failing on macosx 10.14Louis Dionne4-0/+4
2018-12-06[libcxx] Don't depend on availability markup to provide the streams in the dylibLouis Dionne12-27/+8
2018-12-03[libcxx] Implement P0318: unwrap_ref_decay and unwrap_referenceLouis Dionne2-0/+109
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow33-0/+168
2018-11-29[libcxx] Make UNSUPPORTED for std::async test more fine grainedLouis Dionne1-1/+8
2018-11-29Revert commit r347904 because it broke older compilersMarshall Clow33-168/+0
2018-11-29First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow33-0/+168
2018-11-29[libcxx] Remove bad_array_lengthLouis Dionne1-37/+0
2018-11-29[libcxx] More fixes to XFAILs for aligned allocation tests for macosx 10.13Louis Dionne2-2/+12
2018-11-28Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier4-45/+9
2018-11-28Fix bad _LIBCPP_ALIGNOF testEric Fiselier1-1/+0
2018-11-28Implement P0966 - string::reserve should not shrinkMarshall Clow1-1/+8
2018-11-28Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier4-9/+46
2018-11-28[libcxx] Remove dynarrayLouis Dionne16-840/+0
2018-11-28[libcxx] Use clang-verify in the lit test suite even when availability is ena...Louis Dionne3-0/+12
2018-11-27Implement P1085R2 - Should Span be Regular?. This consists entirely of deletionsMarshall Clow6-950/+0
2018-11-26Add basic_string::__resize_default_init (from P1072)Eric Fiselier1-0/+63
2018-11-26[libcxx] Fix XFAILs for aligned allocation testsLouis Dionne8-132/+152
2018-11-26[libcxx] Fix XFAIL for aligned deallocation test with trunk ClangLouis Dionne1-6/+15
2018-11-26[libcxx] Use a type that is always an aggregate in variant's testsLouis Dionne3-25/+28
2018-11-22[NFC] Fix typo in commentLouis Dionne2-2/+2
2018-11-22[libcxx] Reintroduce UNSUPPORTED annotation for strstreambuf overflow testLouis Dionne1-0/+4
2018-11-22[libcxx] Add XFAIL for test on OS X 10.12 to 10.14Louis Dionne1-0/+6
2018-11-22[libcxx] Remove incorrect XFAIL on macos 10.12Louis Dionne1-1/+0