aboutsummaryrefslogtreecommitdiffstats
path: root/t/unit-tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-08-15Merge branch 'gt/unit-test-hashmap'Junio C Hamano1-0/+361
2024-08-15Merge branch 'rs/t-example-simplify'Junio C Hamano1-16/+8
2024-08-14Merge branch 'cp/unit-test-reftable-tree'Junio C Hamano1-0/+84
2024-08-14Merge branch 'cp/unit-test-reftable-pq'Junio C Hamano1-0/+152
2024-08-13t-reftable-readwrite: add test for known errorChandra Pratap1-0/+5
2024-08-13t-reftable-readwrite: use 'for' in place of infinite 'while' loopsChandra Pratap1-9/+3
2024-08-13t-reftable-readwrite: use free_names() instead of a for loopChandra Pratap1-7/+3
2024-08-13t: move reftable/readwrite_test.c to the unit testing frameworkChandra Pratap1-0/+979
2024-08-08Merge branch 'ks/unit-test-comment-typofix'Junio C Hamano1-2/+3
2024-08-06t: port helper/test-hashmap.c to unit-tests/t-hashmap.cGhanshyam Thakkar1-0/+361
2024-08-04t-reftable-tree: improve the test for infix_walk()Chandra Pratap1-7/+15
2024-08-04t-reftable-tree: add test for non-existent keyChandra Pratap1-0/+1
2024-08-04t-reftable-tree: split test_tree() into two sub-test functionsChandra Pratap1-4/+19
2024-08-04t: move reftable/tree_test.c to the unit testing frameworkChandra Pratap1-0/+60
2024-08-01t-reftable-pq: add tests for merged_iter_pqueue_top()Chandra Pratap1-0/+49
2024-08-01t-reftable-pq: add test for index based comparisonChandra Pratap1-6/+42
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() callable by referenceChandra Pratap1-5/+5
2024-08-01t-reftable-pq: make merged_iter_pqueue_check() staticChandra Pratap1-1/+1
2024-08-01t: move reftable/pq_test.c to the unit testing frameworkChandra Pratap1-0/+67
2024-07-31Merge branch 'cp/unit-test-reftable-merged'Junio C Hamano1-0/+463
2024-07-31Merge branch 'rs/t-strvec-use-test-msg'Junio C Hamano1-32/+15
2024-07-30t-strvec: use if_testRené Scharfe1-200/+156
2024-07-30t-reftable-basics: use if_testRené Scharfe1-122/+106
2024-07-30t-ctype: use if_testRené Scharfe1-3/+1
2024-07-30unit-tests: add if_testRené Scharfe2-0/+49
2024-07-30unit-tests: show location of checks outside of testsRené Scharfe1-1/+6
2024-07-30t-example-decorate: remove test messagesRené Scharfe1-16/+8
2024-07-29unit-tests/test-lib: fix typo in check_pointer_eq() descriptionKousik Sanagavarapu1-2/+3
2024-07-16t-strvec: fix type mismatch in check_strvecRené Scharfe1-1/+2
2024-07-15Merge branch 'cp/unit-test-reftable-record'Junio C Hamano1-0/+551
2024-07-15Merge branch 'gt/unit-test-oidmap'Junio C Hamano1-0/+181
2024-07-15t-strvec: improve check_strvec() outputRené Scharfe1-32/+14
2024-07-12t-reftable-merged: add test for REFTABLE_FORMAT_ERRORChandra Pratap1-0/+3
2024-07-12t-reftable-merged: use reftable_ref_record_equal to compare ref recordsChandra Pratap1-1/+1
2024-07-12t-reftable-merged: add tests for reftable_merged_table_max_update_indexChandra Pratap1-0/+2
2024-07-12t-reftable-merged: improve the const-correctness of helper functionsChandra Pratap1-10/+9
2024-07-12t-reftable-merged: improve the test t_merged_single_record()Chandra Pratap1-5/+10
2024-07-12t: harmonize t-reftable-merged.c with coding guidelinesChandra Pratap1-40/+28
2024-07-12t: move reftable/merged_test.c to the unit testing frameworkChandra Pratap1-0/+466
2024-07-06t-strvec: use test_msg()René Scharfe1-6/+6
2024-07-03t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.cGhanshyam Thakkar1-0/+181
2024-07-02Merge branch 'ps/use-the-repository'Junio C Hamano2-1/+3
2024-07-02t-reftable-record: add tests for reftable_log_record_compare_key()Chandra Pratap1-0/+30
2024-07-02t-reftable-record: add tests for reftable_ref_record_compare_name()Chandra Pratap1-0/+20
2024-07-02t-reftable-record: add index tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add obj tests for reftable_record_is_deletion()Chandra Pratap1-0/+1
2024-07-02t-reftable-record: add log tests for reftable_record_is_deletion()Chandra Pratap1-0/+4
2024-07-02t-reftable-record: add ref tests for reftable_record_is_deletion()Chandra Pratap1-0/+2
2024-07-02t-reftable-record: add comparison tests for obj recordsChandra Pratap1-0/+39
2024-07-02t-reftable-record: add comparison tests for index recordsChandra Pratap1-0/+38