index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
unit-tests
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-15
Merge branch 'gt/unit-test-hashmap'
Junio C Hamano
1
-0
/
+361
2024-08-15
Merge branch 'rs/t-example-simplify'
Junio C Hamano
1
-16
/
+8
2024-08-14
Merge branch 'cp/unit-test-reftable-tree'
Junio C Hamano
1
-0
/
+84
2024-08-14
Merge branch 'cp/unit-test-reftable-pq'
Junio C Hamano
1
-0
/
+152
2024-08-13
t-reftable-readwrite: add test for known error
Chandra Pratap
1
-0
/
+5
2024-08-13
t-reftable-readwrite: use 'for' in place of infinite 'while' loops
Chandra Pratap
1
-9
/
+3
2024-08-13
t-reftable-readwrite: use free_names() instead of a for loop
Chandra Pratap
1
-7
/
+3
2024-08-13
t: move reftable/readwrite_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+979
2024-08-08
Merge branch 'ks/unit-test-comment-typofix'
Junio C Hamano
1
-2
/
+3
2024-08-06
t: port helper/test-hashmap.c to unit-tests/t-hashmap.c
Ghanshyam Thakkar
1
-0
/
+361
2024-08-04
t-reftable-tree: improve the test for infix_walk()
Chandra Pratap
1
-7
/
+15
2024-08-04
t-reftable-tree: add test for non-existent key
Chandra Pratap
1
-0
/
+1
2024-08-04
t-reftable-tree: split test_tree() into two sub-test functions
Chandra Pratap
1
-4
/
+19
2024-08-04
t: move reftable/tree_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+60
2024-08-01
t-reftable-pq: add tests for merged_iter_pqueue_top()
Chandra Pratap
1
-0
/
+49
2024-08-01
t-reftable-pq: add test for index based comparison
Chandra Pratap
1
-6
/
+42
2024-08-01
t-reftable-pq: make merged_iter_pqueue_check() callable by reference
Chandra Pratap
1
-5
/
+5
2024-08-01
t-reftable-pq: make merged_iter_pqueue_check() static
Chandra Pratap
1
-1
/
+1
2024-08-01
t: move reftable/pq_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+67
2024-07-31
Merge branch 'cp/unit-test-reftable-merged'
Junio C Hamano
1
-0
/
+463
2024-07-31
Merge branch 'rs/t-strvec-use-test-msg'
Junio C Hamano
1
-32
/
+15
2024-07-30
t-strvec: use if_test
René Scharfe
1
-200
/
+156
2024-07-30
t-reftable-basics: use if_test
René Scharfe
1
-122
/
+106
2024-07-30
t-ctype: use if_test
René Scharfe
1
-3
/
+1
2024-07-30
unit-tests: add if_test
René Scharfe
2
-0
/
+49
2024-07-30
unit-tests: show location of checks outside of tests
René Scharfe
1
-1
/
+6
2024-07-30
t-example-decorate: remove test messages
René Scharfe
1
-16
/
+8
2024-07-29
unit-tests/test-lib: fix typo in check_pointer_eq() description
Kousik Sanagavarapu
1
-2
/
+3
2024-07-16
t-strvec: fix type mismatch in check_strvec
René Scharfe
1
-1
/
+2
2024-07-15
Merge branch 'cp/unit-test-reftable-record'
Junio C Hamano
1
-0
/
+551
2024-07-15
Merge branch 'gt/unit-test-oidmap'
Junio C Hamano
1
-0
/
+181
2024-07-15
t-strvec: improve check_strvec() output
René Scharfe
1
-32
/
+14
2024-07-12
t-reftable-merged: add test for REFTABLE_FORMAT_ERROR
Chandra Pratap
1
-0
/
+3
2024-07-12
t-reftable-merged: use reftable_ref_record_equal to compare ref records
Chandra Pratap
1
-1
/
+1
2024-07-12
t-reftable-merged: add tests for reftable_merged_table_max_update_index
Chandra Pratap
1
-0
/
+2
2024-07-12
t-reftable-merged: improve the const-correctness of helper functions
Chandra Pratap
1
-10
/
+9
2024-07-12
t-reftable-merged: improve the test t_merged_single_record()
Chandra Pratap
1
-5
/
+10
2024-07-12
t: harmonize t-reftable-merged.c with coding guidelines
Chandra Pratap
1
-40
/
+28
2024-07-12
t: move reftable/merged_test.c to the unit testing framework
Chandra Pratap
1
-0
/
+466
2024-07-06
t-strvec: use test_msg()
René Scharfe
1
-6
/
+6
2024-07-03
t: migrate helper/test-oidmap.c to unit-tests/t-oidmap.c
Ghanshyam Thakkar
1
-0
/
+181
2024-07-02
Merge branch 'ps/use-the-repository'
Junio C Hamano
2
-1
/
+3
2024-07-02
t-reftable-record: add tests for reftable_log_record_compare_key()
Chandra Pratap
1
-0
/
+30
2024-07-02
t-reftable-record: add tests for reftable_ref_record_compare_name()
Chandra Pratap
1
-0
/
+20
2024-07-02
t-reftable-record: add index tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+1
2024-07-02
t-reftable-record: add obj tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+1
2024-07-02
t-reftable-record: add log tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+4
2024-07-02
t-reftable-record: add ref tests for reftable_record_is_deletion()
Chandra Pratap
1
-0
/
+2
2024-07-02
t-reftable-record: add comparison tests for obj records
Chandra Pratap
1
-0
/
+39
2024-07-02
t-reftable-record: add comparison tests for index records
Chandra Pratap
1
-0
/
+38
[prev]
[next]