source: rtems/testsuites/libtests/ChangeLog @ 9de4e5b

4.104.114.84.95
Last change on this file since 9de4e5b was 9de4e5b, checked in by Joel Sherrill <joel.sherrill@…>, on 05/11/07 at 19:46:02

2007-05-11 Joel Sherrill <joel.sherrill@…>

  • cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am, rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add optional managers to Makefiles. Clean up test cases so last output line follows END OF pattern. Make sure test case all run. All tests appeared ok on sis.
  • Property mode set to 100644
File size: 12.6 KB
Line 
12007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
4        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
5        optional managers to Makefiles. Clean up test cases so last output
6        line follows END OF pattern. Make sure test case all run. All tests
7        appeared ok on sis.
8
92007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
12
132007-03-13      Joel Sherrill <joel@OARcorp.com>
14
15        * tztest/init.c: Call tzset() even though it may be called for us
16        implicitly along the way.
17
182007-03-13      Joel Sherrill <joel@OARcorp.com>
19
20        * tztest/.cvsignore: New file.
21
222007-03-13      Joel Sherrill <joel@OARcorp.com>
23
24        * Makefile.am, configure.ac: Added timezone test.
25        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
26        tztest/tztest.scn: New files.
27
282007-03-05      Joel Sherrill <joel@OARcorp.com>
29
30        * malloctest/init.c: Be explicit about need for default and floating
31        point attributes. This is just a style change.
32
332007-02-06      Joel Sherrill <joel@OARcorp.com>
34
35        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
36        issues in message queue tests.
37
382006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
39
40        * configure.ac: New BUG-REPORT address.
41
422006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
43
44        * configure.ac: Require autoconf-2.60. Require automake-1.10.
45
462006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
47
48        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
49        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
50        docdir. Use rtems_testsdir instead.
51
522006-02-08      Joel Sherrill <joel@OARcorp.com>
53
54        * rtems++/Task1.cc: Fix warnings.
55
562005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
57
58        * configure.ac: Remove RTEMS_ENABLE_BARE,
59        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
60
612005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
62
63        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
64        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
65        stackchk/Makefile.am, termios/Makefile.am:
66        Convert to using *_PROGRAMS.
67
682005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
69
70        * cpuuse/Makefile.am, malloctest/Makefile.am,
71        monitor/Makefile.am, putenvtest/Makefile.am,
72        rtems++/Makefile.am, rtmonuse/Makefile.am,
73        stackchk/Makefile.am, termios/Makefile.am: Rework.
74
752005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
76
77        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
78        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
79        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
80        * libtests.am: Remove.
81
822005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
83
84        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
85        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
86        stackchk/Makefile.am, termios/Makefile.am:
87        AM_CPPFLAGS += -I..../support/include.
88
892005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
90
91        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
92        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
93
942005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
95
96        * libtests.am: Remove LIB_VARIANT.
97
982005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
99
100        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
101        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
102        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
103
1042005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
105
106        * Makefile.am: Cleanup.
107
1082005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
111        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
112        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
113        stackchk/Makefile.am, termios/Makefile.am:
114        Partial conversion to automake.
115
1162005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * rtems++/Makefile.am: Remove LIB_VARIANT.
119
1202004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
121
122        * configure.ac: Remove -ansi to prevent folks from further damaging
123        the code with broken prototypes.
124        * putenvtest/init.c: Remove broken putenv prototype.
125        * termios/init.c (print_c_cc): Don't loop over NCCS.
126
1272004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * configure.ac: Require automake > 1.9.
130
1312004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
134        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
135        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
136        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
137        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
138        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
139        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
140        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
141
1422004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
145        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
146        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
147        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
148        using c99 fixed size types.
149
1502004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
151
152        * configure.ac: Add 2nd arg to RTEMS_TOP.
153
1542004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
155
156        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
157        Add PRE/TMPINSTALL_FILES to CLEANFILES.
158        * malloctest/Makefile.am: Ditto.
159        * monitor/Makefile.am: Ditto.
160        * putenvtest/Makefile.am: Ditto.
161        * rtems++/Makefile.am: Ditto.
162        * rtmonuse/Makefile.am: Ditto.
163        * stackchk/Makefile.am: Ditto.
164        * termios/Makefile.am: Ditto.
165
1662003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * libtests.am: Add dirstamp support.
169
1702003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
171
172        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
173
1742003-12-16      Joel Sherrill <joel@OARcorp.com>
175
176        PR 544/tests
177        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
178        tests account for resources and not print at inappropriate times.
179
1802003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
181
182        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
183
1842003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
185
186        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
187        * malloctest/Makefile.am: Remove all-local: $(ARCH).
188        * monitor/Makefile.am: Remove all-local: $(ARCH).
189        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
190        * rtems++/Makefile.am: Remove all-local: $(ARCH).
191        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
192        * stackchk/Makefile.am: Remove all-local: $(ARCH).
193        * termios/Makefile.am: Remove all-local: $(ARCH).
194
1952003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
196
197        * configure.ac: Reflect having moved to testsuites/.
198
1992003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
200
201        * configure.ac: Remove RTEMS_CANONICAL_HOST.
202
2032003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
204
205        * configure.ac:Remove RTEMS_CHECK_CPU.
206
2072003-09-04      Joel Sherrill <joel@OARcorp.com>
208
209        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
210        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
211        malloctest/system.h, malloctest/task1.c, monitor/init.c,
212        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
213        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
214        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
215        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
216        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
217        stackchk/task1.c: URL for license changed.
218
2192003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * Makefile.am: Reflect having moved aclocal/.
222
2232003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * Makefile.am: Reflect having moved automake/.
226        * cpuuse/Makefile.am: Reflect having moved automake/.
227        * malloctest/Makefile.am: Reflect having moved automake/.
228        * monitor/Makefile.am: Reflect having moved automake/.
229        * putenvtest/Makefile.am: Reflect having moved automake/.
230        * rtems++/Makefile.am: Reflect having moved automake/.
231        * rtmonuse/Makefile.am: Reflect having moved automake/.
232        * stackchk/Makefile.am: Reflect having moved automake/.
233        * termios/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-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Remove AC_CONFIG_AUX_DIR.
242
2432003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Unconditionally check for CXX.
246        Require autoconf-2.57, automake-1.7.2.
247        * rtems++: Eliminate CC_O_FILES.
248
2492002-12-02      Joel Sherrill <joel@OARcorp.com>
250
251        * malloctest/init.c: Tasks should be floating point.
252
2532002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
254
255        * .cvsignore: Reformat.
256        Add autom4te*cache.
257        Remove autom4te.cache.
258
2592002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
262        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
263        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
264        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
265        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
266        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
267        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
268        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
269
2702002-08-01      Joel Sherrill <joel@OARcorp.com>
271
272        * Per PR47 add support for buffered test output.  This involved
273        adding defines to redirect output to a buffer and dump it when
274        full, at "test pause", and at exit.  To avoid problems when redefining
275        exit(), all tests were modified to call rtems_test_exit().
276        Some tests, notable psxtests, had to be modified to include
277        the standard test macro .h file (pmacros.h or tmacros.h) to
278        enable this support.
279        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
280        rtmonuse/task1.c, termios/init.c: Modified.
281
2822002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
283
284        * configure.ac: Remove ENABLE_GCC28.
285
2862002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * configure.ac:
289        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
290        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
291        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
292        * Makefile.am: Remove AUTOMAKE_OPTIONS.
293        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
294        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
295        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
296        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
297        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
298        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
299        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
300
3012001-11-01      Joel Sherrill <joel@OARcorp.com>
302
303        * rtems++/Makefile.am: Make sure debug variant of librtems++
304        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
305        and processed as PR78.
306
3072001-10-25      Joel Sherrill <joel@OARcorp.com>
308
309        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
310
3112001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
314        * configure.in: Remove.
315        * configure.ac: New file, generated from configure.in by autoupdate.
316
3172001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
320        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
321
3222001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
325        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
326        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
327        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
328        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
329        make-cxx-exe.
330        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
331        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
332        * cpuuse/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
3382000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
339
340        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
341
3422000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
343
344        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
345
3462000-11-01      Joel Sherrill <joel@OARcorp.com>
347
348        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
349        libcsupport.h moved from libc to lib/include/rtems and now must
350        be referenced as <rtems/XXX.h>. 
351
3522000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
353
354        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
355        Switch to GNU canonicalization.
356        * libtests.am: Remove DEFS.
357
3582000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
361        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
362        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
363
3642000-08-10      Joel Sherrill <joel@OARcorp.com>
365
366        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.