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