summaryrefslogtreecommitdiffstats
path: root/c/src/tests/sptests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-29 15:32:08 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-03-29 15:32:08 +0000
commit5729f62e12673f322451fd4dcd6e790ec1e2ccef (patch)
tree234256187190ca3ea6193b47aa62d41b7fe27472 /c/src/tests/sptests/ChangeLog
parent2002-03-28 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-5729f62e12673f322451fd4dcd6e790ec1e2ccef.tar.bz2
2001-03-29 Joel Sherrill <joel@OARcorp.com>
* Per PR147 addressed problems when reseting and inserting a timer into a timer chain that did not honor time passage since the last time the timer server was scheduled and the new insertion. * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
Diffstat (limited to 'c/src/tests/sptests/ChangeLog')
-rw-r--r--c/src/tests/sptests/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/c/src/tests/sptests/ChangeLog b/c/src/tests/sptests/ChangeLog
index d3e8d31430..973936a0e9 100644
--- a/c/src/tests/sptests/ChangeLog
+++ b/c/src/tests/sptests/ChangeLog
@@ -1,3 +1,10 @@
+2001-03-29 Joel Sherrill <joel@OARcorp.com>
+
+ * Per PR147 addressed problems when reseting and inserting a timer
+ into a timer chain that did not honor time passage since the last
+ time the timer server was scheduled and the new insertion.
+ * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
+
2001-03-28 Joel Sherrill <joel@OARcorp.com>
* Side-effect of PR132.