summaryrefslogtreecommitdiff
path: root/utests/utest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'utests/utest.cpp')
-rw-r--r--utests/utest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/utests/utest.cpp b/utests/utest.cpp
index 6d25db1a..dac6c287 100644
--- a/utests/utest.cpp
+++ b/utests/utest.cpp
@@ -127,6 +127,7 @@ void *multithread(void * arg)
sem_post(&tag);
const UTest &utest = (*UTest::utestList)[SerialNumber];
+ if (utest.fn == NULL || utest.haveIssue || utest.isBenchMark) continue;
// printf("thread%lu %d, utests.name is %s\n",PhtreadNumber, SerialNumber,utest.name);
UTest::do_run(utest);