summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/time
Commit message (Expand)AuthorAgeFilesLines
* Add tests for LWG 3206. NFCMarshall Clow2019-06-171-0/+23
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3136-0/+72
* Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to...Marshall Clow2019-04-018-2/+127
* [libc++] Remove unnecessary <iostream> #includes in testsLouis Dionne2019-03-286-15/+4
* [libc++] Remove too-stringent XFAILs for file_clock testsLouis Dionne2019-03-213-4/+0
* [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmasLouis Dionne2019-03-203-0/+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
* Support tests in freestandingJF Bastien2019-02-04299-299/+893
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-19302-1208/+906
* 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
* 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
* 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] Fix incorrect XFAILs for chrono tests on old macos deployment targetsLouis Dionne2018-12-063-9/+12
* Get tests compiling with -Wunused-local-typedefEric Fiselier2018-11-1527-34/+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
* 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
* Revert r344529 "Implement the first part of the calendar support for C++20"Artem Dergachev2018-10-16179-9921/+0
* 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
* Last week, someone noted that a couple of the time_point member functions wer...Marshall Clow2018-08-292-0/+40
* Selectively import timespec_get into namespace std, since some C libraries do...Marshall Clow2018-08-151-1/+1
* import timespec and timespec_get into namespace std if we're under c++17 or l...Marshall Clow2018-07-311-0/+16
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-113-6/+6
* [libcxx] [test] Change comments to say C++ instead of c++. NFC.Stephan T. Lavavej2017-07-293-3/+3
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-043-14/+15
* Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities libraryEric Fiselier2017-04-1924-24/+60
* Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot.Marshall Clow2017-03-212-4/+4
* Add a bit more to one of the chrono testsMarshall Clow2017-03-211-0/+11
* Implement P0548: 'common_type and duration' This involves a subtle change in ...Marshall Clow2017-03-212-4/+20
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-153-6/+6
* [libcxx] [test] Strip trailing whitespace. NFC, no code review.Stephan T. Lavavej2017-01-073-3/+3
* Implement P0505: 'Wording for GB 50'Marshall Clow2017-01-0410-16/+190
* Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last...Marshall Clow2016-11-141-0/+13
* [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER.Stephan T. Lavavej2016-11-049-10/+27
* Remove usages of _LIBCPP_CONSTEXPR under test/stdEric Fiselier2016-10-121-4/+6
* Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.Eric Fiselier2016-07-183-0/+12
* Move remaining _LIBCPP_VERSION tests into test/libcxxEric Fiselier2016-06-221-20/+0
* Fix bad test that was previously getting ifdef-ed awayEric Fiselier2016-06-141-2/+2
OpenPOWER on IntegriCloud