mariadb/unittest/mysys
J. Neuschäfer 175208a284 Improve crc32 test data
Previously, the buffer used to check that long CRC32 produce the right
results, was initialized with the same value repeated in every byte.
This is subobtimal as it can't detect bugs in which a 8-byte SIMD unit
of data is loaded and processed in the wrong endianness.

Improve the test by initializing the buffer with a pattern that does not
repeat along power-of-two boundaries. 251 was picked as the highest
prime number that fits in a byte.
2025-10-02 15:44:34 +03: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 MDEV-18030 waiting_threads-t is disabled 2025-07-17 09:18:18 +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_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