aboutsummaryrefslogtreecommitdiff
path: root/libc/test/src/time
AgeCommit message (Expand)AuthorFilesLines
2024-02-28[libc] fix clang-tidy llvm-header-guard warnings (#82679)Nick Desaulniers1-3/+3
2024-02-27[libc] Re-Enable GPU tests and fix math exception handling (#83172)Joseph Huber1-15/+11
2024-02-06[libc] Move libc_errno inside of LIBC_NAMESPACE (#80774)michaelrj-google2-2/+2
2024-02-01[libc] Update libc_errno to work correctly in both overlay and full build mod...lntue2-9/+9
2024-01-26[libc][NFC] Use specific ASSERT macros to test errno (#79573)Guillaume Chatelet2-3/+3
2024-01-24[libc] Add C23 limits.h header. (#78887)lntue5-6/+4
2024-01-18[libc][NFC] Introduce a Sign type for FPBits (#78500)Guillaume Chatelet1-1/+1
2024-01-04[libc][NFC] Simplify `FPBits` (#76835)Guillaume Chatelet1-1/+1
2023-10-20[libc][NFC] Attempt to deflake gettimeofday_test. (#69719)lntue2-32/+2
2023-10-19[libc][NFC] Forcing data type in gettimeofday_test when comparing the diff. (...lntue1-6/+6
2023-10-02[libc][NFC] Fix missing field 'tm_isdst' initializer warning (#67837)Mikhail R. Gadelha2-40/+57
2023-09-26[libc] Mass replace enclosing namespace (#67032)Guillaume Chatelet13-89/+89
2023-09-07[libc] Fix gmtime test on systems with sizeof(time_t) == 4 (#65388)Mikhail R. Gadelha1-0/+2
2023-09-06[libc] Fix failing mktime test case in 32-bit systems (#65390)Mikhail R. Gadelha1-12/+6
2023-09-06[libc] Fix test passing negative value in timespec passed to nanosleep (#65346)Mikhail R. Gadelha1-1/+1
2023-09-06[libc] Fix call to clock_gettime (#65166)Mikhail R. Gadelha1-3/+3
2023-08-30[libc] Fix running the 'nanosleep' test on unsupported architecturesJoseph Huber1-11/+15
2023-08-30[libc] Implement the 'nanosleep' function on the GPUJoseph Huber1-6/+1
2023-08-30[libc] Fix 'clock()' testing on the GPUJoseph Huber1-1/+1
2023-08-30[libc] Fix test case that expects time_t to be a 32-bit typeMikhail R. Gadelha1-1/+1
2023-06-10[libc][NFC] Clean up matchers namespaceGuillaume Chatelet1-16/+13
2023-05-26[libc] Make ErrnoSetterMatcher handle logging floating point values.Siva Chandra Reddy5-5/+5
2023-04-28[libc][NFC] Start cleanup of time functionsMichael Jones1-9/+9
2023-04-24[libc] Run all unit tests, irrespective of whether they belong to a test suite.Siva Chandra Reddy1-1/+1
2023-04-21[libc] [NFC] Fixed comments formatting style.Raman Tenneti2-4/+2
2023-04-17[libc][NFC] Remove the StreamWrapper class and use the new test logger.Siva Chandra Reddy1-16/+15
2023-03-02[libc][NFC] Switch use of errno in src/time and test/src/time to libc_errno.Raman Tenneti10-26/+22
2023-02-21[libc] Add Month enum, refactor mktime_testJeff Bailey1-362/+367
2023-02-07[libc][NFC] Move UnitTest and IntegrationTest to the 'test' directory.Siva Chandra Reddy12-12/+12
2023-01-06[libc] add noexcept to external function headersMichael Jones2-2/+0
2022-11-15[libc] cleanup changes to gettimeofday.Raman Tenneti1-13/+17
2022-11-11[libc] Implement gettimeofdayRaman Tenneti2-0/+56
2022-10-25[libc] Add Linux implementations of time and clock functions.Siva Chandra Reddy3-0/+70
2022-10-24[libc] Add implementation of difftime function.Raman Tenneti2-0/+50
2022-09-29[libc] add clock_gettimeMichael Jones2-0/+46
2022-09-24Implement nanosleep per https://pubs.opengroup.org/onlinepubs/009695399/based...Raman Tenneti2-0/+46
2022-08-04[libc][NFC] Add a few compiler warning flags.Siva Chandra Reddy1-38/+36
2022-06-18[libc][Obvious] Fix c++20-designator warnings for tests that use TmHelper.h.Tue Ly1-0/+6
2021-12-22[libc] apply formatting to testsMichael Jones4-10/+10
2021-12-07[libc] apply new lint rulesMichael Jones5-142/+144
2021-05-03[libc] Introduce asctime, asctime_r to LLVM libcRaman Tenneti5-19/+349
2021-03-22[libc] Introduces gmtime_r to LLVM libc, based on C99/C2X/Single Unix Sp.Raman Tenneti2-2/+81
2021-03-16This introduces gmtime to LLVM libc, based on C99/C2X/Single Unix Spec.Raman Tenneti3-9/+299
2021-02-22Changes to mktime to handle invalid dates, overflow and underflow andcalculat...Raman Tenneti3-73/+432
2021-01-20[libc][NFC] add "LlvmLibc" as a prefix to all test namesMichael Jones1-12/+12
2020-11-30Initial commit of mktime.Raman Tenneti2-0/+168