forked from Imagelibrary/rtems
2011-02-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxaio03/init.c, psxaio03/psxaio03.scn: Run in a reasonable amount of time. Update screen.
This commit is contained in:
@@ -1,3 +1,8 @@
|
|||||||
|
2011-02-14 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||||
|
|
||||||
|
* psxaio03/init.c, psxaio03/psxaio03.scn: Run in a reasonable amount of
|
||||||
|
time. Update screen.
|
||||||
|
|
||||||
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
2011-02-14 Joel Sherrill <joel.sherrilL@OARcorp.com>
|
||||||
|
|
||||||
* psximfs02/init.c: Disable EPERM test which does not work when POSIX
|
* psximfs02/init.c: Disable EPERM test which does not work when POSIX
|
||||||
|
|||||||
@@ -112,13 +112,12 @@ POSIX_Init (void *argument)
|
|||||||
status = aio_read (aiocbp[6]);
|
status = aio_read (aiocbp[6]);
|
||||||
rtems_test_assert (status != -1);
|
rtems_test_assert (status != -1);
|
||||||
|
|
||||||
puts (" Init: going to sleep for 60 sec ");
|
puts (" Init: going to sleep for 5 sec ");
|
||||||
sleep (60);
|
sleep (5);
|
||||||
puts (" Init: going to sleep again for 60 sec ");
|
puts (" Init: going to sleep again for 5 sec ");
|
||||||
sleep (60);
|
sleep (5);
|
||||||
puts (" Init: going to sleep again for 60 sec ");
|
puts (" Init: going to sleep again for 5 sec ");
|
||||||
sleep (60);
|
sleep (5);
|
||||||
puts ("\n\n*** POSIX AIO TEST 03 ***");
|
|
||||||
|
|
||||||
puts ("*** END OF POSIX AIO TEST 03 ***");
|
puts ("*** END OF POSIX AIO TEST 03 ***");
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
*** POSIX AIO TEST 03 ***
|
||||||
|
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: going to sleep for 5 sec
|
||||||
|
Init: going to sleep again for 5 sec
|
||||||
|
Init: going to sleep again for 5 sec
|
||||||
|
*** END OF POSIX AIO TEST 03 ***
|
||||||
|
|||||||
Reference in New Issue
Block a user