source: rtems/c/src/tests/sptests/ChangeLog @ 74e2998

Last change on this file since 74e2998 was 74e2998, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:41:57

2003-08-11 Ralf Corsepius <corsepiu@…>

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