change log for rtems (2010-08-19)
rtems-vc at rtems.org
rtems-vc at rtems.org
Thu Aug 19 20:10:15 UTC 2010
*joel*:
2010-08-19 Joel Sherrill <joel.sherrilL at OARcorp.com>
* psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
submission.
M 1.312 testsuites/psxtests/ChangeLog
M 1.11 testsuites/psxtests/psxenosys/init.c
M 1.5 testsuites/psxtests/psxenosys/psxenosys.scn
diff -u rtems/testsuites/psxtests/ChangeLog:1.311 rtems/testsuites/psxtests/ChangeLog:1.312
--- rtems/testsuites/psxtests/ChangeLog:1.311 Thu Aug 19 07:31:22 2010
+++ rtems/testsuites/psxtests/ChangeLog Thu Aug 19 14:55:29 2010
@@ -1,5 +1,10 @@
2010-08-19 Joel Sherrill <joel.sherrilL at OARcorp.com>
+ * psxenosys/init.c, psxenosys/psxenosys.scn: Update to reflect AIO
+ submission.
+
+2010-08-19 Joel Sherrill <joel.sherrilL at OARcorp.com>
+
* psxaio01/.cvsignore, psxaio02/.cvsignore: New files.
2010-08-16 Alin Rus <alin.codejunkie at gmail.com>
diff -u rtems/testsuites/psxtests/psxenosys/init.c:1.10 rtems/testsuites/psxtests/psxenosys/init.c:1.11
--- rtems/testsuites/psxtests/psxenosys/init.c:1.10 Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/psxtests/psxenosys/init.c Thu Aug 19 14:55:29 2010
@@ -1,5 +1,5 @@
/*
- * COPYRIGHT (c) 1989-2009.
+ * COPYRIGHT (c) 1989-2010.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
@@ -52,26 +52,10 @@
puts( "\n\n*** POSIX TEST -- ENOSYS ***" );
- puts( "aio_read -- ENOSYS" );
- sc = aio_read( NULL );
- check_enosys( sc );
-
- puts( "aio_write -- ENOSYS" );
- sc = aio_write( NULL );
- check_enosys( sc );
-
puts( "lio_listio -- ENOSYS" );
sc = lio_listio( 0, NULL, 0, NULL );
check_enosys( sc );
- puts( "aio_error -- ENOSYS" );
- sc = aio_error( NULL );
- check_enosys( sc );
-
- puts( "aio_return -- ENOSYS" );
- sc = aio_return( NULL );
- check_enosys( sc );
-
puts( "aio_cancel -- ENOSYS" );
sc = aio_cancel( 0, NULL );
check_enosys( sc );
diff -u rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.4 rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.5
--- rtems/testsuites/psxtests/psxenosys/psxenosys.scn:1.4 Sun Sep 13 19:15:55 2009
+++ rtems/testsuites/psxtests/psxenosys/psxenosys.scn Thu Aug 19 14:55:29 2010
@@ -1,9 +1,5 @@
*** POSIX TEST -- ENOSYS ***
-aio_read -- ENOSYS
-aio_write -- ENOSYS
lio_listio -- ENOSYS
-aio_error -- ENOSYS
-aio_return -- ENOSYS
aio_cancel -- ENOSYS
aio_suspend -- ENOSYS
aio_fsync -- ENOSYS
--
Generated by Deluxe Loginfo [http://www.codewiz.org/projects/index.html#loginfo] 2.122 by Bernardo Innocenti <bernie at develer.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rtems.org/pipermail/vc/attachments/20100819/e4a5ecbc/attachment-0001.html>
More information about the vc
mailing list