Removes unnecessary test cases for maps
authorPeizhao Ou <peizhaoo@uci.edu>
Thu, 30 Nov 2017 04:09:40 +0000 (20:09 -0800)
committerPeizhao Ou <peizhaoo@uci.edu>
Thu, 30 Nov 2017 04:09:40 +0000 (20:09 -0800)
commit7f38a6eed2893fbe48f435d254e2c343613a4382
tree1e2f9cee507097f5dcca68afaa2005b4a457cdff
parenta9e4ba7cc59a89d31bc01acd2626952e1bb8b667
Removes unnecessary test cases for maps
22 files changed:
test/stress/map/del3/map_del3_cuckoo.cpp
test/stress/map/delodd/map_delodd_cuckoo.cpp
test/stress/map/find_string/map_find_string_cuckoo.cpp
test/stress/map/find_string/map_find_string_std.cpp
test/stress/map/find_string/map_find_string_striped.cpp
test/stress/map/insdel_func/map_insdel_func_cuckoo.cpp
test/stress/map/insdel_func/map_insdel_func_striped.cpp
test/stress/map/insdel_item_int/map_insdel_item_int_cuckoo.cpp
test/stress/map/insdel_item_int/map_insdel_item_int_striped.cpp
test/stress/map/insdel_string/map_insdel_string_cuckoo.cpp
test/stress/map/insdel_string/map_insdel_string_std.cpp
test/stress/map/insdel_string/map_insdel_string_striped.cpp
test/stress/map/insdelfind/map_insdelfind_cuckoo.cpp
test/stress/map/insdelfind/map_insdelfind_std.cpp
test/stress/map/insdelfind/map_insdelfind_striped.cpp
test/stress/map/map_type_bronson_avltree.h
test/stress/map/map_type_ellen_bintree.h
test/stress/map/map_type_feldman_hashmap.h
test/stress/map/map_type_michael.h
test/stress/map/map_type_skip_list.h
test/stress/map/map_type_split_list.h
test/stress/map/map_type_std.h