mesa/src/util/tests
Marek Olšák 60e94e2b81 util: remove SHA1, use BLAKE3 in its functions to switch everything to BLAKE3
This is the least invasive way to switch all of Mesa to BLAKE3. It's done
this way for transitional reasons.

SHA1_DIGEST_LENGTH is already equal to BLAKE3_KEY_LEN. This just switches
the SHA1 implementation to BLAKE3.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39110>
2026-01-07 08:32:33 +00:00
..
drirc_configdir
drirc_home
format
hash_table
perf util,wgl: Replace usage of putenv with os_unset_option,os_set_option 2025-11-27 18:22:34 +00:00
vma
bitset_test.cpp util/bitset_test: test the return value of BITSET_TEST_RANGE_INSIDE_WORD better 2024-12-04 13:40:41 +00:00
blob_test.cpp
cache_test.cpp ALL: use SHA1_DIGEST_LENGTH etc. instead of hardcoding the numbers 2026-01-07 08:32:33 +00:00
dag_test.cpp util/dynarray: infer type in append 2025-10-24 18:32:07 +00:00
fast_idiv_by_const_test.cpp
fast_urem_by_const_test.cpp
float8_test.cpp util: add float8 conversion functions 2025-06-23 07:59:24 +00:00
gc_alloc_tests.cpp
half_float_test.cpp util/tests: move u_half_test into half_float_test 2025-03-13 21:36:23 +00:00
int_min_max.cpp
linear_test.cpp
list_test.cpp util/tests: Add list iterator tests 2025-09-10 07:38:25 +00:00
lut_test.cpp util: add unit tests for util/lut.h 2025-09-16 21:48:37 +00:00
mesa-sha1_test.cpp util: remove SHA1, use BLAKE3 in its functions to switch everything to BLAKE3 2026-01-07 08:32:33 +00:00
os_mman_test.cpp
process_test.c mesa: replace most occurrences of getenv() with os_get_option() 2025-11-06 04:36:13 +00:00
range_minimum_query_test.cpp util/rmq: Fix test upper bound 2026-01-06 19:17:03 +00:00
rb_tree_test.cpp
register_allocate_test.cpp
roundeven_test.cpp
set_test.cpp
sparse_array_test.cpp
sparse_bitset_test.cpp util: Add sparse bitset data structure 2025-11-06 21:34:33 +00:00
string_buffer_test.cpp
timespec_test.cpp
u_atomic_test.cpp
u_call_once_test.cpp
u_debug_stack_test.cpp
u_debug_test.cpp util,wgl: Replace usage of putenv with os_unset_option,os_set_option 2025-11-27 18:22:34 +00:00
u_dl_test.cpp util: Refactoring util_dl_get_path_from_proc out of clc/clc_helpers.cpp 2025-08-07 21:15:13 +00:00
u_memstream_test.cpp
u_printf_test.cpp
u_qsort_test.cpp
vector_test.cpp
xmlconfig.cpp util,wgl: Replace usage of putenv with os_unset_option,os_set_option 2025-11-27 18:22:34 +00:00