summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxsignal06/psxsignal06.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxsignal06/psxsignal06.scn')
-rw-r--r--testsuites/psxtests/psxsignal06/psxsignal06.scn11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxsignal06/psxsignal06.scn b/testsuites/psxtests/psxsignal06/psxsignal06.scn
new file mode 100644
index 0000000000..6d006602a0
--- /dev/null
+++ b/testsuites/psxtests/psxsignal06/psxsignal06.scn
@@ -0,0 +1,11 @@
+*** POSIX TEST SIGNAL 06 ***
+Init: pthread_cond_init - OK
+Init: pthread_mutex_init - OK
+Init: pthread_create - OK
+Test: Unblock SIGUSR1
+Test: pthread_cond_wait - OK
+Init: pthread_kill - SIGUSR to Test Thread - OK
+Test: pthread_cond_wait - interrupted by signal
+Init: pthread_kill - SIGUSR to Test Thread - OK
+Test: seconds left=8
+*** END OF POSIX TEST SIGNAL 06 ***