aboutsummaryrefslogtreecommitdiff
path: root/tests/time_test.cpp
AgeCommit message (Expand)Author
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
2017-02-13Be more strict about using invalid `pthread_t`s.Elliott Hughes
2017-02-02Merge "Revert "Remove the global thread list.""David James
2017-02-02Revert "Remove the global thread list."Elliott Hughes
2017-02-01Merge "Remove the global thread list."Elliott Hughes
2017-01-11localtime_r(3) should act as if it calls tzset(3).Elliott Hughes
2017-01-07Remove the global thread list.Elliott Hughes
2016-10-19Add regression test for http://b/31938693.Elliott Hughes
2016-09-06Fix time.mktime_EOVERFLOW for LP32.Elliott Hughes
2016-08-12Fix mktime's errno behavior.Elliott Hughes
2016-07-29Upgrade to tzcode-2016f.Elliott Hughes
2016-05-03Fix google-explicit-constructor warnings.Chih-Hung Hsieh
2016-03-28clock_nanosleep: add CLOCK_THREAD_CPUTIME_ID special caseGreg Hackmann
2016-02-05Add a test for snprintf on a PTHREAD_STACK_MIN-sized stack.Elliott Hughes
2016-01-26Factor out the waiting for children in bionic tests.Elliott Hughes
2015-11-12Fix strftime if tm_zone is null.Elliott Hughes
2015-08-11am 0660be89: am a6a12a78: am 0fdcdd00: Merge "Fix flaky test time.timer_setti...Yabin Cui
2015-08-11am 0fdcdd00: Merge "Fix flaky test time.timer_settime_0." into lollipop-mr1-c...Yabin Cui
2015-08-11Fix flaky test time.timer_settime_0.Yabin Cui
2015-06-19am cb060759: am 8beb0c34: am b245bc75: am 0f455612: Merge "Fix flaky test of ...Yabin Cui
2015-06-19am b245bc75: am 0f455612: Merge "Fix flaky test of timer_create_multiple in L...Yabin Cui
2015-06-19Don't use TIMER_ABSTIME in time_test.Yabin Cui
2015-06-18Fix flaky test of timer_create_multiple in L.Yabin Cui