source: rtems/c/src/tests/sptests/ChangeLog @ ac2512ab

4.104.114.84.95
Last change on this file since ac2512ab was ac2512ab, checked in by Joel Sherrill <joel.sherrill@…>, on 03/28/02 at 00:44:27

2002-03-27 Ralf Corsepius <corsepiu@…>

  • configure.ac: AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS). AM_INIT_AUTOMAKE([no-define foreign 1.6]).
  • sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
  • Property mode set to 100644
File size: 7.3 KB
Line 
12002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac:
4        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
5        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
6        * sp01/Makefile.am: Remove AUTOMAKE_OPTIONS.
7        * sp02/Makefile.am: Remove AUTOMAKE_OPTIONS.
8        * Makefile.am: Remove AUTOMAKE_OPTIONS.
9        * sp03/Makefile.am: Remove AUTOMAKE_OPTIONS.
10        * sp04/Makefile.am: Remove AUTOMAKE_OPTIONS.
11        * sp05/Makefile.am: Remove AUTOMAKE_OPTIONS.
12        * sp06/Makefile.am: Remove AUTOMAKE_OPTIONS.
13        * sp07/Makefile.am: Remove AUTOMAKE_OPTIONS.
14        * sp08/Makefile.am: Remove AUTOMAKE_OPTIONS.
15        * sp09/Makefile.am: Remove AUTOMAKE_OPTIONS.
16        * sp11/Makefile.am: Remove AUTOMAKE_OPTIONS.
17        * sp12/Makefile.am: Remove AUTOMAKE_OPTIONS.
18        * sp13/Makefile.am: Remove AUTOMAKE_OPTIONS.
19        * sp14/Makefile.am: Remove AUTOMAKE_OPTIONS.
20        * sp15/Makefile.am: Remove AUTOMAKE_OPTIONS.
21        * sp16/Makefile.am: Remove AUTOMAKE_OPTIONS.
22        * sp17/Makefile.am: Remove AUTOMAKE_OPTIONS.
23        * sp19/Makefile.am: Remove AUTOMAKE_OPTIONS.
24        * sp20/Makefile.am: Remove AUTOMAKE_OPTIONS.
25        * sp21/Makefile.am: Remove AUTOMAKE_OPTIONS.
26        * sp22/Makefile.am: Remove AUTOMAKE_OPTIONS.
27        * sp23/Makefile.am: Remove AUTOMAKE_OPTIONS.
28        * sp24/Makefile.am: Remove AUTOMAKE_OPTIONS.
29        * sp25/Makefile.am: Remove AUTOMAKE_OPTIONS.
30        * sp26/Makefile.am: Remove AUTOMAKE_OPTIONS.
31        * sp27/Makefile.am: Remove AUTOMAKE_OPTIONS.
32        * sp28/Makefile.am: Remove AUTOMAKE_OPTIONS.
33        * sp29/Makefile.am: Remove AUTOMAKE_OPTIONS.
34        * sp30/Makefile.am: Remove AUTOMAKE_OPTIONS.
35        * sp31/Makefile.am: Remove AUTOMAKE_OPTIONS.
36        * spfatal/Makefile.am: Remove AUTOMAKE_OPTIONS.
37        * spsize/Makefile.am: Remove AUTOMAKE_OPTIONS.
38
392002-03-20      Chris Johns <ccj@acm.org>
40
41        * PR145.
42        * sp04/task1.c, sp04/tswitch.c: Test fails if other tasks present
43        in system (e.g. driver tasks).  Also exit on minimum number of
44        switches not precise number.
45
462001-01-29      Joel Sherrill <joel@OARcorp.com>
47
48        * Fixed bug where resetting a timer that was not at the head
49        of one of the task timer chains resulted in the Timer Server
50        task waking up too far in the future.
51        * Added rtems_timer_get_information() directive to support testing.
52        * sp31/init.c, sp31/system.h, sp31/task1.c: Modified to test for
53        above condition.
54
552001-01-22      Joel Sherrill <joel@OARcorp.com>
56
57        * sp09/screen14.c, sp09/sp09.scn, sp30/init.c, sp31/init.c: Modified
58        because priority added as argument to rtems_timer_initiate_server().
59
602001-01-16      Joel Sherrill <joel@OARcorp.com>
61
62        * Added tests for task-based timers.  This included the new tests
63        sp30 and sp31.
64        * Makefile.am, configure.ac: Modified to reflect new tests and files.
65        * sp09/screen14.c, sp09/sp09.scn: Modified to add error checks
66        for task-based timer services.
67        * sp30/.cvsignore, sp30/Makefile.am, sp30/init.c, sp30/resume.c,
68        sp30/sp30.doc, sp30/sp30.scn, sp30/system.h, sp30/task1.c,
69        sp31/.cvsignore, sp31/Makefile.am, sp31/delay.c, sp31/init.c,
70        sp31/prtime.c, sp31/sp31.doc, sp31/sp31.scn, sp31/system.h,
71        sp31/task1.c: New files.
72
732001-11-01      Joel Sherrill <joel@OARcorp.com>
74
75        * sp26/system.h: Properly account for stack memory used by
76        this test. Reported by Jerry Needell <jerry.needell@unh.edu>
77        and processed as PR78.
78
792001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
82        * configure.in: Remove.
83        * configure.ac: New file, generated from configure.in by autoupdate.
84
852001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
86
87        * sptests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
88
892001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
90
91        * sp20/Makefile.am: include leaf.am instead of leaf.cfg.
92        * sp02/Makefile.am: include leaf.am instead of leaf.cfg.
93        * sp19/Makefile.am: include leaf.am instead of leaf.cfg.
94        * sp11/Makefile.am: include leaf.am instead of leaf.cfg.
95        * sp25/Makefile.am: include leaf.am instead of leaf.cfg.
96        * sp04/Makefile.am: include leaf.am instead of leaf.cfg.
97        * spsize/Makefile.am: include leaf.am instead of leaf.cfg.
98        * sp01/Makefile.am: include leaf.am instead of leaf.cfg.
99        * sp16/Makefile.am: include leaf.am instead of leaf.cfg.
100        * sp05/Makefile.am: include leaf.am instead of leaf.cfg.
101        * sp09/Makefile.am: include leaf.am instead of leaf.cfg.
102        * spfatal/Makefile.am: include leaf.am instead of leaf.cfg.
103        * sp06/Makefile.am: include leaf.am instead of leaf.cfg.
104        * sp23/Makefile.am: include leaf.am instead of leaf.cfg.
105        * sp28/Makefile.am: include leaf.am instead of leaf.cfg.
106        * sp03/Makefile.am: include leaf.am instead of leaf.cfg.
107        * sp29/Makefile.am: include leaf.am instead of leaf.cfg.
108        * sp13/Makefile.am: include leaf.am instead of leaf.cfg.
109        * sp27/Makefile.am: include leaf.am instead of leaf.cfg.
110        * sp14/Makefile.am: include leaf.am instead of leaf.cfg.
111        * sp07/Makefile.am: include leaf.am instead of leaf.cfg.
112        * sp15/Makefile.am: include leaf.am instead of leaf.cfg.
113        * sp17/Makefile.am: include leaf.am instead of leaf.cfg.
114        * sp22/Makefile.am: include leaf.am instead of leaf.cfg.
115        * sp12/Makefile.am: include leaf.am instead of leaf.cfg.
116        * sp26/Makefile.am: include leaf.am instead of leaf.cfg.
117        * sp21/Makefile.am: include leaf.am instead of leaf.cfg.
118        * sp24/Makefile.am: include leaf.am instead of leaf.cfg.
119        * sp08/Makefile.am: include leaf.am instead of leaf.cfg.
120
1212001-08-16      Joel Sherrill <joel@OARcorp.com>
122
123        * sp20/system.h: Account for extra task stacks properly.
124
1252001-08-16      Joel Sherrill <joel@OARcorp.com>
126
127        * sp13/sp13.scn: Id in screen had wrong class field value.
128        * sp13/system.h: Account for message buffer memory.
129        * sp13/task2.c: Remove unnecessary check for failure.
130
1312001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
132
133        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
134
1352001-04-20      Joel Sherrill <joel@OARcorp.com>
136
137        * sp298/sp28.scn: Minor adjustment so test output matches the screen
138        file.
139
1402001-02-07      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
141
142        * spsize/size.c: Use #if !defined(RTEMS_UNIX).
143
1442001-01-26      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * sp21/Makefile.am: Remove libtest.
147
1482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
149
150        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
151
1522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
153
154        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
155
1562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
159        Switch to GNU canonicalization.
160        * sptests.am: Remove DEFS.
161
1622000-09-29      Joel Sherrill <joel@OARcorp.com>
163
164        * sp20/sp20.scn: Corrected to reflect new addition.
165        * sp20/system.h: Removed comment reflecting history.
166
1672000-09-29      Stephan Merker <merker@decrc.abb.de>
168
169        * sp20/getall.c, sp20/init.c, sp20/system.h, sp20/task1.c:
170        Added new task to test sequence of altering a period's length
171        while it is still active.
172
1732000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
174
175        * sp01/Makefile.am, sp02/Makefile.am, sp03/Makefile.am,
176        sp04/Makefile.am, sp05/Makefile.am, sp06/Makefile.am,
177        sp07/Makefile.am, sp08/Makefile.am, sp09/Makefile.am,
178        sp11/Makefile.am, sp12/Makefile.am, sp13/Makefile.am,
179        sp14/Makefile.am, sp15/Makefile.am, sp16/Makefile.am,
180        sp17/Makefile.am, sp19/Makefile.am, sp20/Makefile.am,
181        sp21/Makefile.am, sp22/Makefile.am, sp23/Makefile.am,
182        sp24/Makefile.am, sp25/Makefile.am, sp26/Makefile.am,
183        sp27/Makefile.am, sp28/Makefile.am, sp29/Makefile.am,
184        spfatal/Makefile.am, spsize/Makefile.am: Include compile.am
185
1862000-08-10      Joel Sherrill <joel@OARcorp.com>
187
188        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.