source: rtems/testsuites/sptests/ChangeLog @ afcd563

4.104.114.84.95
Last change on this file since afcd563 was afcd563, checked in by Joel Sherrill <joel.sherrill@…>, on 11/14/02 at 17:36:14

2002-11-14 Joel Sherrill <joel@…>

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