mirror of
https://github.com/MariaDB/server.git
synced 2026-05-17 20:37:12 +02:00
The test fails for TZ values such as `PST8PDT` (present but outdated in tzdb) and custom forms like `GST-1GDT`. On musl, these values do not trigger the expected DST transitions, leading to incorrect DST offsets or abbreviations. This appears to be a musl libc bug; the same TZ values behave correctly elsewhere, including Windows. We work around it by skipping the affected tests when musl is detected. |
||
|---|---|---|
| .. | ||
| aes-t.c | ||
| base64-t.c | ||
| bitmap-t.c | ||
| byte_order-t.c | ||
| CMakeLists.txt | ||
| crc32-t.c | ||
| dynstring-t.c | ||
| lf-t.c | ||
| ma_dyncol-t.c | ||
| my_atomic-t.c | ||
| my_delete-t.c | ||
| my_getopt-t.c | ||
| my_malloc-t.c | ||
| my_rdtsc-t.c | ||
| my_tzinfo-t.c | ||
| my_vsnprintf-t.c | ||
| queues-t.c | ||
| stack_allocation-t.c | ||
| stacktrace-t.c | ||
| thr_template.c | ||
| waiting_threads-t.c | ||