change log for rtems (2010-06-19)
rtems-vc at rtems.org
rtems-vc at rtems.org
Sat Jun 19 21:12:28 UTC 2010
*joel*:
2010-06-19 Joel Sherrill <joel.sherrill at oarcorp.com>
* sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
spfatal_support/init.c: Remove references to ITRON constants.
M 1.374 testsuites/sptests/ChangeLog
M 1.19 testsuites/sptests/sp09/screen01.c
M 1.25 testsuites/sptests/sp09/sp09.scn
M 1.22 testsuites/sptests/sp43/init.c
M 1.11 testsuites/sptests/sp43/sp43.scn
M 1.7 testsuites/sptests/spfatal_support/init.c
diff -u rtems/testsuites/sptests/ChangeLog:1.373 rtems/testsuites/sptests/ChangeLog:1.374
--- rtems/testsuites/sptests/ChangeLog:1.373 Sat Jun 19 11:01:27 2010
+++ rtems/testsuites/sptests/ChangeLog Sat Jun 19 15:55:03 2010
@@ -1,5 +1,10 @@
2010-06-19 Joel Sherrill <joel.sherrill at oarcorp.com>
+ * sp09/screen01.c, sp09/sp09.scn, sp43/init.c, sp43/sp43.scn,
+ spfatal_support/init.c: Remove references to ITRON constants.
+
+2010-06-19 Joel Sherrill <joel.sherrill at oarcorp.com>
+
* Makefile.am, configure.ac: Add sp70 to test slot
reclamation and reuse for unlimited object configuration.
* sp70/.cvsignore, sp70/Makefile.am, sp70/init.c, sp70/sp70.doc,
diff -u rtems/testsuites/sptests/sp09/screen01.c:1.18 rtems/testsuites/sptests/sp09/screen01.c:1.19
--- rtems/testsuites/sptests/sp09/screen01.c:1.18 Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/sptests/sp09/screen01.c Sat Jun 19 15:55:03 2010
@@ -102,27 +102,6 @@
"rtems_task_get_note with non-task ID"
);
- puts( "TA1 - rtems_task_get_note - RTEMS_INVALID_ID (no tasks in API)" );
- status = rtems_task_get_note(
- rtems_build_id( OBJECTS_ITRON_API, OBJECTS_ITRON_TASKS, 1, 1 ),
- RTEMS_NOTEPAD_LAST,
- ¬epad_value
- );
- fatal_directive_status(
- status,
- RTEMS_INVALID_ID,
- "rtems_task_get_note with no tasks in API"
- );
-
- puts( "TA1 - rtems_object_get_classic_name - bad ID" );
- status = rtems_object_get_classic_name(
- rtems_build_id( OBJECTS_ITRON_API, OBJECTS_ITRON_TASKS, 1, 1 ),
- &task_name
- );
- fatal_directive_status( status, RTEMS_INVALID_ID,
- "rtems_object_get_classic_name with no tasks in API"
- );
-
/* NULL param */
status = rtems_task_ident( RTEMS_SELF, RTEMS_SEARCH_ALL_NODES, NULL );
fatal_directive_status(
diff -u rtems/testsuites/sptests/sp09/sp09.scn:1.24 rtems/testsuites/sptests/sp09/sp09.scn:1.25
--- rtems/testsuites/sptests/sp09/sp09.scn:1.24 Sun Oct 4 17:02:18 2009
+++ rtems/testsuites/sptests/sp09/sp09.scn Sat Jun 19 15:55:03 2010
@@ -8,8 +8,6 @@
TA1 - rtems_task_get_note - RTEMS_INVALID_NUMBER
TA1 - rtems_task_get_note - RTEMS_INVALID_ID
TA1 - rtems_task_get_note - RTEMS_INVALID_ID
-TA1 - rtems_task_get_note - RTEMS_INVALID_ID (no tasks in API)
-TA1 - rtems_object_get_classic_name - bad ID
TA1 - rtems_task_ident - RTEMS_INVALID_ADDRESS
TA1 - rtems_task_ident - current task RTEMS_SUCCESSFUL
TA1 - rtems_task_ident - global RTEMS_INVALID_NAME
diff -u rtems/testsuites/sptests/sp43/init.c:1.21 rtems/testsuites/sptests/sp43/init.c:1.22
--- rtems/testsuites/sptests/sp43/init.c:1.21 Fri Mar 12 10:26:36 2010
+++ rtems/testsuites/sptests/sp43/init.c Sat Jun 19 15:55:03 2010
@@ -323,11 +323,6 @@
printf( "rtems_object_api_maximum_class(OBJECTS_CLASSIC_API) returned %d\n",
rtems_object_api_maximum_class(OBJECTS_CLASSIC_API) );
- printf( "rtems_object_api_minimum_class(OBJECTS_ITRON_API) returned %d\n",
- rtems_object_api_minimum_class(OBJECTS_ITRON_API) );
- printf( "rtems_object_api_maximum_class(OBJECTS_ITRON_API) returned %d\n",
- rtems_object_api_maximum_class(OBJECTS_ITRON_API) );
-
/*
* Another screen break for the API and class name tests
*/
@@ -341,8 +336,10 @@
rtems_object_get_api_name(OBJECTS_INTERNAL_API) );
printf( "rtems_object_get_api_name(CLASSIC_API) = %s\n",
rtems_object_get_api_name(OBJECTS_CLASSIC_API) );
+#if 0
printf( "rtems_object_get_api_name(ITRON_API) = %s\n",
rtems_object_get_api_name(OBJECTS_ITRON_API) );
+#endif
printf( "rtems_object_get_api_class_name(0, RTEMS_TASKS) = %s\n",
rtems_object_get_api_class_name( 0, OBJECTS_RTEMS_TASKS ) );
diff -u rtems/testsuites/sptests/sp43/sp43.scn:1.10 rtems/testsuites/sptests/sp43/sp43.scn:1.11
--- rtems/testsuites/sptests/sp43/sp43.scn:1.10 Mon Sep 14 15:07:32 2009
+++ rtems/testsuites/sptests/sp43/sp43.scn Sat Jun 19 15:55:03 2010
@@ -55,14 +55,11 @@
rtems_object_api_maximum_class(OBJECTS_INTERNAL_API) returned 2
rtems_object_api_minimum_class(OBJECTS_CLASSIC_API) returned 1
rtems_object_api_maximum_class(OBJECTS_CLASSIC_API) returned 10
-rtems_object_api_minimum_class(OBJECTS_ITRON_API) returned 1
-rtems_object_api_maximum_class(OBJECTS_ITRON_API) returned 8
<pause>
rtems_object_get_api_name(0) = BAD CLASS
rtems_object_get_api_name(255) = BAD CLASS
rtems_object_get_api_name(INTERNAL_API) = Internal
rtems_object_get_api_name(CLASSIC_API) = Classic
-rtems_object_get_api_name(ITRON_API) = ITRON
rtems_object_get_api_class_name(0, RTEMS_TASKS) = BAD API
rtems_object_get_api_class_name(CLASSIC_API, 0) = BAD CLASS
rtems_object_get_api_class_name(INTERNAL_API, MUTEXES) = Mutex
diff -u rtems/testsuites/sptests/spfatal_support/init.c:1.6 rtems/testsuites/sptests/spfatal_support/init.c:1.7
--- rtems/testsuites/sptests/spfatal_support/init.c:1.6 Sun Nov 29 21:33:25 2009
+++ rtems/testsuites/sptests/spfatal_support/init.c Sat Jun 19 15:55:03 2010
@@ -38,7 +38,6 @@
"INTERNAL_ERROR_CORE",
"INTERNAL_ERROR_RTEMS_API",
"INTERNAL_ERROR_POSIX_API",
- "INTERNAL_ERROR_ITRON_API"
};
@@ -111,7 +110,7 @@
void Put_Source( uint32_t source )
{
- if ( source > INTERNAL_ERROR_ITRON_API )
+ if ( source > INTERNAL_ERROR_POSIX_API )
printk("Unknown Source (%d)", source);
else
printk( Sources[ source ] );
*joel*:
2010-06-19 Joel Sherrill <joel.sherrill at oarcorp.com>
* psxfatal_support/init.c: Remove references to ITRON constants.
M 1.266 testsuites/psxtests/ChangeLog
M 1.6 testsuites/psxtests/psxfatal_support/init.c
diff -u rtems/testsuites/psxtests/ChangeLog:1.265 rtems/testsuites/psxtests/ChangeLog:1.266
--- rtems/testsuites/psxtests/ChangeLog:1.265 Tue Jun 8 08:12:56 2010
+++ rtems/testsuites/psxtests/ChangeLog Sat Jun 19 15:55:29 2010
@@ -1,3 +1,7 @@
+2010-06-19 Joel Sherrill <joel.sherrill at oarcorp.com>
+
+ * psxfatal_support/init.c: Remove references to ITRON constants.
+
2010-06-08 Sebastian Huber <Sebastian.Huber at embedded-brains.de>
* psxfile01/test.c: Update for IMFS API changes.
diff -u rtems/testsuites/psxtests/psxfatal_support/init.c:1.5 rtems/testsuites/psxtests/psxfatal_support/init.c:1.6
--- rtems/testsuites/psxtests/psxfatal_support/init.c:1.5 Sun Nov 29 21:33:23 2009
+++ rtems/testsuites/psxtests/psxfatal_support/init.c Sat Jun 19 15:55:30 2010
@@ -37,7 +37,6 @@
"INTERNAL_ERROR_CORE",
"INTERNAL_ERROR_RTEMS_API",
"INTERNAL_ERROR_POSIX_API",
- "INTERNAL_ERROR_ITRON_API"
};
char *Errors_Rtems[] = {
@@ -112,7 +111,7 @@
void Put_Source( uint32_t source )
{
- if ( source > INTERNAL_ERROR_ITRON_API )
+ if ( source > INTERNAL_ERROR_POSIX_API )
printk("Unknown Source (%d)", source);
else
printk( Sources[ source ] );
--
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/20100619/f9f3a645/attachment-0001.html>
More information about the vc
mailing list