source: rtems/c/src/tests/sptests/ChangeLog @ 606926f

4.104.114.84.95
Last change on this file since 606926f was 606926f, checked in by Joel Sherrill <joel.sherrill@…>, on 05/14/02 at 15:20:48

2001-05-14 Joel Sherrill <joel@…>

  • sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more than the configured number of drivers.
  • Property mode set to 100644
File size: 8.1 KB
Line 
12001-05-14      Joel Sherrill <joel@OARcorp.com>
2
3        * sp21/task1.c: Correct INVALID_DRIVER_MAJOR so it is precisely 1 more
4        than the configured number of drivers.
5 
62002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7
8        * configure.ac: Remove ENABLE_GCC28.
9
102001-04-04      Joel Sherrill <joel@OARcorp.com>
11
12        * spsize/size.c: Reflect SPARC modifcation to get rid of
13        NO_TABLE_MOVE and references to  _CPU_Trap_Table_area.
14 
152001-03-29      Joel Sherrill <joel@OARcorp.com>
16
17        * Per PR147 addressed problems when reseting and inserting a timer
18        into a timer chain that did not honor time passage since the last
19        time the timer server was scheduled and the new insertion.
20        * sp31/sp31.scn, sp31/task1.c: Added test code to detect this case.
21
222001-03-28      Joel Sherrill <joel@OARcorp.com>
23
24        * Side-effect of PR132.
25        * sp21/system.h: Now must explicitly request NULL driver.
26
272002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
28
29        * configure.ac:
30        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
31        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
32        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
38        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
39        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
40        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
41        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
42        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
43        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
44        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
45        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
46        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
47        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
48        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
49        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
50        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
51        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
52        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
53        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
54        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
55        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
56        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
57        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
58        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
59        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
60        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
61        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
62        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
63        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
64
652002-03-20      Chris Johns <ccj@acm.org>
66
67        * PR145.
68        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
69        in system (e.g. driver tasks).  Also exit on minimum number of
70        switches not precise number.
71
722001-01-29      Joel Sherrill <joel@OARcorp.com>
73
74        * Fixed bug where resetting a timer that was not at the head
75        of one of the task timer chains resulted in the Timer Server
76        task waking up too far in the future.
77        * Added rtems_timer_get_information() directive to support testing.
78        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
79        above condition.
80
812001-01-22      Joel Sherrill <joel@OARcorp.com>
82
83        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
84        because priority added as argument to rtems_timer_initiate_server().
85
862001-01-16      Joel Sherrill <joel@OARcorp.com>
87
88        * Added tests for task-based timers.  This included the new tests
89        sp30 and sp31.
90        * Makefile.am, configure.ac: Modified to reflect new tests and files.
91        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
92        for task-based timer services.
93        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
94        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
95        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
96        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
97        sp31/task1.c: New files.
98
992001-11-01      Joel Sherrill <joel@OARcorp.com>
100
101        * sp26/system.h: Properly account for stack memory used by
102        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
103        and processed as PR78.
104
1052001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
108        * configure.in: Remove.
109        * configure.ac: New file, generated from configure.in by autoupdate.
110
1112001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
112
113        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
114
1152001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
116
117        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
118        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
119        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
120        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
121        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
122        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
123        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
124        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
125        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
126        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
127        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
128        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
129        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
130        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
131        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
132        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
133        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
134        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
135        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
136        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
137        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
138        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
139        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
140        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
141        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
142        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
143        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
144        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
145        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
146
1472001-08-16      Joel Sherrill <joel@OARcorp.com>
148
149        * sp20/system.h: Account for extra task stacks properly.
150
1512001-08-16      Joel Sherrill <joel@OARcorp.com>
152
153        * sp13/sp13.scn: Id in screen had wrong class field value.
154        * sp13/system.h: Account for message buffer memory.
155        * sp13/task2.c: Remove unnecessary check for failure.
156
1572001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
158
159        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
160
1612001-04-20      Joel Sherrill <joel@OARcorp.com>
162
163        * sp298/sp28.scn: Minor adjustment so test output matches the screen
164        file.
165
1662001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
169
1702001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * sp21/Makefile.am: Remove libtest.
173
1742000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
177
1782000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
181
1822000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
183
184        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
185        Switch to GNU canonicalization.
186        * sptests.am: Remove DEFS.
187
1882000-09-29      Joel Sherrill <joel@OARcorp.com>
189
190        * sp20/sp20.scn: Corrected to reflect new addition.
191        * sp20/system.h: Removed comment reflecting history.
192
1932000-09-29      Stephan Merker <merker@decrc.abb.de>
194
195        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
196        Added new task to test sequence of altering a period's length
197        while it is still active.
198
1992000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
202        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
203        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
204        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
205        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
206        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
207        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
208        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
209        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
210        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
211
2122000-08-10      Joel Sherrill <joel@OARcorp.com>
213
214        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.