Migrated set-insdel-func stress test to gtest framework
[libcds.git] / tests / unit / set2 / set_defs.h
index f9e07cf2a02ec640d45f352916cf1023f2a1486a..a6054bb535defd494bcd8ca983c35c9bf35be2b9 100644 (file)
@@ -1,4 +1,32 @@
-//$$CDS-header$$
+/*
+    This file is a part of libcds - Concurrent Data Structures library
+
+    (C) Copyright Maxim Khizhinsky (libcds.dev@gmail.com) 2006-2016
+
+    Source code repo: http://github.com/khizmax/libcds/
+    Download: http://sourceforge.net/projects/libcds/files/
+    
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted provided that the following conditions are met:
+
+    * Redistributions of source code must retain the above copyright notice, this
+      list of conditions and the following disclaimer.
+
+    * Redistributions in binary form must reproduce the above copyright notice,
+      this list of conditions and the following disclaimer in the documentation
+      and/or other materials provided with the distribution.
+
+    THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
+    AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
+    DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
+    SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
+    CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
+    OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
+    OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.     
+*/
 
 #define CDSUNIT_DECLARE_StdSet \
     TEST_CASE( tag_StdSet, StdSet_Spin) \
     CDSUNIT_TEST_FeldmanHashSet_stdhash_RCU_signal
 
 
-// MD5
-#undef CDSUNIT_DECLARE_FeldmanHashSet_md5
-#undef CDSUNIT_DECLARE_FeldmanHashSet_md5_RCU_signal
-#undef CDSUNIT_TEST_FeldmanHashSet_md5
-#undef CDSUNIT_TEST_FeldmanHashSet_md5_RCU_signal
+// CityHash -only for 64bit
 
-#ifdef CDS_URCU_SIGNAL_HANDLING_ENABLED
-#   define CDSUNIT_DECLARE_FeldmanHashSet_md5_RCU_signal  \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_shb_md5) \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_shb_md5_stat) \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_sht_md5) \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_sht_md5_stat) \
-
-#   define CDSUNIT_TEST_FeldmanHashSet_md5_RCU_signal \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_shb_md5) \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_shb_md5_stat) \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_sht_md5) \
-        TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_sht_md5_stat) \
-
-#else
-#   define CDSUNIT_DECLARE_FeldmanHashSet_md5_RCU_signal
-#   define CDSUNIT_TEST_FeldmanHashSet_md5_RCU_signal
-#endif
-
-#define CDSUNIT_DECLARE_FeldmanHashSet_md5  \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_hp_md5) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_hp_md5_stat) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_dhp_md5) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_dhp_md5_stat) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_gpi_md5) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_gpi_md5_stat) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_gpb_md5) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_gpb_md5_stat) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_gpt_md5) \
-    TEST_CASE(tag_FeldmanHashSet, FeldmanHashSet_rcu_gpt_md5_stat) \
-    CDSUNIT_DECLARE_FeldmanHashSet_md5_RCU_signal
-
-#define CDSUNIT_TEST_FeldmanHashSet_md5  \
-    CPPUNIT_TEST(FeldmanHashSet_hp_md5) \
-    CPPUNIT_TEST(FeldmanHashSet_hp_md5_stat) \
-    CPPUNIT_TEST(FeldmanHashSet_dhp_md5) \
-    CPPUNIT_TEST(FeldmanHashSet_dhp_md5_stat) \
-    CPPUNIT_TEST(FeldmanHashSet_rcu_gpi_md5) \
-    CPPUNIT_TEST(FeldmanHashSet_rcu_gpi_md5_stat) \
-    CPPUNIT_TEST(FeldmanHashSet_rcu_gpb_md5) \
-    CPPUNIT_TEST(FeldmanHashSet_rcu_gpb_md5_stat) \
-    CPPUNIT_TEST(FeldmanHashSet_rcu_gpt_md5) \
-    CPPUNIT_TEST(FeldmanHashSet_rcu_gpt_md5_stat) \
-    CDSUNIT_TEST_FeldmanHashSet_md5_RCU_signal
-
-
-// CityHash -only for 64bit 
 #undef CDSUNIT_DECLARE_FeldmanHashSet_city
 #undef CDSUNIT_DECLARE_FeldmanHashSet_city_RCU_signal
 #undef CDSUNIT_TEST_FeldmanHashSet_city
 #endif // CDS_BUILD_BITS == 64
 
 
-// All 
+// All
+
 #define CDSUNIT_DECLARE_FeldmanHashSet \
     CDSUNIT_DECLARE_FeldmanHashSet_fixed \
     CDSUNIT_DECLARE_FeldmanHashSet_stdhash \
-    CDSUNIT_DECLARE_FeldmanHashSet_md5 \
     CDSUNIT_DECLARE_FeldmanHashSet_city
 
 #define CDSUNIT_TEST_FeldmanHashSet \
     CDSUNIT_TEST_FeldmanHashSet_fixed \
     CDSUNIT_TEST_FeldmanHashSet_stdhash \
-    CDSUNIT_TEST_FeldmanHashSet_md5 \
     CDSUNIT_TEST_FeldmanHashSet_city