aboutsummaryrefslogtreecommitdiff
path: root/tests/test-qht.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-26qht: drop ht argument from qht iteratorsEmilio G. Cota1-3/+3
2018-09-26test-qht: speed up + test qht_resizeEmilio G. Cota1-0/+4
2018-09-26test-qht: test deletion of the last entry in a bucketEmilio G. Cota1-1/+12
2018-09-26test-qht: test removal of non-existent entriesEmilio G. Cota1-2/+24
2018-09-26test-qht: test qht_iter_removeEmilio G. Cota1-2/+48
2018-06-15qht: return existing entry when qht_insert failsEmilio G. Cota1-1/+7
2018-06-15qht: require a default comparison functionEmilio G. Cota1-5/+10
2016-10-06test-qht: perform lookups under rcu_read_lockEmilio G. Cota1-0/+4
2016-08-02qht: do not segfault when gathering stats from an uninitialized qhtEmilio G. Cota1-0/+4
2016-06-16clean-includes: run it once morePaolo Bonzini1-1/+0
2016-06-11qht: add test programEmilio G. Cota1-0/+159