summaryrefslogtreecommitdiff
path: root/src/test/test-hashmap-plain.c
Commit message (Expand)AuthorAgeFilesLines
* tree-wide: drop 'This file is part of systemd' blurbLennart Poettering2018-06-141-2/+0
* tree-wide: drop license boilerplateZbigniew Jędrzejewski-Szmek2018-04-061-13/+0
* Add SPDX license identifiers to source files under the LGPLZbigniew Jędrzejewski-Szmek2017-11-191-0/+1
* test-hashmap: use $SYSTEMD_SLOW_TESTS variableZbigniew Jędrzejewski-Szmek2017-07-131-3/+70
* test-hashmap: fix undefined behaviour on string constantsZbigniew Jędrzejewski-Szmek2016-02-181-6/+9
* util-lib: split out allocation calls into alloc-util.[ch]Lennart Poettering2015-10-271-0/+1
* util-lib: split our string related calls from util.[ch] into its own file str...Lennart Poettering2015-10-241-1/+2
* test: hashmap - increase number of entries for crippled hash testMichal Schmidt2015-10-061-1/+1
* hashmap: refactor hash_funcTom Gundersen2015-10-051-2/+2
* test: hashmap - cripple the hash function by truncating the input rather than...Tom Gundersen2015-10-051-1/+1
* hashmap: fix iterators to not skip entriesDavid Herrmann2015-06-141-0/+1
* test-hashmap: fix an assertThomas Hindoe Paaboel Andersen2015-05-191-1/+1
* test: hashmap_put behaviour for equal keysMartin Pitt2015-01-141-1/+6
* test: hashmap-plain - make coverity happyTom Gundersen2014-11-051-1/+1
* test: use assert_se in test_hashmap_moveMichal Schmidt2014-11-041-2/+2
* test: test a corner case in hashmap_remove_and_replace()Michal Schmidt2014-10-301-0/+20
* test: adjust max load factor in test_hashmap_many()Michal Schmidt2014-10-301-2/+2
* hashmap: allow hashmap_move() to failMichal Schmidt2014-10-231-2/+2
* test: add test for hashmap_reserve()Michal Schmidt2014-10-231-0/+18
* test: add and improve hashmap testsMichal Schmidt2014-10-231-23/+308
* test: generate tests for OrderedHashmap from Hashmap testsMichal Schmidt2014-10-231-0/+541