Added different bit_reversal algo to SplitListSet/Map stress test
[libcds.git] / test / stress / map / map_type_skip_list.h
index d649998e0627bc7fcff89050ca3703c2eb706905..a916133c4eba44f7a9c94fd43a2ad2968aa6cc11 100644 (file)
@@ -345,6 +345,7 @@ namespace map {
         CDSSTRESS_SkipListMap_case( fixture, test_case, SkipListMap_rcu_gpi_cmp_xorshift,       key_type, value_type ) \
         CDSSTRESS_SkipListMap_case( fixture, test_case, SkipListMap_rcu_gpt_cmp_xorshift,       key_type, value_type ) \
         CDSSTRESS_SkipListMap_case( fixture, test_case, SkipListMap_rcu_gpb_cmp_xorshift_stat,  key_type, value_type ) \
+        CDSSTRESS_SkipListMap_SHRCU( fixture, test_case, key_type, value_type )
 
 #   define CDSSTRESS_SkipListMap_1( fixture, test_case, key_type, value_type ) \
         CDSSTRESS_SkipListMap_HP_1( fixture, test_case, key_type, value_type ) \
@@ -384,7 +385,6 @@ namespace map {
     CDSSTRESS_SkipListMap_case( fixture, test_case, SkipListMap_rcu_gpt_cmp_xorshift_stat,  key_type, value_type ) \
     CDSSTRESS_SkipListMap_RCU_1( fixture, test_case, key_type, value_type ) \
     CDSSTRESS_SkipListMap_RCU_2( fixture, test_case, key_type, value_type ) \
-    CDSSTRESS_SkipListMap_SHRCU( fixture, test_case, key_type, value_type )
 
 #define CDSSTRESS_SkipListMap( fixture, test_case, key_type, value_type ) \
     CDSSTRESS_SkipListMap_HP( fixture, test_case, key_type, value_type ) \