summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/ChangeLog
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 14:46:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-08-19 14:46:52 +0000
commitf132a3d8ddf20b1774a717870fa708c83b40115a (patch)
tree9973dc5f8d0c108d97eb14c88560c7640582e768 /testsuites/psxtests/ChangeLog
parent2008-08-19 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-f132a3d8ddf20b1774a717870fa708c83b40115a.tar.bz2
2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
PR 1296/cpukit. * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use incorrect repeat interval. This patch fixes the following problems in the test. (1) Adds test for value of it_interval.tv_nsec. (2) Corrects test for absolute timer in past. (3) Modifies test to use different initial and repeat periods. (4) Updates psxtimer01.scn to match results.
Diffstat (limited to 'testsuites/psxtests/ChangeLog')
-rw-r--r--testsuites/psxtests/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/testsuites/psxtests/ChangeLog b/testsuites/psxtests/ChangeLog
index 32d1d67afa..07463641ab 100644
--- a/testsuites/psxtests/ChangeLog
+++ b/testsuites/psxtests/ChangeLog
@@ -1,3 +1,14 @@
+2008-08-19 Tim FitzGeorge <tim.fitzgeorge@astrium.eads.net>
+
+ PR 1296/cpukit.
+ * psxtimer01/psxtimer.c, psxtimer01/psxtimer01.scn: POSIX timers use
+ incorrect repeat interval. This patch fixes the following problems in
+ the test.
+ (1) Adds test for value of it_interval.tv_nsec.
+ (2) Corrects test for absolute timer in past.
+ (3) Modifies test to use different initial and repeat periods.
+ (4) Updates psxtimer01.scn to match results.
+
2008-08-15 Joel Sherrill <joel.sherrill@OARcorp.com>
PR 1297/cpukit