change log for rtems (2011-03-09)
rtems-vc at rtems.org
rtems-vc at rtems.org
Wed Mar 9 20:11:21 UTC 2011
*joel*:
2011-03-09 Joel Sherrill <joel.sherrill at oarcorp.com>
* devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
passes on sis.
M 1.261 testsuites/libtests/ChangeLog
M 1.2 testsuites/libtests/devfs04/devfs04.scn
M 1.4 testsuites/libtests/devfs04/init.c
diff -u rtems/testsuites/libtests/ChangeLog:1.260 rtems/testsuites/libtests/ChangeLog:1.261
--- rtems/testsuites/libtests/ChangeLog:1.260 Wed Mar 9 09:39:58 2011
+++ rtems/testsuites/libtests/ChangeLog Wed Mar 9 13:39:44 2011
@@ -1,3 +1,8 @@
+2011-03-09 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * devfs04/devfs04.scn, devfs04/init.c: Increase configuration so this
+ passes on sis.
+
2011-03-09 Sebastian Huber <sebastian.huber at embedded-brains.de>
* malloctest/init.c: Improve coverage.
diff -u rtems/testsuites/libtests/devfs04/devfs04.scn:1.1 rtems/testsuites/libtests/devfs04/devfs04.scn:1.2
--- rtems/testsuites/libtests/devfs04/devfs04.scn:1.1 Thu Jul 22 06:54:10 2010
+++ rtems/testsuites/libtests/devfs04/devfs04.scn Wed Mar 9 13:39:44 2011
@@ -6,4 +6,5 @@
Init - attempt to read from /dev/test -- OK
Init - attempt to read from /dev/test - expect ENOSYS
Init - attempt ioctl on the device - expect ENOSYS
+Init - mknod(/dev/null)-- OK
*** END OF TEST DEVFS04 ***
diff -u rtems/testsuites/libtests/devfs04/init.c:1.3 rtems/testsuites/libtests/devfs04/init.c:1.4
--- rtems/testsuites/libtests/devfs04/init.c:1.3 Tue Feb 22 01:34:07 2011
+++ rtems/testsuites/libtests/devfs04/init.c Wed Mar 9 13:39:44 2011
@@ -65,6 +65,7 @@
rtems_test_assert( status == -1 );
rtems_test_assert( errno == ENOSYS );
+ puts( "Init - mknod(/dev/null)-- OK" );
status = mknod( "/dev/null", 0777 | S_IFCHR, 0LL );
rtems_test_assert( status == 0 );
@@ -80,6 +81,7 @@
/* include an extra slot for registering the termios one dynamically */
#define CONFIGURE_MAXIMUM_DRIVERS 3
+#define CONFIGURE_MAXIMUM_DEVICES 6
#define CONFIGURE_LIBIO_MAXIMUM_FILE_DESCRIPTORS 5
*joel*:
2011-03-09 Joel Sherrill <joel.sherrill at oarcorp.com>
* psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by
PR1759.
M 1.335 testsuites/psxtests/ChangeLog
M 1.26 testsuites/psxtests/psx04/init.c
M 1.9 testsuites/psxtests/psx04/psx04.scn
diff -u rtems/testsuites/psxtests/ChangeLog:1.334 rtems/testsuites/psxtests/ChangeLog:1.335
--- rtems/testsuites/psxtests/ChangeLog:1.334 Tue Mar 8 16:10:38 2011
+++ rtems/testsuites/psxtests/ChangeLog Wed Mar 9 14:08:23 2011
@@ -1,3 +1,8 @@
+2011-03-09 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * psx04/init.c, psx04/psx04.scn: Remove test case made obsolete by
+ PR1759.
+
2011-03-08 Joel Sherrill <joel.sherrilL at OARcorp.com>
PR 1759/cpukit
diff -u rtems/testsuites/psxtests/psx04/init.c:1.25 rtems/testsuites/psxtests/psx04/init.c:1.26
--- rtems/testsuites/psxtests/psx04/init.c:1.25 Tue Feb 22 03:47:31 2011
+++ rtems/testsuites/psxtests/psx04/init.c Wed Mar 9 14:08:23 2011
@@ -548,12 +548,6 @@
rtems_test_assert( errno == EINVAL );
puts( "Init: pthread_kill - EINVAL (sig invalid)" );
- status = pthread_kill( 0, SIGUSR2 );
- if ( status != -1 )
- printf( "status = %d\n", status );
- rtems_test_assert( errno == ESRCH );
- puts( "Init: pthread_kill - ESRCH (signal SA_SIGINFO)" );
-
status = pthread_kill( Init_id, 0 );
if ( status != -1 )
printf( "status = %d\n", status );
diff -u rtems/testsuites/psxtests/psx04/psx04.scn:1.8 rtems/testsuites/psxtests/psx04/psx04.scn:1.9
--- rtems/testsuites/psxtests/psx04/psx04.scn:1.8 Fri Jul 3 13:39:11 2009
+++ rtems/testsuites/psxtests/psx04/psx04.scn Wed Mar 9 14:08:23 2011
@@ -102,7 +102,6 @@
Init: pthread_sigmask - EINVAL (timout->nsec invalid < 0)
Init: pthread_sigmask - EINVAL (timout->nsec invalid to large)
Init: pthread_kill - EINVAL (sig invalid)
-Init: pthread_kill - ESRCH (signal SA_SIGINFO)
Init: pthread_kill - EINVAL (signal = 0)
Init: pthread_kill - SUCCESSFUL (signal = SIG_IGN)
Init: kill - ESRCH (pid invalid)
--
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/20110309/3b6e1644/attachment-0001.html>
More information about the vc
mailing list