| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add tests for LWG 3206. NFC | Marshall Clow | 2019-06-17 | 1 | -0/+23 |
| * | Add include for 'test_macros.h' to all the tests that were missing them. Than... | Marshall Clow | 2019-05-31 | 36 | -0/+72 |
| * | Fix PR41130 - 'operator/ of std::chrono::duration and custom type'. Thanks to... | Marshall Clow | 2019-04-01 | 8 | -2/+127 |
| * | [libc++] Remove unnecessary <iostream> #includes in tests | Louis Dionne | 2019-03-28 | 6 | -15/+4 |
| * | [libc++] Remove too-stringent XFAILs for file_clock tests | Louis Dionne | 2019-03-21 | 3 | -4/+0 |
| * | [libc++] Mark <filesystem> as unavailable on Apple platforms using pragmas | Louis Dionne | 2019-03-20 | 3 | -0/+4 |
| * | [libc++] Mark <filesystem> tests as failing when the dylib doesn't support fi... | Louis Dionne | 2019-03-20 | 1 | -0/+1 |
| * | [libc++] Flag file_clock test as expected to fail with ASAN | Louis Dionne | 2019-03-19 | 1 | -0/+4 |
| * | [libc++] Build <filesystem> support as part of the dylib | Louis Dionne | 2019-03-19 | 3 | -9/+0 |
| * | Revert "[libc++] Build <filesystem> support as part of the dylib" | Louis Dionne | 2019-03-19 | 3 | -0/+9 |
| * | [libc++] Build <filesystem> support as part of the dylib | Louis Dionne | 2019-03-19 | 3 | -9/+0 |
| * | Support tests in freestanding | JF Bastien | 2019-02-04 | 299 | -299/+893 |
| * | Update more file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 302 | -1208/+906 |
| * | Don't use the form '2017y' in tests, since some gcc versions don't allow it | Marshall Clow | 2019-01-11 | 2 | -6/+6 |
| * | Implement the 'sys_time' portions of the C++20 calendaring stuff. Reviewed as... | Marshall Clow | 2019-01-11 | 20 | -113/+1052 |
| * | Mark two UDL tests as being unsupported with Clang 7 | Eric Fiselier | 2019-01-09 | 2 | -2/+2 |
| * | De-tab a couple tests. NFC | Marshall Clow | 2019-01-03 | 3 | -6/+6 |
| * | Fix copy paste error in file_clock tests | Eric Fiselier | 2018-12-21 | 1 | -3/+3 |
| * | Implement LWG 3145: file_clock breaks ABI for C++17 implementations. | Eric Fiselier | 2018-12-21 | 4 | -0/+128 |
| * | Fix FP comparisons when SSE isn't available | Eric Fiselier | 2018-12-17 | 1 | -1/+2 |
| * | [test] [ctime] Ignore -Wformat-zero-length warnings | Michal Gorny | 2018-12-16 | 1 | -0/+4 |
| * | [libcxx] Fix incorrect XFAILs for chrono tests on old macos deployment targets | Louis Dionne | 2018-12-06 | 3 | -9/+12 |
| * | Get tests compiling with -Wunused-local-typedef | Eric Fiselier | 2018-11-15 | 27 | -34/+0 |
| * | [libcxx] [test] Strip trailing whitespace. NFC. | Stephan T. Lavavej | 2018-11-14 | 117 | -375/+374 |
| * | Implement P0972R0: <chrono> zero(), min(), and max() should be noexcept. Revi... | Marshall Clow | 2018-11-13 | 8 | -8/+57 |
| * | Adjust unsupported C++ versions in some tests | Mikhail Maltsev | 2018-10-24 | 174 | -174/+174 |
| * | [libcxx] Mark chrono literal unit tests as being unsupported on AppleClang 10 | Louis Dionne | 2018-10-17 | 4 | -4/+4 |
| * | Recommit <chrono> changes with a couple xtra tests marked to fail on apple's ... | Marshall Clow | 2018-10-16 | 178 | -1/+9864 |
| * | Revert r344529 "Implement the first part of the calendar support for C++20" | Artem Dergachev | 2018-10-16 | 179 | -9921/+0 |
| * | Wrap up the new chrono literals in an #ifdef so that old versions of clang do... | Marshall Clow | 2018-10-15 | 2 | -0/+4 |
| * | Implement the first part of the calendar support for C++20. This is still inc... | Marshall Clow | 2018-10-15 | 179 | -0/+9917 |
| * | Last week, someone noted that a couple of the time_point member functions wer... | Marshall Clow | 2018-08-29 | 2 | -0/+40 |
| * | Selectively import timespec_get into namespace std, since some C libraries do... | Marshall Clow | 2018-08-15 | 1 | -1/+1 |
| * | import timespec and timespec_get into namespace std if we're under c++17 or l... | Marshall Clow | 2018-07-31 | 1 | -0/+16 |
| * | [libcxx] [test] Rename _Tp to T. NFCI. | Stephan T. Lavavej | 2017-08-11 | 3 | -6/+6 |
| * | [libcxx] [test] Change comments to say C++ instead of c++. NFC. | Stephan T. Lavavej | 2017-07-29 | 3 | -3/+3 |
| * | Add markup for libc++ dylib availability | Mehdi Amini | 2017-05-04 | 3 | -14/+15 |
| * | Cleanup _LIBCPP_HAS_NO_<c++11-feature> in the utilities library | Eric Fiselier | 2017-04-19 | 24 | -24/+60 |
| * | Fix a couple of 'C++11'-isms from the last checkin, which broke the '03 bot. | Marshall Clow | 2017-03-21 | 2 | -4/+4 |
| * | Add a bit more to one of the chrono tests | Marshall Clow | 2017-03-21 | 1 | -0/+11 |
| * | Implement P0548: 'common_type and duration' This involves a subtle change in ... | Marshall Clow | 2017-03-21 | 2 | -4/+20 |
| * | Add deployment knobs to tests (for Apple platforms) | Mehdi Amini | 2017-03-15 | 3 | -6/+6 |
| * | [libcxx] [test] Strip trailing whitespace. NFC, no code review. | Stephan T. Lavavej | 2017-01-07 | 3 | -3/+3 |
| * | Implement P0505: 'Wording for GB 50' | Marshall Clow | 2017-01-04 | 10 | -16/+190 |
| * | Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which were adopted last... | Marshall Clow | 2016-11-14 | 1 | -0/+13 |
| * | [libcxx] [test] Replace _LIBCPP_STD_VER with TEST_STD_VER. | Stephan T. Lavavej | 2016-11-04 | 9 | -10/+27 |
| * | Remove usages of _LIBCPP_CONSTEXPR under test/std | Eric Fiselier | 2016-10-12 | 1 | -4/+6 |
| * | Prevent failures by marking Clock::is_steady tests as UNSUPPORTED: asan. | Eric Fiselier | 2016-07-18 | 3 | -0/+12 |
| * | Move remaining _LIBCPP_VERSION tests into test/libcxx | Eric Fiselier | 2016-06-22 | 1 | -20/+0 |
| * | Fix bad test that was previously getting ifdef-ed away | Eric Fiselier | 2016-06-14 | 1 | -2/+2 |