source: rtems/testsuites/sptests/ChangeLog @ 78bea14

4.104.114.84.95
Last change on this file since 78bea14 was 78bea14, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 07:18:07

2003-05-27 Ralf Corsepius <corsepiu@…>

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