summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxualarm/psxualarm.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-18 11:09:10 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-18 11:11:21 +0200
commitae0f048ff3216ac36d880ce3b9651bd9a1db676c (patch)
tree17b8cc5775977bf090d9160c23e3213ed32789c0 /testsuites/psxtests/psxualarm/psxualarm.scn
parentposix: Fix return states of pthread_kill() (diff)
downloadrtems-ae0f048ff3216ac36d880ce3b9651bd9a1db676c.tar.bz2
psxtests/psxualarm: Avoid output in signal handler
Avoid output in signal handler to not disturb the timings which are checked in this test. Use asserts to ensure proper signal handler invocations.
Diffstat (limited to 'testsuites/psxtests/psxualarm/psxualarm.scn')
-rw-r--r--testsuites/psxtests/psxualarm/psxualarm.scn10
1 files changed, 4 insertions, 6 deletions
diff --git a/testsuites/psxtests/psxualarm/psxualarm.scn b/testsuites/psxtests/psxualarm/psxualarm.scn
index eca799a438..83313b589b 100644
--- a/testsuites/psxtests/psxualarm/psxualarm.scn
+++ b/testsuites/psxtests/psxualarm/psxualarm.scn
@@ -1,8 +1,6 @@
-*** POSIX TEST UALARM ***
+*** BEGIN OF TEST PSXUALARM ***
Init's ID is 0x0b010001
-Init: ualarm in 1 us
+Init: ualarm in 500000 us
Init: Unblock SIGALRM
-Signal: 14 caught by 0xb010001 (1)
-Signal: 14 caught by 0xb010001 (2)
-Init: clear ualarm with 0,0
-*** END OF POSIX TEST UALARM ***
+Init: clear ualarm with 0, 0
+*** END OF TEST PSXUALARM ***