summaryrefslogtreecommitdiff
path: root/test/testdir.c
diff options
context:
space:
mode:
authorBranko Čibej <brane@apache.org>2020-05-06 15:36:49 +0000
committerBranko Čibej <brane@apache.org>2020-05-06 15:36:49 +0000
commit15d311727a2f8e5a20cec145274a74c7038c284b (patch)
tree8e8e899a0d7bd93126ba7dcb20c211da4bcac9b4 /test/testdir.c
parent10a61e7aec9d7a0e3d5eb6b9791c8d2e66b1a77e (diff)
downloadapr-15d311727a2f8e5a20cec145274a74c7038c284b.tar.gz
Added support for recording skipped test cases.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1877441 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/testdir.c')
-rw-r--r--test/testdir.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/testdir.c b/test/testdir.c
index cdb19f3e8..3ad4ba0ce 100644
--- a/test/testdir.c
+++ b/test/testdir.c
@@ -132,8 +132,7 @@ static void test_mkdir_recurs_parallel(abts_case *tc, void *data)
ABTS_INT_EQUAL(tc, APR_SUCCESS, s3);
ABTS_INT_EQUAL(tc, APR_SUCCESS, s4);
#else
- (void)tc;
- (void)data;
+ ABTS_SKIP(tc, data, "This test requires APR thread support.");
#endif /* APR_HAS_THREADS */
}