summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2022-08-10 17:17:24 -0500
committerJoel Sherrill <joel@rtems.org>2022-08-11 13:10:11 -0500
commit996d18c2125aa5fd8ad05db44fdbe7e867841731 (patch)
treec3e2d473a1c99f086fd4cb4536ba6a0ced98a9f9 /testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc
parentbuild/cpukit: Add confdefs/face.h to install rule (diff)
downloadrtems-996d18c2125aa5fd8ad05db44fdbe7e867841731.tar.bz2
psxtimer_face01: Improve coverage and documentation
Updates #4691.
Diffstat (limited to 'testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc')
-rw-r--r--testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc12
1 files changed, 11 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc b/testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc
index 823853134a..e975419539 100644
--- a/testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc
+++ b/testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc
@@ -36,4 +36,14 @@ directives:
concepts:
+ This test exercises the CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR configure
- option which alters the behavior of timer_create().
+ option which alters the behavior of timer_create().
+
+ - With CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR defined, timer_create()
+ returns EPERM to indicate this is not allowed.
+
+ - With CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR defined, timer_create()
+ for CLOCK_MONOTONIC is allowed.
+
+ - With CONFIGURE_POSIX_TIMERS_FACE_BEHAVIOR defined, timer_create()
+ for any other clock value is an error.
+