source: rtems/testsuites/itrontests/ChangeLog @ 016e1e2

4.104.114.95
Last change on this file since 016e1e2 was 016e1e2, checked in by Joel Sherrill <joel.sherrill@…>, on 02/01/08 at 00:45:01

2008-01-31 Joel Sherrill <joel.sherrill@…>

  • itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c, itronsem01/init.c, itrontask01/init.c, itrontask02/init.c, itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX tests. Add a clock_settime case for < 1988.
  • Property mode set to 100644
File size: 13.6 KB
Line 
12008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
4        itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
5        itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
6        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
7        tests. Add a clock_settime case for < 1988.
8
92007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,
12        itrontask03/itrontask03.scn, itrontask03/task1.c,
13        itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional
14        managers to Makefiles. Clean up test cases so last output line
15        follows END OF pattern. Make sure test case all run. All tests
16        appeared ok on sis.
17
182007-02-06      Joel Sherrill <joel@OARcorp.com>
19
20        * itronmbf01/init.c: Address size_t/uint32_t typing issues in message
21        queue tests.
22
232006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
24
25        * configure.ac: New BUG-REPORT address.
26
272006-11-17      Joel Sherrill <joel@OARcorp.com>
28
29        * itrontask04/init.c, itrontask04/itrontask04.scn: Cannot print with
30        dispatching disabled so fix test not to print while dispatching is
31        disabled.
32
332006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * configure.ac: Require autoconf-2.60. Require automake-1.10.
36
372006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
38
39        * itronhello/Makefile.am, itronmbf01/Makefile.am,
40        itronmbox01/Makefile.am, itronsem01/Makefile.am,
41        itrontask01/Makefile.am, itrontask02/Makefile.am,
42        itrontask03/Makefile.am, itrontask04/Makefile.am,
43        itrontime01/Makefile.am: Eliminate scndir, docdir. Use
44        rtems_testsdir instead.
45
462005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
47
48        * configure.ac: Remove RTEMS_ENABLE_BARE,
49        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
50
512005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
52
53        * itronhello/Makefile.am, itronmbf01/Makefile.am,
54        itronmbox01/Makefile.am, itronsem01/Makefile.am,
55        itrontask01/Makefile.am, itrontask02/Makefile.am,
56        itrontask03/Makefile.am, itrontask04/Makefile.am,
57        itrontime01/Makefile.am:
58        Convert to using *_PROGRAMS.
59
602005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
61
62        * itronhello/Makefile.am, itronmbf01/Makefile.am,
63        itronmbox01/Makefile.am, itronsem01/Makefile.am,
64        itrontask01/Makefile.am, itrontask02/Makefile.am,
65        itrontask03/Makefile.am, itrontask04/Makefile.am,
66        itrontime01/Makefile.am: Rework.
67
682005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * itronhello/Makefile.am, itronmbf01/Makefile.am,
71        itronmbox01/Makefile.am, itronsem01/Makefile.am,
72        itrontask01/Makefile.am, itrontask02/Makefile.am,
73        itrontask03/Makefile.am, itrontask04/Makefile.am,
74        itrontime01/Makefile.am: Expand itrontests.am.
75        * itrontests.am: Remove.
76
772005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
78
79        * itronhello/Makefile.am, itronmbf01/Makefile.am,
80        itronmbox01/Makefile.am, itronsem01/Makefile.am,
81        itrontask01/Makefile.am, itrontask02/Makefile.am,
82        itrontask03/Makefile.am, itrontask04/Makefile.am,
83        itrontime01/Makefile.am:
84        AM_CPPFLAGS += -I..../support/include.
85
862005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
87
88        * itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
89
902005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
91
92        * itrontests.am: Remove LIB_VARIANT.
93
942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * itronhello/Makefile.am, itronmbf01/Makefile.am,
97        itronmbox01/Makefile.am, itronsem01/Makefile.am,
98        itrontask01/Makefile.am, itrontask02/Makefile.am,
99        itrontask03/Makefile.am, itrontask04/Makefile.am,
100        itrontime01/Makefile.am: Remove SRC, PRINT_SRC.
101
1022005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
103
104        * Makefile.am: Cleanup.
105
1062005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
107
108        * itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
109        * itronhello/Makefile.am, itronmbf01/Makefile.am,
110        itronmbox01/Makefile.am, itronsem01/Makefile.am,
111        itrontask01/Makefile.am, itrontask02/Makefile.am,
112        itrontask03/Makefile.am, itrontask04/Makefile.am,
113        itrontime01/Makefile.am:
114        Partial conversion to automake.
115
1162004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        PR 721/tests
119        * itronsem01/init.c: Fix bogus assert.
120
1212004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
122
123        * configure.ac: Require automake > 1.9.
124
1252004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
128        * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
129        * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
130        * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
131        * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
132        * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
133        * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
134        * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
135        * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
136
1372004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
138
139        * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
140        * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
141        * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
142        * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
143        * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
144        * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
145        * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
146        * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
147        * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
148
1492004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * configure.ac: Add 2nd arg to RTEMS_TOP.
152
1532004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
154
155        * itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
156        Add PRE/TMPINSTALL_FILES to CLEANFILES.
157        * itronmbf01/Makefile.am: Ditto.
158        * itronmbox01/Makefile.am: Ditto.
159        * itronsem01/Makefile.am: Ditto.
160        * itrontask01/Makefile.am: Ditto.
161        * itrontask02/Makefile.am: Ditto.
162        * itrontask03/Makefile.am: Ditto.
163        * itrontask04/Makefile.am: Ditto.
164        * itrontime01/Makefile.am: Ditto.
165
1662003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * itrontests.am: Add dirstamp support.
169
1702003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
173
1742003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
175
176        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
177
1782003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
179
180        * itronhello/Makefile.am: Remove all-local: $(ARCH).
181        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
182        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
183        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
184        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
185        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
186        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
187        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
188        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
189
1902003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
191
192        * configure.ac: Reflect having moved to testsuites/.
193
1942003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Remove RTEMS_CANONICAL_HOST.
197
1982003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * configure.ac:Remove RTEMS_CHECK_CPU.
201
2022003-09-04      Joel Sherrill <joel@OARcorp.com>
203
204        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
205        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
206        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
207        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
208        itrontask01/itrontask01.doc, itrontask01/system.h,
209        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
210        itrontask02/itrontask02.doc, itrontask02/system.h,
211        itrontask03/init.c, itrontask03/itrontask03.doc,
212        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
213        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
214        itrontask04/itrontask04.doc, itrontask04/system.h,
215        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
216        itrontime01/init.c, itrontime01/system.h: URL for license changed.
217
2182003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * Makefile.am: Reflect having moved aclocal/.
221
2222003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * Makefile.am: Reflect having moved automake/.
225        * itronhello/Makefile.am: Reflect having moved automake/.
226        * itronmbf01/Makefile.am: Reflect having moved automake/.
227        * itronmbox01/Makefile.am: Reflect having moved automake/.
228        * itronsem01/Makefile.am: Reflect having moved automake/.
229        * itrontask01/Makefile.am: Reflect having moved automake/.
230        * itrontask02/Makefile.am: Reflect having moved automake/.
231        * itrontask03/Makefile.am: Reflect having moved automake/.
232        * itrontask04/Makefile.am: Reflect having moved automake/.
233        * itrontime01/Makefile.am: Reflect having moved automake/.
234
2352003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
238
2392003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
242        CC_CFLAGS_DEFAULT (obsolete).
243
2442003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
247        Remove CC_LDFLAGS_PROFILE_V.
248
2492003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
250
251        * configure.ac: Remove AC_CONFIG_AUX_DIR.
252
2532003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
256
2572003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
258
259        * configure.ac: AC_PREREQ(2.57).
260
2612002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
262
263        * .cvsignore: Reformat.
264        Add autom4te*cache.
265        Remove autom4te.cache.
266
2672002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
270        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
271        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
272        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
273        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
274        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
275        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
276        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
277        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
278
2792002-08-01      Joel Sherrill <joel@OARcorp.com>
280
281        * Per PR47 add support for buffered test output.  This involved
282        adding defines to redirect output to a buffer and dump it when
283        full, at "test pause", and at exit.  To avoid problems when redefining
284        exit(), all tests were modified to call rtems_test_exit().
285        Some tests, notable psxtests, had to be modified to include
286        the standard test macro .h file (pmacros.h or tmacros.h) to
287        enable this support.
288        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
289        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
290        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
291
2922002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Remove ENABLE_GCC28.
295
2962002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac:
299        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
300        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
301        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
302        * Makefile.am: Remove AUTOMAKE_OPTIONS.
303        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
304        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
305        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
306        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
307        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
308        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
309        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
310        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
311
3122001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
313
314        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
315        * configure.in: Remove.
316        * configure.ac: New file, generated from configure.in by autoupdate.
317
3182001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
321
3222001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
325        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
326        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
327        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
328        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
329        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
330        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
331        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
332        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
333
3342001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
335
336        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
337
3382001-04-20      Joel Sherrill <joel@OARcorp.com>
339
340        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
341        itronsem01/itronsem01.scn, itrontime01/init.c: Various
342        adjustments so test output matches screens more reliably.
343
3442000-11-20      Joel Sherrill <joel@OARcorp.com>
345
346        * itrontask01/system.h: Configure enough stack memory.
347
3482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
349
350        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
351
3522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
355
3562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
357
358        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
359        Switch to GNU canonicalization.
360        * itrontests.am: Remove DEFS.
361
3622000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
363
364        * itronhello/Makefile.am, itronmbf01/Makefile.am,
365        itronmbox01/Makefile.am, itronsem01/Makefile.am,
366        itrontask01/Makefile.am, itrontask02/Makefile.am,
367        itrontask03/Makefile.am, itrontask04/Makefile.am,
368        itrontime01/Makefile.am: Include compile.am
369
3702000-08-10      Joel Sherrill <joel@OARcorp.com>
371
372        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.