summaryrefslogtreecommitdiff
path: root/src/test/test-hashmap-plain.c
AgeCommit message (Expand)Author
2016-10-21wipLuke Shumaker
2016-07-27fixLuke Shumaker
2016-02-18test-hashmap: fix undefined behaviour on string constantsZbigniew Jędrzejewski-Szmek
2015-10-27util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering
2015-10-24util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering
2015-10-06test: hashmap - increase number of entries for crippled hash testMichal Schmidt
2015-10-05hashmap: refactor hash_funcTom Gundersen
2015-10-05test: hashmap - cripple the hash function by truncating the input rather than...Tom Gundersen
2015-06-14hashmap: fix iterators to not skip entriesDavid Herrmann
2015-05-19test-hashmap: fix an assertThomas Hindoe Paaboel Andersen
2015-01-14test: hashmap_put behaviour for equal keysMartin Pitt
2014-11-05test: hashmap-plain - make coverity happyTom Gundersen
2014-11-04test: use assert_se in test_hashmap_moveMichal Schmidt
2014-10-30test: test a corner case in hashmap_remove_and_replace()Michal Schmidt
2014-10-30test: adjust max load factor in test_hashmap_many()Michal Schmidt
2014-10-23hashmap: allow hashmap_move() to failMichal Schmidt
2014-10-23test: add test for hashmap_reserve()Michal Schmidt
2014-10-23test: add and improve hashmap testsMichal Schmidt
2014-10-23test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt