source: rtems/c/src/tests/sptests/ChangeLog @ 93d5462

Last change on this file since 93d5462 was 93d5462, checked in by Ralf Corsepius <ralf.corsepius@…>, on 05/27/03 at 10:02:07

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

  • configure.ac: Remove CC_CFLAGS_DEBUG_V. CC_CFLAGS_DEFAULT (obsolete).

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.4 KB
RevLine 
[93d5462]12003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
4        CC_CFLAGS_DEFAULT (obsolete).
5
62003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
9        Remove CC_LDFLAGS_PROFILE_V.
10
[b18646c9]112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * configure.ac: Remove AC_CONFIG_AUX_DIR.
14
[ccd81b60]152003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
18
[9b5c258]192003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * configure.ac: AC_PREREQ(2.57).
22
[afcd563]232002-11-14      Joel Sherrill <joel@OARcorp.com>
24
25        * sp02/sp02.scn, sp15/sp15.scn, sp16/sp16.scn, sp20/sp20.scn,
26        sp22/sp22.scn, sp23/sp23.scn, sp25/sp25.scn, sp31/sp31.scn: Per PR239
27        update the IDs in the screens.
28
[8730f45]292002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * .cvsignore: Reformat.
32        Add autom4te*cache.
33        Remove autom4te.cache.
34
[0c0d089]352002-09-14      Joel Sherrill <joel@OARcorp.com>
36
37        * sp32/.cvsignore: New file.
38
[0af7c20]392002-09-14      Aaron J. Grier <aaron@frye.com>
40
41        * PR271 was not applicable against the current source but included
42        a nice test that Joel decided to add to the tree as sp32.
43        * sp32/Makefile.am, sp32/init.c, sp32/sp32.scn: New file.
44        * Makefile.am, configure.ac: Modified to reflect addition.
45
[a3a512c]462002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
49        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
50        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
51        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
52        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
53        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
54        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
55        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
56        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
57        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
58        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
59        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
60        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
61        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
62        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
63        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
64        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
65        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
66        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
67        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
68        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
69        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
70        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
71        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
72        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
73        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
74        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
75        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
76        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
77        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
78        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
79
[3aa4c2e0]802002-08-01      Joel Sherrill <joel@OARcorp.com>
81
82        * Per PR47 add support for buffered test output.  This involved
83        adding defines to redirect output to a buffer and dump it when
84        full, at "test pause", and at exit.  To avoid problems when redefining
85        exit(), all tests were modified to call rtems_test_exit().
86        Some tests, notable psxtests, had to be modified to include
87        the standard test macro .h file (pmacros.h or tmacros.h) to
88        enable this support.
89        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
90        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
91        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
92        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
93        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
94        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
95        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
96
[3dc936c1]972002-07-30      Joel Sherrill <joel@OARcorp.com>
98
99        * spsize/size.c: Don't reference the RTEMS allocated interrupt
100        stack if the port doesn't configure using it.
101
[c3bb68a1]1022002-07-04      Joel Sherrill <joel@OARcorp.com>
103
104        * Jump table for single entry point removed.
105        * spsize/size.c:  Modified to reflect above.
106
[21bbb92]1072002-07-01      Joel Sherrill <joel@OARcorp.com>
108
109        * sp29/init.c: Corrected definitions for task stack usage.
110
[a9047a0]1112002-07-01      Joel Sherrill <joel@OARcorp.com>
112
113        * spsize/size.c: _Thread_queue_Extract_table removed.
114
[8873684]1152001-05-17      Joel Sherrill <joel@OARcorp.com>
116
117        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
118        number of staticly configured device drivers.
119
[606926f]1202001-05-14      Joel Sherrill <joel@OARcorp.com>
121
122        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
123        than the configured number of drivers.
124 
[cb9b2bfc]1252002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
126
127        * configure.ac: Remove ENABLE_GCC28.
128
[beaa47bc]1292001-04-04      Joel Sherrill <joel@OARcorp.com>
130
131        * spsize/size.c: Reflect SPARC modifcation to get rid of
132        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
133 
[5729f62]1342001-03-29      Joel Sherrill <joel@OARcorp.com>
135
136        * Per PR147 addressed problems when reseting and inserting a timer
137        into a timer chain that did not honor time passage since the last
138        time the timer server was scheduled and the new insertion.
139        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
140
[0a32a21]1412001-03-28      Joel Sherrill <joel@OARcorp.com>
142
143        * Side-effect of PR132.
144        * sp21/system.h: Now must explicitly request NULL driver.
145
[ac2512ab]1462002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
147
148        * configure.ac:
149        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
150        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
151        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
152        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
153        * Makefile.am: Remove AUTOMAKE_OPTIONS.
154        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
155        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
156        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
157        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
158        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
159        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
160        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
161        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
162        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
163        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
164        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
165        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
166        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
167        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
183
[fabacfe]1842002-03-20      Chris Johns <ccj@acm.org>
185
186        * PR145.
187        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
188        in system (e.g. driver tasks).  Also exit on minimum number of
189        switches not precise number.
190
[ef70d9b]1912001-01-29      Joel Sherrill <joel@OARcorp.com>
192
193        * Fixed bug where resetting a timer that was not at the head
194        of one of the task timer chains resulted in the Timer Server
195        task waking up too far in the future.
196        * Added rtems_timer_get_information() directive to support testing.
197        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
198        above condition.
199
[2fc6dc3]2002001-01-22      Joel Sherrill <joel@OARcorp.com>
201
202        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
203        because priority added as argument to rtems_timer_initiate_server().
204
[de569fe]2052001-01-16      Joel Sherrill <joel@OARcorp.com>
206
207        * Added tests for task-based timers.  This included the new tests
208        sp30 and sp31.
209        * Makefile.am, configure.ac: Modified to reflect new tests and files.
210        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
211        for task-based timer services.
212        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
213        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
214        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
215        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
216        sp31/task1.c: New files.
217
[850f87e]2182001-11-01      Joel Sherrill <joel@OARcorp.com>
219
220        * sp26/system.h: Properly account for stack memory used by
221        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
222        and processed as PR78.
223
[df25c998]2242001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
227        * configure.in: Remove.
228        * configure.ac: New file, generated from configure.in by autoupdate.
229
[996bfbf]2302001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
231
232        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
233
[25b9e93c]2342001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
235
236        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
237        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
238        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
239        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
240        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
241        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
242        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
243        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
244        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
245        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
246        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
247        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
248        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
249        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
250        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
251        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
252        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
253        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
254        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
255        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
256        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
257        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
258        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
259        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
260        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
261        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
262        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
263        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
264        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
265
[94dfe0f7]2662001-08-16      Joel Sherrill <joel@OARcorp.com>
267
268        * sp20/system.h: Account for extra task stacks properly.
269
[11b1063]2702001-08-16      Joel Sherrill <joel@OARcorp.com>
271
272        * sp13/sp13.scn: Id in screen had wrong class field value.
273        * sp13/system.h: Account for message buffer memory.
274        * sp13/task2.c: Remove unnecessary check for failure.
275
[95083c0]2762001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
277
278        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
279
[cf7884b]2802001-04-20      Joel Sherrill <joel@OARcorp.com>
281
282        * sp298/sp28.scn: Minor adjustment so test output matches the screen
283        file.
284
[dde827b]2852001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
288
[55a86b4]2892001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
290
291        * sp21/Makefile.am: Remove libtest.
292
[feead226]2932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
294
295        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
296
[a314d3b4]2972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
300
[cbe7d66]3012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
304        Switch to GNU canonicalization.
305        * sptests.am: Remove DEFS.
306
[837ab841]3072000-09-29      Joel Sherrill <joel@OARcorp.com>
308
309        * sp20/sp20.scn: Corrected to reflect new addition.
310        * sp20/system.h: Removed comment reflecting history.
311
[cf42c54c]3122000-09-29      Stephan Merker <merker@decrc.abb.de>
313
314        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
315        Added new task to test sequence of altering a period's length
316        while it is still active.
317
[e35d6b2]3182000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
321        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
322        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
323        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
324        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
325        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
326        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
327        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
328        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
329        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
330
[e94ad1fe]3312000-08-10      Joel Sherrill <joel@OARcorp.com>
332
333        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.