summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities
Commit message (Expand)AuthorAgeFilesLines
* Update test to better check for the non-constexpr-ness of a move constructor....Marshall Clow2019-04-251-5/+20
* Use modern type trait implementations when available.Richard Smith2019-04-251-0/+6
* Add std::is_constant_evaluated.Eric Fiselier2019-04-242-0/+79
* Make the test object callable. libstdc++'s bind checks that (libc++ currently...Marshall Clow2019-04-241-1/+1
* Add an any_cast test for array types. Thanks to Jonathan Wakely for the sugge...Marshall Clow2019-04-242-8/+25
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-052-9/+50
* [libc++] Use std::is_nothrow_callable for std::invoke according to LWG 2807Louis Dionne2019-04-031-2/+3
* [libc++][NFC] Rename test file according to the libc++ conventionLouis Dionne2019-04-031-0/+58
* Revert "[libc++] Fix error flags and exceptions propagated from input stream ...Louis Dionne2019-04-022-50/+9
* [libc++] Fix error flags and exceptions propagated from input stream operationsLouis Dionne2019-04-022-9/+50
* [libcxx] Make sure reference_wrapper works with incomplete typesLouis Dionne2019-04-014-0/+162
* [libc++] Declare std::tuple_element as struct instead of classLouis Dionne2019-04-014-8/+4
* Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...Marshall Clow2019-04-018-2/+127
* Make common_type's implementation common Eric Fiselier2019-03-311-77/+98
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-287-16/+4
* Reworked all the utilities/meta tests to use ASSERT_SAME_TYPE instead of 'sta...Marshall Clow2019-03-2827-153/+120
* Cleaup of requirements for optional. While researching LWG3196, I realized th...Marshall Clow2019-03-251-0/+47
* [libc++] Remove too-stringent XFAILs for file_clock testsLouis Dionne2019-03-213-4/+0
* [libc++] Mark bad_any_cast tests as unsupported when the dylib doesn't suppor...Louis Dionne2019-03-213-12/+3
* [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmasLouis Dionne2019-03-203-0/+4
* Mark <charconv> tests as unsupported for C++11 and C++14 if you're not testin...Marshall Clow2019-03-204-0/+8
* Make to_chars/from_chars work back to C++11. This means that we can use them ...Marshall Clow2019-03-204-4/+4
* [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi...Louis Dionne2019-03-201-0/+1
* [libc++] Flag file_clock test as expected to fail with ASANLouis Dionne2019-03-191-0/+4
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-193-9/+0
* Revert "[libc++] Build <filesystem> support as part of the dylib"Louis Dionne2019-03-193-0/+9
* [libc++] Build <filesystem> support as part of the dylibLouis Dionne2019-03-193-9/+0
* [libc++] Enable deprecation warnings by defaultLouis Dionne2019-03-1212-12/+15
* Allow optional to tolerate being used with a nested class.Eric Fiselier2019-03-111-0/+41
* [libc++] Mark several tests as XFAIL on macosx10.7Louis Dionne2019-02-271-0/+5
* Implement P1357: Traits for [Un]bounded Arrays; adopted in KonaMarshall Clow2019-02-262-0/+142
* [NFC] Fix incorrect comment in std::function testLouis Dionne2019-02-211-1/+1
* [libc++] Fix XFAILs when exceptions are disabledLouis Dionne2019-02-053-3/+3
* [libc++] Fix XFAILs on macOS when exceptions are disabledLouis Dionne2019-02-0545-45/+45
* [libc++] Use UNSUPPORTED instead of TEST_STD_VER #ifdefLouis Dionne2019-02-054-26/+8
* [libcxx] Start defining lit features for tests depending on availabilityLouis Dionne2019-02-0545-321/+47
* Support tests in freestandingJF Bastien2019-02-041186-1190/+3547
* Fix PR40495 - is_invokable_v<void> does not compileEric Fiselier2019-01-292-182/+356
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191190-4760/+3570
* 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
OpenPOWER on IntegriCloud