summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2010-10-04 04:07:47 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2010-10-04 04:07:47 +0000
commit50ab8586ea17f761aaa78ab710cd73d3ce433e9e (patch)
tree776998f618c9793a34adbcad79d18684243ef00d /testsuites/sptests
parent2010-10-03 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-50ab8586ea17f761aaa78ab710cd73d3ce433e9e.tar.bz2
2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>
* spfifo03/spfifo03.scn: Replace file.
Diffstat (limited to 'testsuites/sptests')
-rw-r--r--testsuites/sptests/ChangeLog4
-rw-r--r--testsuites/sptests/spfifo03/spfifo03.scn59
2 files changed, 22 insertions, 41 deletions
diff --git a/testsuites/sptests/ChangeLog b/testsuites/sptests/ChangeLog
index 38b519aaf0..b5b4ab6886 100644
--- a/testsuites/sptests/ChangeLog
+++ b/testsuites/sptests/ChangeLog
@@ -1,3 +1,7 @@
+2010-10-04 Ralf Corsépius <ralf.corsepius@rtems.org>
+
+ * spfifo03/spfifo03.scn: Replace file.
+
2010-10-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* spsize/size.c: Fix typo.
diff --git a/testsuites/sptests/spfifo03/spfifo03.scn b/testsuites/sptests/spfifo03/spfifo03.scn
index a0ccdb7db9..d7f3a55fee 100644
--- a/testsuites/sptests/spfifo03/spfifo03.scn
+++ b/testsuites/sptests/spfifo03/spfifo03.scn
@@ -1,41 +1,18 @@
-Initialized console on port COM1 9600-8-N-1
-
-
-
-*** FIFO / PIPE OPEN TEST - 6 ***
-
-
-Creating a task name and a task
-
-
-creating directory /tmp
-
-
-creating fifo file /tmp/fifo01
-
-
-Starting the read task
-
-
-Writer opening file(1)
-
-
-Read task activated, sleeping to block the writer
-
-
-Now, reader opening file(1)
-
-
-@ sender:
-
-@ receiver (being a unblocked reader): Got
-
-Reader opening file(2)
-
-
-Writer opening file(2)
-
-
-@ sender: SendBuffer2
-
-*** END OF FIFO / PIPE OPEN TEST - 6 ***
+*** FIFO / PIPE OPEN TEST - 6 ***
+Creating a task name and a task
+creating directory /tmp
+creating fifo file /tmp/fifo01
+Starting the read task
+Read task activated, waiting till writer opens
+Writer opening file(1)
+Now, reader opening file(1)
+@ sender: SendBuffer1
+@ receiver (being a unblocked reader): Got SendBuffer1
+Reader opening file(2)
+Writer opening file(2)
+@ sender: SendBuffer2
+@ receiver (being a blocked reader): Got SendBuffer2
+Reader done!
+Removing the fifo
+Removing /tmp
+*** END OF FIFO / PIPE OPEN TEST - 6 ***