projects
/
libcds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7695b6e
)
Added more logging for skipped stress tests
author
khizmax
<khizmax@gmail.com>
Fri, 10 Jun 2016 08:48:46 +0000
(11:48 +0300)
committer
khizmax
<khizmax@gmail.com>
Fri, 10 Jun 2016 08:48:46 +0000
(11:48 +0300)
test/stress/framework/stress_test.cpp
patch
|
blob
|
history
diff --git
a/test/stress/framework/stress_test.cpp
b/test/stress/framework/stress_test.cpp
index 0a185b4c60a326dc35b0a48fcff4bfb7e454371e..23358e44c14c207e8b7c3a99b6090b2f5ee2ad8f 100644
(file)
--- a/
test/stress/framework/stress_test.cpp
+++ b/
test/stress/framework/stress_test.cpp
@@
-104,6
+104,7
@@
namespace cds_test {
return true;
\r
\r
std::cout << "Skipped (detail level=" << nLevel << ")" << std::endl;
\r
+ propout() << std::make_pair( "skipped", 1 );
\r
return false;
\r
}
\r
\r