mariadb/unittest/mysys
Vladislav Vaintroub a61a746f08 MDEV-38029 my_tzinfo-t fails for certain TZ values on musl
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.
2025-11-20 11:52:54 +11:00
..
aes-t.c MDEV-25785 Add support for OpenSSL 3.0 2022-07-04 12:49:11 +02:00
base64-t.c Merge 10.2 into 10.3 2019-05-14 17:18:46 +03:00
bitmap-t.c Merge branch '10.6' into 10.11 2024-04-26 08:02:49 +02:00
byte_order-t.c Fixed compiler warnings from gcc 7.4.1 2020-01-29 23:23:55 +02:00
CMakeLists.txt Merge branch '10.11' into 11.4 2025-07-28 19:40:10 +02:00
crc32-t.c Improve crc32 test data 2025-10-02 15:44:34 +03:00
dynstring-t.c MDEV-35583 Tests failing on macOS 2024-12-10 11:46:28 +11:00
lf-t.c MDEV-18030 waiting_threads-t is disabled 2025-07-17 09:18:18 +02:00
ma_dyncol-t.c Change CHARSET_INFO character set and collaction names to LEX_CSTRING 2021-05-19 22:54:07 +02:00
my_atomic-t.c Shrink my_atomic.h and my_cpu.h scope 2020-04-15 22:23:03 +04:00
my_delete-t.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_getopt-t.c Merge 10.5 into 10.6 2024-04-17 14:14:58 +03:00
my_malloc-t.c perfschema memory related instrumentation changes 2020-03-10 19:24:22 +01:00
my_rdtsc-t.c Update FSF Address 2019-05-11 21:29:06 +03:00
my_tzinfo-t.c MDEV-38029 my_tzinfo-t fails for certain TZ values on musl 2025-11-20 11:52:54 +11:00
my_vsnprintf-t.c Add support for minimum field width for strings to my_vsnprintf() 2021-05-19 22:27:29 +02:00
queues-t.c MDEV-34348: Consolidate cmp function declarations 2024-11-23 08:14:22 -07:00
stack_allocation-t.c MDEV-35574 remove obsolete pthread_exit calls 2024-12-10 12:12:20 +11:00
stacktrace-t.c MDEV-34921 MemorySanitizer reports errors for non-debug builds 2024-09-13 14:34:08 +03:00
thr_template.c MDEV-18030 waiting_threads-t is disabled 2025-07-17 09:18:18 +02:00
waiting_threads-t.c MDEV-18030 waiting_threads-t is disabled 2025-07-17 09:18:18 +02:00