summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtimer_face01/psxtimer_face01.doc
diff options
context:
space:
mode:
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.
+