source: rtems/testsuites/sptests/ChangeLog @ a3a512c

4.104.114.84.95
Last change on this file since a3a512c was a3a512c, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/02 at 04:59:41

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

  • sp01/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp02/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp03/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp04/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp05/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp06/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp07/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp08/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp09/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp11/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp12/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp13/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp14/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp15/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp16/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp17/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp19/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp20/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp21/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp22/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp23/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp24/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp25/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp26/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp27/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp28/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp29/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp30/Makefile.am: Use $(OBJEXT) instead of .o.
  • sp31/Makefile.am: Use $(OBJEXT) instead of .o.
  • spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
  • spsize/Makefile.am: Use $(OBJEXT) instead of .o.
  • Property mode set to 100644
File size: 11.2 KB
Line 
12002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * sp01/Makefile.am: Use $(OBJEXT) instead of .o.
4        * sp02/Makefile.am: Use $(OBJEXT) instead of .o.
5        * sp03/Makefile.am: Use $(OBJEXT) instead of .o.
6        * sp04/Makefile.am: Use $(OBJEXT) instead of .o.
7        * sp05/Makefile.am: Use $(OBJEXT) instead of .o.
8        * sp06/Makefile.am: Use $(OBJEXT) instead of .o.
9        * sp07/Makefile.am: Use $(OBJEXT) instead of .o.
10        * sp08/Makefile.am: Use $(OBJEXT) instead of .o.
11        * sp09/Makefile.am: Use $(OBJEXT) instead of .o.
12        * sp11/Makefile.am: Use $(OBJEXT) instead of .o.
13        * sp12/Makefile.am: Use $(OBJEXT) instead of .o.
14        * sp13/Makefile.am: Use $(OBJEXT) instead of .o.
15        * sp14/Makefile.am: Use $(OBJEXT) instead of .o.
16        * sp15/Makefile.am: Use $(OBJEXT) instead of .o.
17        * sp16/Makefile.am: Use $(OBJEXT) instead of .o.
18        * sp17/Makefile.am: Use $(OBJEXT) instead of .o.
19        * sp19/Makefile.am: Use $(OBJEXT) instead of .o.
20        * sp20/Makefile.am: Use $(OBJEXT) instead of .o.
21        * sp21/Makefile.am: Use $(OBJEXT) instead of .o.
22        * sp22/Makefile.am: Use $(OBJEXT) instead of .o.
23        * sp23/Makefile.am: Use $(OBJEXT) instead of .o.
24        * sp24/Makefile.am: Use $(OBJEXT) instead of .o.
25        * sp25/Makefile.am: Use $(OBJEXT) instead of .o.
26        * sp26/Makefile.am: Use $(OBJEXT) instead of .o.
27        * sp27/Makefile.am: Use $(OBJEXT) instead of .o.
28        * sp28/Makefile.am: Use $(OBJEXT) instead of .o.
29        * sp29/Makefile.am: Use $(OBJEXT) instead of .o.
30        * sp30/Makefile.am: Use $(OBJEXT) instead of .o.
31        * sp31/Makefile.am: Use $(OBJEXT) instead of .o.
32        * spfatal/Makefile.am: Use $(OBJEXT) instead of .o.
33        * spsize/Makefile.am: Use $(OBJEXT) instead of .o.
34
352002-08-01      Joel Sherrill <joel@OARcorp.com>
36
37        * Per PR47 add support for buffered test output.  This involved
38        adding defines to redirect output to a buffer and dump it when
39        full, at "test pause", and at exit.  To avoid problems when redefining
40        exit(), all tests were modified to call rtems_test_exit().
41        Some tests, notable psxtests, had to be modified to include
42        the standard test macro .h file (pmacros.h or tmacros.h) to
43        enable this support.
44        * sp01/task1.c, sp02/task1.c, sp03/task2.c, sp04/task1.c, sp05/task1.c,
45        sp06/task1.c, sp07/taskexit.c, sp08/task1.c, sp09/task1.c,
46        sp11/task1.c, sp12/pritask.c, sp12/task5.c, sp13/task1.c,
47        sp14/task2.c, sp15/task1.c, sp16/task1.c, sp17/task1.c,
48        sp19/fptask.c, sp20/task1.c, sp21/task1.c, sp22/task1.c,
49        sp23/task1.c, sp24/task1.c, sp25/task1.c, sp26/init.c, sp26/task1.c,
50        sp30/task1.c, sp31/task1.c, spsize/init.c, spsize/size.c: Modified.
51
522002-07-30      Joel Sherrill <joel@OARcorp.com>
53
54        * spsize/size.c: Don't reference the RTEMS allocated interrupt
55        stack if the port doesn't configure using it.
56
572002-07-04      Joel Sherrill <joel@OARcorp.com>
58
59        * Jump table for single entry point removed.
60        * spsize/size.c:  Modified to reflect above.
61
622002-07-01      Joel Sherrill <joel@OARcorp.com>
63
64        * sp29/init.c: Corrected definitions for task stack usage.
65
662002-07-01      Joel Sherrill <joel@OARcorp.com>
67
68        * spsize/size.c: _Thread_queue_Extract_table removed.
69
702001-05-17      Joel Sherrill <joel@OARcorp.com>
71
72        * sp21/task1.c (INVALID_DRIVER_MAJOR): Change definition to reflect
73        number of staticly configured device drivers.
74
752001-05-14      Joel Sherrill <joel@OARcorp.com>
76
77        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
78        than the configured number of drivers.
79 
802002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * configure.ac: Remove ENABLE_GCC28.
83
842001-04-04      Joel Sherrill <joel@OARcorp.com>
85
86        * spsize/size.c: Reflect SPARC modifcation to get rid of
87        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
88 
892001-03-29      Joel Sherrill <joel@OARcorp.com>
90
91        * Per PR147 addressed problems when reseting and inserting a timer
92        into a timer chain that did not honor time passage since the last
93        time the timer server was scheduled and the new insertion.
94        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
95
962001-03-28      Joel Sherrill <joel@OARcorp.com>
97
98        * Side-effect of PR132.
99        * sp21/system.h: Now must explicitly request NULL driver.
100
1012002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * configure.ac:
104        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
105        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
106        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
107        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
108        * Makefile.am: Remove AUTOMAKE_OPTIONS.
109        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
110        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
111        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
112        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
113        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
114        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
115        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
116        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
117        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
118        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
138
1392002-03-20      Chris Johns <ccj@acm.org>
140
141        * PR145.
142        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
143        in system (e.g. driver tasks).  Also exit on minimum number of
144        switches not precise number.
145
1462001-01-29      Joel Sherrill <joel@OARcorp.com>
147
148        * Fixed bug where resetting a timer that was not at the head
149        of one of the task timer chains resulted in the Timer Server
150        task waking up too far in the future.
151        * Added rtems_timer_get_information() directive to support testing.
152        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
153        above condition.
154
1552001-01-22      Joel Sherrill <joel@OARcorp.com>
156
157        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
158        because priority added as argument to rtems_timer_initiate_server().
159
1602001-01-16      Joel Sherrill <joel@OARcorp.com>
161
162        * Added tests for task-based timers.  This included the new tests
163        sp30 and sp31.
164        * Makefile.am, configure.ac: Modified to reflect new tests and files.
165        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
166        for task-based timer services.
167        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
168        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
169        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
170        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
171        sp31/task1.c: New files.
172
1732001-11-01      Joel Sherrill <joel@OARcorp.com>
174
175        * sp26/system.h: Properly account for stack memory used by
176        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
177        and processed as PR78.
178
1792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
182        * configure.in: Remove.
183        * configure.ac: New file, generated from configure.in by autoupdate.
184
1852001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
188
1892001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
190
191        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
192        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
193        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
194        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
195        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
196        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
197        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
198        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
199        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
200        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
201        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
202        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
203        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
204        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
205        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
206        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
207        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
208        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
209        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
210        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
211        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
212        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
213        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
214        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
215        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
216        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
217        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
218        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
219        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
220
2212001-08-16      Joel Sherrill <joel@OARcorp.com>
222
223        * sp20/system.h: Account for extra task stacks properly.
224
2252001-08-16      Joel Sherrill <joel@OARcorp.com>
226
227        * sp13/sp13.scn: Id in screen had wrong class field value.
228        * sp13/system.h: Account for message buffer memory.
229        * sp13/task2.c: Remove unnecessary check for failure.
230
2312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
232
233        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
234
2352001-04-20      Joel Sherrill <joel@OARcorp.com>
236
237        * sp298/sp28.scn: Minor adjustment so test output matches the screen
238        file.
239
2402001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
241
242        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
243
2442001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * sp21/Makefile.am: Remove libtest.
247
2482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
251
2522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
255
2562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
259        Switch to GNU canonicalization.
260        * sptests.am: Remove DEFS.
261
2622000-09-29      Joel Sherrill <joel@OARcorp.com>
263
264        * sp20/sp20.scn: Corrected to reflect new addition.
265        * sp20/system.h: Removed comment reflecting history.
266
2672000-09-29      Stephan Merker <merker@decrc.abb.de>
268
269        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
270        Added new task to test sequence of altering a period's length
271        while it is still active.
272
2732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
276        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
277        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
278        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
279        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
280        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
281        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
282        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
283        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
284        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
285
2862000-08-10      Joel Sherrill <joel@OARcorp.com>
287
288        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.