summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx03/psx03.scn
diff options
context:
space:
mode:
authorMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:55:02 +0000
committerMark Johannes <Mark.Johannes@OARcorp.com>1996-08-23 15:55:02 +0000
commit78f5dae669f5ead46978a5f7bbe3828aaaff2258 (patch)
tree7da754147346488633d451e9adedcb786c6970fb /testsuites/psxtests/psx03/psx03.scn
parentAdded build_time statement to provide a tm for the test (diff)
downloadrtems-78f5dae669f5ead46978a5f7bbe3828aaaff2258.tar.bz2
Filled in the screen
Diffstat (limited to 'testsuites/psxtests/psx03/psx03.scn')
-rw-r--r--testsuites/psxtests/psx03/psx03.scn17
1 files changed, 17 insertions, 0 deletions
diff --git a/testsuites/psxtests/psx03/psx03.scn b/testsuites/psxtests/psx03/psx03.scn
index e69de29bb2..61ba36592a 100644
--- a/testsuites/psxtests/psx03/psx03.scn
+++ b/testsuites/psxtests/psx03/psx03.scn
@@ -0,0 +1,17 @@
+*** POSIX TEST 3 ***
+Init's ID is 0x0c010001
+Init: waiting on any signal for 3 seconds.
+Init: correctly timed out waiting for SIGUSR1.
+
+Init: Block SIGUSR2
+Init: waiting on any signal for 3 seconds.
+Task_1: Fri May 24 11:05:03 1996
+Task_1: pthread_kill - SIGUSR2 to Init
+Init: correctly timed out waiting for SIGUSR1.
+
+Init: waiting on any signal for 3 seconds.
+Task_2: Fri May 24 11:05:06 1996
+Task_1: pthread_kill - SIGUSR1 to Init
+Signal: 16 caught by 0xc010001 (1)
+Init: received (16) SIGUSR1=16
+*** END OF POSIX TEST 3 ***