source: rtems/c/src/tests/sptests/ChangeLog @ 3c55718

4.104.114.84.95
Last change on this file since 3c55718 was 3c55718, checked in by Ralf Corsepius <ralf.corsepius@…>, on 03/11/03 at 09:06:13

Merger from rtems-4-6-branch.

  • Property mode set to 100644
File size: 12.2 KB
Line 
12003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove AC_CONFIG_AUX_DIR.
4
52003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
6
7        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
8
92003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * configure.ac: AC_PREREQ(2.57).
12
132002-11-14      Joel Sherrill <joel@OARcorp.com>
14
15        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
16        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
17        update the IDs in the screens.
18
192002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * .cvsignore: Reformat.
22        Add autom4te*cache.
23        Remove autom4te.cache.
24
252002-09-14      Joel Sherrill <joel@OARcorp.com>
26
27        * sp32/.cvsignore: New file.
28
292002-09-14      Aaron J. Grier <aaron@frye.com>
30
31        * PR271 was not applicable against the current source but included
32        a nice test that Joel decided to add to the tree as sp32.
33        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
34        * Makefile.am, configure.ac: Modified to reflect addition.
35
362002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
37
38        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
39        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
40        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
41        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
42        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
43        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
44        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
45        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
46        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
47        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
48        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
49        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
50        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
51        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
52        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
53        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
54        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
55        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
56        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
57        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
58        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
59        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
60        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
61        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
62        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
63        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
64        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
65        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
66        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
67        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
68        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
69
702002-08-01      Joel Sherrill <joel@OARcorp.com>
71
72        * Per PR47 add support for buffered test output.  This involved
73        adding defines to redirect output to a buffer and dump it when
74        full, at "test pause", and at exit.  To avoid problems when redefining
75        exit(), all tests were modified to call rtems_test_exit().
76        Some tests, notable psxtests, had to be modified to include
77        the standard test macro .h file (pmacros.h or tmacros.h) to
78        enable this support.
79        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
80        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
81        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
82        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
83        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
84        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
85        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
86
872002-07-30      Joel Sherrill <joel@OARcorp.com>
88
89        * spsize/size.c: Don't reference the RTEMS allocated interrupt
90        stack if the port doesn't configure using it.
91
922002-07-04      Joel Sherrill <joel@OARcorp.com>
93
94        * Jump table for single entry point removed.
95        * spsize/size.c:  Modified to reflect above.
96
972002-07-01      Joel Sherrill <joel@OARcorp.com>
98
99        * sp29/init.c: Corrected definitions for task stack usage.
100
1012002-07-01      Joel Sherrill <joel@OARcorp.com>
102
103        * spsize/size.c: _Thread_queue_Extract_table removed.
104
1052001-05-17      Joel Sherrill <joel@OARcorp.com>
106
107        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
108        number of staticly configured device drivers.
109
1102001-05-14      Joel Sherrill <joel@OARcorp.com>
111
112        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
113        than the configured number of drivers.
114 
1152002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * configure.ac: Remove ENABLE_GCC28.
118
1192001-04-04      Joel Sherrill <joel@OARcorp.com>
120
121        * spsize/size.c: Reflect SPARC modifcation to get rid of
122        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
123 
1242001-03-29      Joel Sherrill <joel@OARcorp.com>
125
126        * Per PR147 addressed problems when reseting and inserting a timer
127        into a timer chain that did not honor time passage since the last
128        time the timer server was scheduled and the new insertion.
129        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
130
1312001-03-28      Joel Sherrill <joel@OARcorp.com>
132
133        * Side-effect of PR132.
134        * sp21/system.h: Now must explicitly request NULL driver.
135
1362002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
137
138        * configure.ac:
139        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
140        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
141        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
147        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
148        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
149        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
150        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
151        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
173
1742002-03-20      Chris Johns <ccj@acm.org>
175
176        * PR145.
177        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
178        in system (e.g. driver tasks).  Also exit on minimum number of
179        switches not precise number.
180
1812001-01-29      Joel Sherrill <joel@OARcorp.com>
182
183        * Fixed bug where resetting a timer that was not at the head
184        of one of the task timer chains resulted in the Timer Server
185        task waking up too far in the future.
186        * Added rtems_timer_get_information() directive to support testing.
187        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
188        above condition.
189
1902001-01-22      Joel Sherrill <joel@OARcorp.com>
191
192        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
193        because priority added as argument to rtems_timer_initiate_server().
194
1952001-01-16      Joel Sherrill <joel@OARcorp.com>
196
197        * Added tests for task-based timers.  This included the new tests
198        sp30 and sp31.
199        * Makefile.am, configure.ac: Modified to reflect new tests and files.
200        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
201        for task-based timer services.
202        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
203        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
204        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
205        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
206        sp31/task1.c: New files.
207
2082001-11-01      Joel Sherrill <joel@OARcorp.com>
209
210        * sp26/system.h: Properly account for stack memory used by
211        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
212        and processed as PR78.
213
2142001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
217        * configure.in: Remove.
218        * configure.ac: New file, generated from configure.in by autoupdate.
219
2202001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
221
222        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
223
2242001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
227        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
228        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
229        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
230        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
231        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
232        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
233        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
234        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
235        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
236        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
237        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
238        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
239        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
240        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
241        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
242        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
243        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
244        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
245        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
246        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
247        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
248        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
249        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
250        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
251        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
252        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
253        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
254        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
255
2562001-08-16      Joel Sherrill <joel@OARcorp.com>
257
258        * sp20/system.h: Account for extra task stacks properly.
259
2602001-08-16      Joel Sherrill <joel@OARcorp.com>
261
262        * sp13/sp13.scn: Id in screen had wrong class field value.
263        * sp13/system.h: Account for message buffer memory.
264        * sp13/task2.c: Remove unnecessary check for failure.
265
2662001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
267
268        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
269
2702001-04-20      Joel Sherrill <joel@OARcorp.com>
271
272        * sp298/sp28.scn: Minor adjustment so test output matches the screen
273        file.
274
2752001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
278
2792001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * sp21/Makefile.am: Remove libtest.
282
2832000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
286
2872000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
290
2912000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
294        Switch to GNU canonicalization.
295        * sptests.am: Remove DEFS.
296
2972000-09-29      Joel Sherrill <joel@OARcorp.com>
298
299        * sp20/sp20.scn: Corrected to reflect new addition.
300        * sp20/system.h: Removed comment reflecting history.
301
3022000-09-29      Stephan Merker <merker@decrc.abb.de>
303
304        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
305        Added new task to test sequence of altering a period's length
306        while it is still active.
307
3082000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
311        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
312        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
313        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
314        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
315        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
316        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
317        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
318        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
319        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
320
3212000-08-10      Joel Sherrill <joel@OARcorp.com>
322
323        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.