aboutsummaryrefslogtreecommitdiff
path: root/libcxx/test
AgeCommit message (Expand)AuthorFilesLines
2019-01-23Merging r351670:llvmorg-8.0.0-rc1Hans Wennborg8-24/+40
2019-01-16correct script name in generated testsEric Fiselier43-89/+91
2019-01-16Attempt to make test_macros.h even more minimalEric Fiselier1-1/+12
2019-01-16Fix feature test macros for atomics/mutexes without threadingEric Fiselier4-73/+177
2019-01-16Fix PR40230 - std::pair may have padding on FreeBSD.Eric Fiselier2-2/+28
2019-01-16Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier5-10/+52
2019-01-16Implement feature test macros using a script.Eric Fiselier44-1054/+7080
2019-01-15Add large file support to create_file for 32-bit.Dan Albert1-5/+41
2019-01-15[libc++] Support different libc++ namespaces in the iterator testPetr Hosek1-30/+30
2019-01-15[test] Fix logic error in <compare> tests; enable for MSVC Dev16Casey Carter4-4/+5
2019-01-15Generalize the comparison test structure to support cross-type comparisons. N...Marshall Clow1-36/+36
2019-01-11Change from a to a . Fixes PR#39871.Marshall Clow3-8/+8
2019-01-11Don't use the form '2017y' in tests, since some gcc versions don't allow itMarshall Clow2-6/+6
2019-01-11Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow20-113/+1052
2019-01-10[libcxx] Reorganize tests since the application of P0602R4Louis Dionne10-105/+287
2019-01-10Filesystem tests: fix fs.op.relativeJF Bastien1-43/+83
2019-01-09[NFC] Always lock free test: add indirectionJF Bastien1-1/+3
2019-01-09[NFC] Normalize some test 'main' signaturesJF Bastien9-15/+9
2019-01-09Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2-2/+2
2019-01-09[libcxx] Remove outdated XFAILs for aligned deallocationLouis Dionne1-10/+0
2019-01-09Mark two more tests as FLAKYEric Fiselier2-0/+4
2019-01-08[Sema] Teach Clang that aligned allocation is not supported with macosx10.13Louis Dionne2-9/+18
2019-01-08Set the buffer of an fstream to empty when the underlying file is closed. Thi...Marshall Clow1-0/+35
2019-01-08[libcxx] Optimize vectors construction of trivial types from an iterator rang...Volodymyr Sapsai1-0/+31
2019-01-07Mark more tests as flakyEric Fiselier5-0/+10
2019-01-07Add the feature test macros that were defined in p1353r0 to the headers of th...Marshall Clow3-1/+35
2019-01-06Fix PR39749 - Headers containing just #error harm __has_include.Eric Fiselier16-0/+312
2019-01-05Fix flaky symlink access time test.Eric Fiselier1-5/+7
2019-01-03De-tab a couple tests. NFCMarshall Clow3-6/+6
2018-12-21Fix test case breakages caused by lexically_relative changeEric Fiselier1-3/+3
2018-12-21Fix copy paste error in file_clock testsEric Fiselier1-3/+3
2018-12-21Implement LWG 3096: path::lexically_relative is confused by trailing slashesEric Fiselier1-2/+2
2018-12-21Implement LWG 3065: Make path operators friends.Eric Fiselier3-1/+63
2018-12-21Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier4-0/+128
2018-12-21Implement LWG 2936: Path comparison is defined in terms of the generic formatEric Fiselier1-1/+54
2018-12-20[libcxx] Fix order checking in unordered_multimap tests.Louis Dionne6-152/+379
2018-12-19[libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai4-1/+166
2018-12-19Work around GCC 9.0 regressionEric Fiselier1-1/+2
2018-12-19Add missing include to test. NFCMarshall Clow1-0/+1
2018-12-18Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow23-4/+34
2018-12-18Rework the C strings tests to use ASSERT_SAME_TYPE. NFC there. Also change cw...Marshall Clow5-135/+148
2018-12-18[libcxx] Remove XFAILs for older macOS versionsLouis Dionne1-3/+0
2018-12-18[libcxx] Handle AppleClang 9 and 10 in XFAILs for aligned allocation testsLouis Dionne1-7/+8
2018-12-18[libcxx] Properly mark aligned allocation macro test as XFAIL on OS XLouis Dionne1-6/+6
2018-12-17Fix FP comparisons when SSE isn't availableEric Fiselier5-30/+66
2018-12-17[test] Add target_info for NetBSD, and XFAIL some of locale testsMichal Gorny30-0/+90
2018-12-17[test] [re.traits] Remove asserts failing due to invalid UTF-8Michal Gorny1-5/+0
2018-12-17Unbreak green dragon bots w/o __builtin_launderEric Fiselier1-2/+2
2018-12-17Expect Clang diagnostics in std::launder testEric Fiselier1-0/+2
2018-12-17[libcxx] Speeding up partition_point/lower_bound/upper_boundLouis Dionne1-0/+56