summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std
Commit message (Expand)AuthorAgeFilesLines
* Fix aligned allocation availability XFAILs after D56445.Eric Fiselier2019-01-198-16/+24
* correct script name in generated testsEric Fiselier2019-01-1643-89/+91
* Fix feature test macros for atomics/mutexes without threadingEric Fiselier2019-01-164-73/+177
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-163-9/+10
* Implement feature test macros using a script.Eric Fiselier2019-01-1643-1054/+7079
* [libc++] Support different libc++ namespaces in the iterator testPetr Hosek2019-01-151-30/+30
* [test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter2019-01-153-3/+3
* Change from a to a . Fixes PR#39871.Marshall Clow2019-01-113-8/+8
* Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow2019-01-112-6/+6
* Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow2019-01-1120-113/+1052
* [libcxx] Reorganize tests since the application of P0602R4Louis Dionne2019-01-1010-189/+273
* Filesystem tests: fix fs.op.relativeJF Bastien2019-01-101-43/+83
* [NFC] Always lock free test: add indirectionJF Bastien2019-01-091-1/+3
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-099-15/+9
* Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2019-01-092-2/+2
* Mark two more tests as FLAKYEric Fiselier2019-01-092-0/+4
* [libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai2019-01-081-0/+31
* Mark more tests as flakyEric Fiselier2019-01-075-0/+10
* Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow2019-01-073-1/+35
* Fix flaky symlink access time test.Eric Fiselier2019-01-051-5/+7
* De-tab a couple tests. NFCMarshall Clow2019-01-033-6/+6
* Fix test case breakages caused by lexically_relative changeEric Fiselier2018-12-211-3/+3
* Fix copy paste error in file_clock testsEric Fiselier2018-12-211-3/+3
* Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier2018-12-211-2/+2
* Implement LWG 3065: Make path operators friends.Eric Fiselier2018-12-213-1/+63
* Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier2018-12-214-0/+128
* Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier2018-12-211-1/+54
* [libcxx] Fix order checking in unordered_multimap tests.Louis Dionne2018-12-206-152/+379
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-191-1/+1
* Add missing include to test. NFCMarshall Clow2018-12-191-0/+1
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-1823-4/+34
* Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow2018-12-185-135/+148
* [libcxx] Remove XFAILs for older macOS versionsLouis Dionne2018-12-181-3/+0
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-174-30/+43
* [test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny2018-12-1730-0/+90
* [test] [re.traits] Remove asserts failing due to invalid UTF-8Michal Gorny2018-12-171-5/+0
* Unbreak green dragon bots w/o __builtin_launderEric Fiselier2018-12-171-2/+2
* Expect Clang diagnostics in std::launder testEric Fiselier2018-12-171-0/+2
* [test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny2018-12-161-0/+4
* Fix static assert diagnostic checks in i386Eric Fiselier2018-12-153-3/+3
* Tolerate Clangs new static_assert messagesEric Fiselier2018-12-144-4/+4
* [libcxx] Mark some tests as still failing on macosx10.14Louis Dionne2018-12-142-0/+2
* Implement P1209 - Adopt Consistent Container Erasure from Library Fundamental...Marshall Clow2018-12-1427-0/+1531
* [test] [depr.c.headers] XFAIL uchar.h on NetBSDMichal Gorny2018-12-121-0/+1
* [test] [filesystems] NetBSD can do symlink permissions tooMichal Gorny2018-12-121-1/+1
* [test] [filesystems] Extend FreeBSD tv_sec==-1 workaround to NetBSDMichal Gorny2018-12-121-1/+1
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-111-2/+3
* [libcxx] Fix test on compilers that do not support char8_t yetLouis Dionne2018-12-111-2/+4
* Fix problems with char8_t stuff on compilers that don't support char8_t yetMarshall Clow2018-12-1110-11/+13
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-1180-101/+1002
OpenPOWER on IntegriCloud