summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2019-01-162-7/+10
* 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
* [NFC] Normalize some test 'main' signaturesJF Bastien2019-01-094-8/+4
* Mark two UDL tests as being unsupported with Clang 7Eric Fiselier2019-01-092-2/+2
* De-tab a couple tests. NFCMarshall Clow2019-01-033-6/+6
* Fix copy paste error in file_clock testsEric Fiselier2018-12-211-3/+3
* Implement LWG 3145: file_clock breaks ABI for C++17 implementations.Eric Fiselier2018-12-214-0/+128
* [libcxx] Use custom allocator's `construct` in C++03 when available.Volodymyr Sapsai2018-12-191-1/+1
* Portability fix: add missing includes and static_casts. Reviewed as https://r...Marshall Clow2018-12-184-0/+4
* Fix FP comparisons when SSE isn't availableEric Fiselier2018-12-171-1/+2
* [test] [ctime] Ignore -Wformat-zero-length warningsMichal Gorny2018-12-161-0/+4
* [libcxx] Mark some tests as still failing on macosx10.14Louis Dionne2018-12-142-0/+2
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-111-2/+3
* Second part of P0482 - char8_t. Reviewed as https://reviews.llvm.org/D55308Marshall Clow2018-12-111-1/+1
* Revert "[pair] Mark constructors as conditionally noexcept"Louis Dionne2018-12-111-3/+2
* [pair] Mark constructors as conditionally noexceptLouis Dionne2018-12-111-2/+3
* [libcxx] Remove the availability_markup LIT featureLouis Dionne2018-12-075-35/+35
* [libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targetsLouis Dionne2018-12-063-9/+12
* [libcxx] Implement P0318: unwrap_ref_decay and unwrap_referenceLouis Dionne2018-12-032-0/+109
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-291-0/+3
* Revert commit r347904 because it broke older compilersMarshall Clow2018-11-291-3/+0
* First part of P0482 - Establish that char8_t is an integral type, and that nu...Marshall Clow2018-11-291-0/+3
* Revert "Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF...Eric Fiselier2018-11-281-3/+6
* Move internal usages of `alignof`/`__alignof` to use `_LIBCPP_ALIGNOF`. Eric Fiselier2018-11-281-6/+3
* [libcxx] Use clang-verify in the lit test suite even when availability is ena...Louis Dionne2018-11-283-0/+12
* [libcxx] Use a type that is always an aggregate in variant's testsLouis Dionne2018-11-263-25/+28
* Mark P0771 as complete; we already did this - I just added tests to be sureMarshall Clow2018-11-201-1/+13
* [libcxx] Fix XFAIL for GCC 4.9Louis Dionne2018-11-191-1/+1
* [libcxx] Update test of trivial copyability of reference_wrapperLouis Dionne2018-11-191-3/+4
* [libcxx] Add missing <cstddef> includes in testsLouis Dionne2018-11-191-0/+1
* [libcxx] Add availability markup for bad_optional_access, bad_variant_access ...Louis Dionne2018-11-1945-240/+322
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-1528-35/+0
* [libcxx] [test] Strip trailing whitespace. NFC.Stephan T. Lavavej2018-11-14117-375/+374
* Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi...Marshall Clow2018-11-138-8/+57
* [libcxx] Implement http://wg21.link/p1006, constexpr in pointer_traitsLouis Dionne2018-11-131-3/+14
* [NFC] Reformat std::optional testsLouis Dionne2018-11-122-4/+4
* Work around gcc.gnu.org/PR87766Eric Fiselier2018-10-261-1/+1
* Adjust unsupported C++ versions in some testsMikhail Maltsev2018-10-24174-174/+174
* [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10Louis Dionne2018-10-174-4/+4
* Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ...Marshall Clow2018-10-16178-1/+9864
* Re-apply r344546 "Mark a couple of test cases as 'C++17-only'..."Artem Dergachev2018-10-162-2/+6
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-16181-9927/+2
* Mark a couple of test cases as 'C++17-only' pending the resolution of PR#39232Marshall Clow2018-10-152-2/+6
* Wrap up the new chrono literals in an #ifdef so that old versions of clang do...Marshall Clow2018-10-152-0/+4
* Implement the first part of the calendar support for C++20. This is still inc...Marshall Clow2018-10-15179-0/+9917
* Add a test that shows what happens with throwing destructors. NFC.Marshall Clow2018-10-111-0/+11
* [libcxx] Fix the binder deprecation tests on Clang 5.Louis Dionne2018-09-234-24/+8
OpenPOWER on IntegriCloud