Disables running some stat analysis for benchmarks & Adds some sequential data structures
[libcds.git] / test / stress / stack / intrusive_push_pop.cpp
index 176f20ff72657bfeaeeace489eecdbbb53899e1e..dc2161ccdda9a2e5ce18e845c6fe0d0c445d0c59 100644 (file)
@@ -29,6 +29,7 @@
 */
 
 #include "intrusive_stack_push_pop.h"
+#include "../misc/common.h"
 
 namespace cds_test {
     /*static*/ size_t intrusive_stack_push_pop::s_nPushThreadCount = 4;
@@ -173,7 +174,7 @@ namespace {
         test_std< stack_type >(); \
     }
 
-    CDSSTRESS_StdStack( intrusive_stack_push_pop )
+    //CDSSTRESS_StdStack( intrusive_stack_push_pop )
 
 #undef CDSSTRESS_Stack_F