about summary refs log tree commit diff
path: root/src/tools/miri/tests/pass-dep/libc/libc-time.rs
AgeCommit message (Collapse)AuthorLines
2025-07-17miri sleep tests: increase slackRalf Jung-3/+3
2025-07-06sleep_until: add clock_nanosleep support to Miridvdsk-0/+114
The clock_nanosleep support is there to allow code using `sleep_until` to run under Miri. Therefore the implementation is minimal. - Only the clocks REALTIME and MONOTONIC are supported. The first is supported simply because it was trivial to add not because it was needed for sleep_until. - The only supported flag combinations are no flags or TIMER_ABSTIME only. If an unsupported flag combination or clock is passed in this throws unsupported.
2024-12-12Improve timezone handling in 'localtime_r()' using 'allocate_bytes()'shamb0-16/+219
Signed-off-by: shamb0 <r.raajey@gmail.com>
2024-09-25Android: Fixed tests for libc time APIYoh Deadfall-5/+25
2024-09-16Bump ui testOli Scherer-1/+1
2024-05-22solaris/illumos localtime_r / clock_getime support enabled.David Carlier-2/+3
clock_gettime support CLOCK_REALTIME/CLOCK_MONOTONIC clockid_t. localtime_r is supported only tm struct is more limited than other supported platforms.
2024-05-09do not run symlink tests on Windows hostsRalf Jung-1/+1
2024-05-06organize libc tests into a proper folder, and run some of them on WindowsRalf Jung-0/+93