summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spfifo04/spfifo04.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 19:46:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2010-06-24 19:46:40 +0000
commit287febb50397f321d5a38f8d7df668833c192125 (patch)
tree55a6185fe030fc3190925d939ea680980c76f736 /testsuites/sptests/spfifo04/spfifo04.scn
parent2010-06-24 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-287febb50397f321d5a38f8d7df668833c192125.tar.bz2
2010-06-24 Bharath Suri <bharath.s.jois@gmail.com>
* Makefile.am, configure.ac: Removed some fifo tests. * spfifo01/Makefile.am, spfifo01/init.c: Minor changes to avoid excessive new lines in the output. spfifo02/Makefile.am, spfifo02/init.c, spfifo02/spfifo02.doc, spfifo02/spfifo02.scn, spfifo03/Makefile.am: Merge from spfifo08. Also added a few more cases, mostly from spfifo04/init.c. * spfifo03/init.c, spfifo03/spfifo03.doc, spfifo03/spfifo03.scn: Previously was spfifo06. Configure parameter for pipes is used now. * spfifo04/.cvsignore, spfifo04/Makefile.am, spfifo04/init.c, spfifo04/spfifo04.doc, spfifo04/spfifo04.scn, spfifo08/.cvsignore, spfifo08/Makefile.am, spfifo08/init.c, spfifo08/spfifo08.doc, spfifo08/spfifo08.scn: Removed.
Diffstat (limited to 'testsuites/sptests/spfifo04/spfifo04.scn')
-rw-r--r--testsuites/sptests/spfifo04/spfifo04.scn50
1 files changed, 0 insertions, 50 deletions
diff --git a/testsuites/sptests/spfifo04/spfifo04.scn b/testsuites/sptests/spfifo04/spfifo04.scn
deleted file mode 100644
index c806e24837..0000000000
--- a/testsuites/sptests/spfifo04/spfifo04.scn
+++ /dev/null
@@ -1,50 +0,0 @@
-Could not open '/dev/kqemu' - QEMU acceleration layer not activated: No such file or directory
-Initialized console on port COM1 9600-8-N-1
-
-
-
-*** FIFO / PIPE OPEN TEST - 4 ***
-
-
-Configuration: Pipes configured, but number of barriers configured = 2
-
-
-
-Creating directory /tmp
-
-
-Creating fifo /tmp/fifo
-
-
-Attempt to open the fifo file in RDWR mode
-
-Should be successful and non-negativefile descriptor expected
-
-
-Closing the fifo file
-
-
-Attempt to open the fifo file in RDONLY and NONBLOCK mode
-
-Should be successful and non-negativefile descriptor expected
-
-
-Closing the fifo file
-
-
-Attempt to open the fifo file in WRONLY and NONBLOCK mode
-
-Should return with an error ENXIO
-
-
-Multiple opens
-
-1... 2... 3... 4... 5... 6... 7... 8... 9... 10... 11... 12... 13... 14... 15... 16... 17... 18... 19... 20... 21... 22... 23...
-
-Remove the entry /tmp/fifo01
-
-
-Remove directory /tmp
-
-
-*** END OF FIFO / PIPE OPEN TEST - 4 ***