source: rtems/testsuites/sptests/ChangeLog @ a9047a0

4.104.114.84.95
Last change on this file since a9047a0 was a9047a0, checked in by Joel Sherrill <joel.sherrill@…>, on 07/01/02 at 22:11:15

2002-07-01 Joel Sherrill <joel@…>

  • spsize/size.c: _Thread_queue_Extract_table removed.
  • Property mode set to 100644
File size: 8.3 KB
Line 
12002-07-01      Joel Sherrill <joel@OARcorp.com>
2
3        * spsize/size.c: _Thread_queue_Extract_table removed.
4
52001-05-17      Joel Sherrill <joel@OARcorp.com>
6
7        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
8        number of staticly configured device drivers.
9
102001-05-14      Joel Sherrill <joel@OARcorp.com>
11
12        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
13        than the configured number of drivers.
14 
152002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove ENABLE_GCC28.
18
192001-04-04      Joel Sherrill <joel@OARcorp.com>
20
21        * spsize/size.c: Reflect SPARC modifcation to get rid of
22        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
23 
242001-03-29      Joel Sherrill <joel@OARcorp.com>
25
26        * Per PR147 addressed problems when reseting and inserting a timer
27        into a timer chain that did not honor time passage since the last
28        time the timer server was scheduled and the new insertion.
29        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
30
312001-03-28      Joel Sherrill <joel@OARcorp.com>
32
33        * Side-effect of PR132.
34        * sp21/system.h: Now must explicitly request NULL driver.
35
362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * configure.ac:
39        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
40        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
41        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
64        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
65        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
66        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
67        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
68        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
69        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
70        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
71        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
72        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
73
742002-03-20      Chris Johns <ccj@acm.org>
75
76        * PR145.
77        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
78        in system (e.g. driver tasks).  Also exit on minimum number of
79        switches not precise number.
80
812001-01-29      Joel Sherrill <joel@OARcorp.com>
82
83        * Fixed bug where resetting a timer that was not at the head
84        of one of the task timer chains resulted in the Timer Server
85        task waking up too far in the future.
86        * Added rtems_timer_get_information() directive to support testing.
87        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
88        above condition.
89
902001-01-22      Joel Sherrill <joel@OARcorp.com>
91
92        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
93        because priority added as argument to rtems_timer_initiate_server().
94
952001-01-16      Joel Sherrill <joel@OARcorp.com>
96
97        * Added tests for task-based timers.  This included the new tests
98        sp30 and sp31.
99        * Makefile.am, configure.ac: Modified to reflect new tests and files.
100        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
101        for task-based timer services.
102        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
103        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
104        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
105        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
106        sp31/task1.c: New files.
107
1082001-11-01      Joel Sherrill <joel@OARcorp.com>
109
110        * sp26/system.h: Properly account for stack memory used by
111        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
112        and processed as PR78.
113
1142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
115
116        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
117        * configure.in: Remove.
118        * configure.ac: New file, generated from configure.in by autoupdate.
119
1202001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
123
1242001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
125
126        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
127        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
128        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
129        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
130        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
131        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
132        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
133        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
134        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
135        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
136        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
137        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
138        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
139        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
140        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
141        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
142        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
143        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
144        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
145        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
146        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
147        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
148        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
149        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
150        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
151        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
152        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
153        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
154        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
155
1562001-08-16      Joel Sherrill <joel@OARcorp.com>
157
158        * sp20/system.h: Account for extra task stacks properly.
159
1602001-08-16      Joel Sherrill <joel@OARcorp.com>
161
162        * sp13/sp13.scn: Id in screen had wrong class field value.
163        * sp13/system.h: Account for message buffer memory.
164        * sp13/task2.c: Remove unnecessary check for failure.
165
1662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
167
168        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
169
1702001-04-20      Joel Sherrill <joel@OARcorp.com>
171
172        * sp298/sp28.scn: Minor adjustment so test output matches the screen
173        file.
174
1752001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
176
177        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
178
1792001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * sp21/Makefile.am: Remove libtest.
182
1832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
184
185        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
186
1872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
188
189        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
190
1912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
192
193        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
194        Switch to GNU canonicalization.
195        * sptests.am: Remove DEFS.
196
1972000-09-29      Joel Sherrill <joel@OARcorp.com>
198
199        * sp20/sp20.scn: Corrected to reflect new addition.
200        * sp20/system.h: Removed comment reflecting history.
201
2022000-09-29      Stephan Merker <merker@decrc.abb.de>
203
204        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
205        Added new task to test sequence of altering a period's length
206        while it is still active.
207
2082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
211        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
212        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
213        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
214        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
215        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
216        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
217        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
218        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
219        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
220
2212000-08-10      Joel Sherrill <joel@OARcorp.com>
222
223        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.