summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-14 18:39:44 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-12-14 18:39:44 +0000
commit11ef7b6a4631f9343328b5a6ff2b098b1a723839 (patch)
tree6aad983a80df60ae4ad9f72d782257a7b0e6907d /testsuites/itrontests/ChangeLog
parent2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-11ef7b6a4631f9343328b5a6ff2b098b1a723839.tar.bz2
2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
* itrontask04/init.c: Run all tests successfully with maxixum number of priorities as 16 instead of 256. This was done by temporarily modifying the score priority.h maximum. This allowed testing of all API code to ensure that it worked properly with a reduced number of priorities. Most modifications were to switch from hard-coded maximum to using the API provided methods to determine maximum number of priority levels.
Diffstat (limited to 'testsuites/itrontests/ChangeLog')
-rw-r--r--testsuites/itrontests/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/testsuites/itrontests/ChangeLog b/testsuites/itrontests/ChangeLog
index 314fda8681..8ad6deec26 100644
--- a/testsuites/itrontests/ChangeLog
+++ b/testsuites/itrontests/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-14 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * itrontask04/init.c: Run all tests successfully with maxixum number of
+ priorities as 16 instead of 256. This was done by temporarily
+ modifying the score priority.h maximum. This allowed testing of all
+ API code to ensure that it worked properly with a reduced number of
+ priorities. Most modifications were to switch from hard-coded maximum
+ to using the API provided methods to determine maximum number of
+ priority levels.
+
2008-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>
* itronhello/system.h, itronmbox01/system.h, itrontask02/system.h,