summaryrefslogtreecommitdiff
path: root/libcxx/test/std
AgeCommit message (Expand)Author
2019-01-16correct script name in generated testslinaro-local/ci/tcwg_kernel/llvm-master-arm-lts-allyesconfigEric Fiselier
2019-01-16Fix feature test macros for atomics/mutexes without threadinglinaro-local/ci/tcwg_kernel/llvm-master-arm-lts-defconfigEric Fiselier
2019-01-16Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`.Eric Fiselier
2019-01-16Implement feature test macros using a script.linaro-local/ci/tcwg_kernel/llvm-master-aarch64-next-allyesconfigEric Fiselier
2019-01-15[libc++] Support different libc++ namespaces in the iterator testPetr Hosek
2019-01-15[test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter
2019-01-11Change from a to a . Fixes PR#39871.Marshall Clow
2019-01-11Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow
2019-01-11Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne
2019-01-10Filesystem tests: fix fs.op.relativeJF Bastien
2019-01-09[NFC] Always lock free test: add indirectionJF Bastien
2019-01-09[NFC] Normalize some test 'main' signaturesJF Bastien
2019-01-09Mark two UDL tests as being unsupported with Clang 7Eric Fiselier
2019-01-09Mark two more tests as FLAKYEric Fiselier
2019-01-08[libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai
2019-01-07Mark more tests as flakyEric Fiselier
2019-01-07Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow
2019-01-05Fix flaky symlink access time test.Eric Fiselier
2019-01-03De-tab a couple tests. NFCMarshall Clow
2018-12-21Fix test case breakages caused by lexically_relative changeEric Fiselier
2018-12-21Fix copy paste error in file_clock testsEric Fiselier
2018-12-21Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier
2018-12-21Implement LWG 3065: Make path operators friends.Eric Fiselier
2018-12-21Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier
2018-12-21Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier
2018-12-20[libcxx] Fix order checking in unordered_multimap tests.Louis Dionne
2018-12-19[libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai
2018-12-19Add missing include to test. NFCMarshall Clow
2018-12-18Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow
2018-12-18Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow
2018-12-18[libcxx] Remove XFAILs for older macOS versionsLouis Dionne
2018-12-17Fix FP comparisons when SSE isn't availableEric Fiselier
2018-12-17[test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny
2018-12-17[test] [re.traits] Remove asserts failing due to invalid UTF-8Michal Gorny
2018-12-17Unbreak green dragon bots w/o __builtin_launderEric Fiselier
2018-12-17Expect Clang diagnostics in std::launder testEric Fiselier
2018-12-16[test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny
2018-12-15Fix static assert diagnostic checks in i386Eric Fiselier
2018-12-14Tolerate Clangs new static_assert messagesEric Fiselier
2018-12-14[libcxx] Mark some tests as still failing on macosx10.14Louis Dionne
2018-12-14Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow
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[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