summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/utilities/time/time.clock
Commit message (Expand)AuthorAgeFilesLines
* [NFC] Strip trailing whitespace from libc++Louis Dionne2019-10-233-9/+9
* Add include for 'test_macros.h' to all the tests that were missing them. Than...Marshall Clow2019-05-3111-0/+22
* [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-0416-16/+48
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1916-64/+48
* Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as...Marshall Clow2019-01-112-0/+129
* 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] Fix incorrect XFAILs for chrono tests on old macos deployment targetsLouis Dionne2018-12-063-9/+12
* [libcxx] [test] Rename _Tp to T. NFCI.Stephan T. Lavavej2017-08-113-6/+6
* Add markup for libc++ dylib availabilityMehdi Amini2017-05-043-14/+15
* Add deployment knobs to tests (for Apple platforms)Mehdi Amini2017-03-153-6/+6
* Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan.Eric Fiselier2016-07-183-0/+12
* Get tests running with warnings. Fix warnings in headers and testsEric Fiselier2015-02-054-0/+10
* Rename system_lib -> system_cxx_lib. NFCJonathan Roelofs2015-01-143-6/+6
* Move test into test/std subdirectory.Eric Fiselier2014-12-2010-0/+256
OpenPOWER on IntegriCloud