aboutsummaryrefslogtreecommitdiff
path: root/tests/time_test.cpp
AgeCommit message (Expand)Author
2024-05-21Don't leak a thread when timer_create() fails.Elliott Hughes
2024-01-12Revert "[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 1...Elliott Hughes
2024-01-12[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 20...Elliott Hughes
2024-01-12[RESTRICT AUTOMERGE] time_test#mktime_EOVERFLOW: allow both Android 14 and 20...Elliott Hughes
2024-01-06time.mktime_EOVERFLOW: set an explicit timezone.Elliott Hughes
2023-09-28Consistently use `#if defined(__BIONIC__)`.Elliott Hughes
2023-09-21Add ASSERT_ERRNO and EXPECT_ERRNO (and use them).Elliott Hughes
2023-06-22Document how to use tzalloc()/tzfree() with std::unique_ptr.Elliott Hughes
2023-06-22Fix tzalloc(nullptr) and add a test.Elliott Hughes
2023-06-16Expose tzalloc()/localtime_rz()/mktime_z()/tzfree().Elliott Hughes
2023-05-19time.mktime_EOVERFLOW: set an explicit timezone.Elliott Hughes
2023-05-03<time.h>: change the new C23 TIME_ constants.Elliott Hughes
2023-04-28Update tzcode from 2022a to 2023a.Almaz Mingaleev
2023-04-25C23: add timespec_getres() and the new TIME_* constants.Elliott Hughes
2023-01-05Nullability check for time module.zijunzhao
2022-07-25Handle null TM_ZONE in z case in strftime.Almaz Mingaleev
2022-07-15Add post 2100 year mktime test.Almaz Mingaleev
2022-06-30Revert "Revert "Do not look for tzdata file in /data.""Almaz Mingaleev
2022-06-07Bump tzcode from 2016g to 2022a*.Almaz Mingaleev
2021-08-16Replace local MUSL define with global ANDROID_HOST_MUSLColin Cross
2021-08-16Fix bionic-unit-tests-glibc for 32-bit muslColin Cross
2021-08-12Build bionic unit tests for muslColin Cross
2021-04-08Deflake time.clock_gettime testGiuliano Procida
2021-04-07Use mean CPU time in an attempt to reduce test flakinessGiuliano Procida
2021-02-18Increase leniancy in an inherently flaky test.Elliott Hughes
2021-01-26Increase leniancy in an inherently flaky test.Elliott Hughes
2020-09-01Incorporate upstream's strptime %Z/%z support.Elliott Hughes
2020-08-12Various coverage improvements.Elliott Hughes
2020-07-31More cleanup for #inclusivefixit.Elliott Hughes
2020-06-05Trivial test for difftime(3).Elliott Hughes
2019-10-28sleep/usleep: switch to trivial implementations.Elliott Hughes
2019-09-24Revert "Temporarily disable some clock_getres tests."Christopher Ferris
2019-09-23Temporarily disable some clock_getres tests.Christopher Ferris
2019-06-20The time#clock test has been a bit flaky.Elliott Hughes
2019-03-27tests: test both upper- and lower-case with strptime %P/%p.Elliott Hughes
2019-03-26strptime: support everything that strftime supports.Elliott Hughes
2019-03-12bionic tests: use GTEST_SKIP.Elliott Hughes
2019-01-17Allow more leeway to fix time.clock_gettime flakiness.Elliott Hughes
2018-11-06Remove timer_delete_multiple test.Evgenii Stepanov
2018-08-02Modernize codebase by replacing NULL with nullptrYi Kong
2018-07-17Add C11 timespec_get.Elliott Hughes
2018-03-05Rewrite system(3) to use posix_spawn(3).Elliott Hughes
2018-02-28Add strptime %s.Elliott Hughes
2018-02-13Add remaining _l function stubs.Elliott Hughes
2017-12-20bionic: test: time()Mark Salyzyn
2017-12-07Add a few missing <time.h> tests.Elliott Hughes
2017-11-29Break up clock_getcpuclockid tests.Elliott Hughes
2017-11-28bionic: test: report kernel sha for clock_getcpuclockid failureMark Salyzyn
2017-11-27bionic: test: add clock_getresMark Salyzyn
2017-10-05POSIX clock cleanup.Elliott Hughes