Skip to content
This repository has been archived by the owner on Jan 28, 2023. It is now read-only.

Commit

Permalink
tests: disable vcmap__concurrent_put_get_remove_single_op_params
Browse files Browse the repository at this point in the history
  • Loading branch information
igchor committed May 27, 2020
1 parent 44da99e commit 13f0ba3
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -610,17 +610,19 @@ if(ENGINE_VCMAP)
SCRIPT memkind_based/default.cmake
PARAMS 8 50 100)

add_engine_test(ENGINE vcmap
BINARY concurrent_put_get_remove_single_op_params
TRACERS none # XXX - tbb lock does not work well with drd or helgrind
SCRIPT memkind_based/default.cmake
PARAMS 1000)
# XXX: https://github.com/pmem/pmemkv/issues/699
# add_engine_test(ENGINE vcmap
# BINARY concurrent_put_get_remove_single_op_params
# TRACERS none # XXX - tbb lock does not work well with drd or helgrind
# SCRIPT memkind_based/default.cmake
# PARAMS 1000)

add_engine_test(ENGINE vcmap
BINARY concurrent_put_get_remove_single_op_params
TRACERS memcheck # XXX - tbb lock does not work well with drd or helgrind
SCRIPT memkind_based/default.cmake
PARAMS 400)
# XXX: https://github.com/pmem/pmemkv/issues/699
# add_engine_test(ENGINE vcmap
# BINARY concurrent_put_get_remove_single_op_params
# TRACERS memcheck # XXX - tbb lock does not work well with drd or helgrind
# SCRIPT memkind_based/default.cmake
# PARAMS 400)

add_engine_test(ENGINE vcmap
BINARY memkind_error_handling
Expand Down

0 comments on commit 13f0ba3

Please sign in to comment.