source: rtems/testsuites/sptests/ChangeLog @ 7b64b25b

4.104.114.84.95
Last change on this file since 7b64b25b was 18ee864, checked in by Joel Sherrill <joel.sherrill@…>, on 05/29/03 at 19:07:42

2003-05-29 Joel Sherrill <joel@…>

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