summaryrefslogtreecommitdiff
path: root/t/unit-tests
AgeCommit message (Expand)AuthorFilesLines
2025-02-25t/unit-tests: convert oidtree test to use clar test frameworkSeyi Kuforiji2-122/+107
2025-02-25t/unit-tests: convert oidmap test to use clar test frameworkSeyi Kuforiji2-181/+136
2025-02-25t/unit-tests: convert oid-array test to use clar test frameworkSeyi Kuforiji2-126/+129
2025-02-25t/unit-tests: implement clar specific oid helper functionsSeyi Kuforiji3-24/+19
2025-02-14Merge branch 'kn/reflog-migration-fix-followup'Junio C Hamano1-3/+51
2025-02-10Merge branch 'sk/unit-tests-0130'Junio C Hamano7-345/+340
2025-01-31t/unit-tests: convert strcmp-offset test to use clar test frameworkSeyi Kuforiji2-35/+45
2025-01-31t/unit-tests: convert strbuf test to use clar test frameworkSeyi Kuforiji2-122/+119
2025-01-31t/unit-tests: adapt example decorate test to use clar test frameworkSeyi Kuforiji2-74/+64
2025-01-31t/unit-tests: convert hashmap test to use clar test frameworkSeyi Kuforiji1-114/+112
2025-01-31global: adapt callers to use generic hash context helpersPatrick Steinhardt1-2/+2
2025-01-31hash: stop typedeffing the hash contextPatrick Steinhardt1-1/+1
2025-01-28Merge branch 'ps/reftable-sign-compare'Junio C Hamano3-3/+20
2025-01-28Merge branch 'sk/unit-tests'Junio C Hamano6-141/+131
2025-01-22reftable: prevent 'update_index' changes after adding recordsKarthik Nayak1-3/+51
2025-01-21reftable/block: adapt header and footer size to return a `size_t`Patrick Steinhardt1-1/+1
2025-01-21reftable/basics: adjust `hash_size()` to return `uint32_t`Patrick Steinhardt1-1/+1
2025-01-21reftable/basics: adjust `common_prefix_size()` to return `size_t`Patrick Steinhardt1-1/+1
2025-01-21reftable/record: handle overflows when decoding varintsPatrick Steinhardt1-0/+17
2025-01-21Merge branch 'sk/unit-test-hash'Junio C Hamano1-23/+48
2025-01-21Merge branch 'ps/reftable-get-random-fix'Junio C Hamano1-3/+3
2025-01-17t/unit-tests: convert reftable tree test to use clar test frameworkSeyi Kuforiji1-19/+11
2025-01-17t/unit-tests: adapt priority queue test to use clar test frameworkSeyi Kuforiji2-91/+94
2025-01-17t/unit-tests: convert mem-pool test to use clar test frameworkSeyi Kuforiji2-31/+25
2025-01-17t/unit-tests: handle dashes in test suite filenamesSeyi Kuforiji1-0/+1
2025-01-09t/unit-tests: convert hash to use clar test frameworkSeyi Kuforiji1-23/+48
2025-01-08t-reftable-basics: allow for `malloc` to be `#define`dJohannes Schindelin1-4/+4
2025-01-07wrapper: allow generating insecure random bytesPatrick Steinhardt1-3/+3
2024-12-28t-reftable-merged: handle realloc errorsRené Scharfe1-2/+2
2024-12-28reftable: fix allocation count on realloc errorRené Scharfe1-0/+26
2024-12-28reftable: avoid leaks on realloc errorRené Scharfe1-0/+30
2024-12-23Merge branch 'ps/ci-meson'Junio C Hamano4-2/+22
2024-12-23Merge branch 'ps/build-sign-compare'Junio C Hamano7-3/+13
2024-12-23Merge branch 'kn/reftable-writer-log-write-verify'Junio C Hamano2-4/+51
2024-12-15Merge branch 'rj/strvec-splice-fix'Junio C Hamano1-0/+10
2024-12-13t: introduce compatibility options to clar-based testsPatrick Steinhardt1-1/+18
2024-12-13t/unit-tests: rename clar-based unit tests to have a common prefixPatrick Steinhardt3-1/+4
2024-12-10Merge branch 'ps/reftable-iterator-reuse'Junio C Hamano1-0/+73
2024-12-10Merge branch 'ps/reftable-detach'Junio C Hamano9-105/+113
2024-12-10strvec: `strvec_splice()` to a statically initialized vectorRubén Justo1-0/+10
2024-12-07reftable/writer: ensure valid range for log's update_indexKarthik Nayak2-4/+51
2024-12-06global: trivial conversions to fix `-Wsign-compare` warningsPatrick Steinhardt2-6/+3
2024-12-06global: mark code units that generate warnings with `-Wsign-compare`Patrick Steinhardt7-0/+13
2024-12-04Merge branch 'ps/leakfixes-part-10'Junio C Hamano1-0/+65
2024-11-26reftable/merged: drain priority queue on reseekPatrick Steinhardt1-0/+73
2024-11-21strvec: introduce new `strvec_splice()` functionPatrick Steinhardt1-0/+65
2024-11-19Merge branch 'ps/reftable-detach' into ps/reftable-iterator-reuseJunio C Hamano9-105/+113
2024-11-19reftable/system: provide thin wrapper for lockfile subsystemPatrick Steinhardt5-0/+6
2024-11-19reftable/system: stop depending on "hash.h"Patrick Steinhardt9-105/+106
2024-11-19reftable/system: move "dir.h" to its only userPatrick Steinhardt1-0/+1