summaryrefslogtreecommitdiff
path: root/dependencies/uthash/tests/README
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2021-09-15 17:04:21 +0200
committerToni Uhlig <matzeton@googlemail.com>2021-09-15 17:04:21 +0200
commit4edf3bf7e6024459dcd807c51ae5d7c81c3a646d (patch)
tree713d29a46a15f55979260fa980e55af7e9680a8d /dependencies/uthash/tests/README
parent2a5e5a020b14229e312294a345d3f079002f24e8 (diff)
parent1fa53c5bf8d0717f784c79abaa5111f88ab00221 (diff)
Merge commit '1fa53c5bf8d0717f784c79abaa5111f88ab00221'
Diffstat (limited to 'dependencies/uthash/tests/README')
-rw-r--r--dependencies/uthash/tests/README9
1 files changed, 7 insertions, 2 deletions
diff --git a/dependencies/uthash/tests/README b/dependencies/uthash/tests/README
index fc25b9b41..a287de670 100644
--- a/dependencies/uthash/tests/README
+++ b/dependencies/uthash/tests/README
@@ -7,7 +7,7 @@ test2: make 10-item hash, lookup items with even keys, print
test3: make 10-item hash, delete items with even keys, print others
test4: 10 structs have dual hash handles, separate keys
test5: 10 structs have dual hash handles, lookup evens by alt key
-test6: test alt malloc macros (and alt memcmp macro)
+test6: test alt malloc macros (and alt key-comparison macro)
test7: test alt malloc macros with 1000 structs so bucket expansion occurs
test8: test num_items counter in UT_hash_handle
test9: test "find" after bucket expansion
@@ -89,10 +89,15 @@ test84: test HASH_REPLACE_STR with char* key
test85: test HASH_OVERHEAD on null and non null hash
test86: test *_APPEND_ELEM / *_PREPEND_ELEM (Thilo Schulz)
test87: test HASH_ADD_INORDER() macro (Thilo Schulz)
-test88: test alt memcmp and strlen macros
+test88: test alt key-comparison and strlen macros
test89: test code from the tinydtls project
test90: regression-test HASH_ADD_KEYPTR_INORDER (IronBug)
test91: test LL_INSERT_INORDER etc.
+test92: HASH_NONFATAL_OOM
+test93: alt_fatal
+test94: utlist with fields named other than 'next' and 'prev'
+test95: utstack
+test96: HASH_FUNCTION + HASH_KEYCMP
Other Make targets
================================================================================