summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxaio02/psxaio02.scn
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-18 10:54:46 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-11-18 10:55:24 -0600
commitd0beb9bac4d9f73d07e17be4da2de89facd26042 (patch)
tree0dcb5a7ccf15997e5ad0e7e5f0cff154beebbffd /testsuites/psxtests/psxaio02/psxaio02.scn
parentpowerpc: Add r2 to CPU context (diff)
downloadrtems-d0beb9bac4d9f73d07e17be4da2de89facd26042.tar.bz2
Misc tests: Fix scn files and adjust output
Diffstat (limited to 'testsuites/psxtests/psxaio02/psxaio02.scn')
-rw-r--r--testsuites/psxtests/psxaio02/psxaio02.scn22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxaio02/psxaio02.scn b/testsuites/psxtests/psxaio02/psxaio02.scn
index e69de29bb2..8c474c4701 100644
--- a/testsuites/psxtests/psxaio02/psxaio02.scn
+++ b/testsuites/psxtests/psxaio02/psxaio02.scn
@@ -0,0 +1,22 @@
+*** POSIX AIO TEST 02 ***
+Init: Open files
+Init: [WQ] aio_write on 1st file
+Init: [WQ] aio_write on 2nd file
+Init: [WQ] aio_read on 2nd file add by priority
+Init: [WQ] aio_write on 3rd file
+Init: [WQ] aio_write on 4th file
+Init: [WQ] aio_write on 5th file -- [WQ] full
+Init: [IQ] aio_write on 6th file
+Init: [IQ] aio_write on 7th file
+Init: [IQ] aio_read on 7th file add by priority
+Init: [WQ] aio_sync on 1st file add by priority
+Init: [NONE] aio_cancel aiocbp=NULL and invalid fildes
+Init: [NONE] aio_cancel aiocbp=NULL valid fildes not in queue
+Init: [WQ] aio_cancel aiocbp=NULL fildes=fd[1]
+Init: [IQ] aio_cancel aiocbp=NULL fildes=fd[6]
+Init: [NONE] aio_cancel aiocbp->aio_fildes != fildes
+Init: [NONE] aio_cancel FD on [IQ], aiocb not on chain
+Init: [IQ] aio_cancel 6th file only one request
+Init: [WQ] aio_cancel 1st file only one request
+Init: [NONE] aio_cancel empty [IQ]
+*** END OF POSIX AIO TEST 02 ***