source: rtems/testsuites/libtests/ChangeLog @ e1a22c1

4.104.114.95
Last change on this file since e1a22c1 was e1a22c1, checked in by Joel Sherrill <joel.sherrill@…>, on 12/19/07 at 16:05:32

2007-12-19 Joel Sherrill <joel.sherrill@…>

  • malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
  • Property mode set to 100644
File size: 14.2 KB
Line 
12007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
4
52007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
8        exericise another path in the period statistics code.
9
102007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * malloctest/init.c: Add some primitive testing of realloc() which also
13        does some positive path testing on the SuperCore heap.
14
152007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
16
17        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
18        cases for untested routines.
19
202007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
21
22        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
23        the CPU Usage Report include it. If it is deleted, the CPU time it
24        had consumed is not listed later in the report.
25
262007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * tztest/init.c: Build when using buffered test IO.
29
302007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
31
32        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
33        macro instead of fflush() directly.
34
352007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
36
37        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
38        Statistics and Period Usage into Rate Monotonic Manager. Added the
39        following directives: rtems_rate_monotonic_get_statistics,
40        rtems_rate_monotonic_reset_statistics,
41        rtems_rate_monotonic_reset_all_statistics,
42        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
43        Obsoleted the rtems/rtmonuse.h file as a public interface.
44
452007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
46
47        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
48        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
49        optional managers to Makefiles. Clean up test cases so last output
50        line follows END OF pattern. Make sure test case all run. All tests
51        appeared ok on sis.
52
532007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
54
55        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
56
572007-03-13      Joel Sherrill <joel@OARcorp.com>
58
59        * tztest/init.c: Call tzset() even though it may be called for us
60        implicitly along the way.
61
622007-03-13      Joel Sherrill <joel@OARcorp.com>
63
64        * tztest/.cvsignore: New file.
65
662007-03-13      Joel Sherrill <joel@OARcorp.com>
67
68        * Makefile.am, configure.ac: Added timezone test.
69        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
70        tztest/tztest.scn: New files.
71
722007-03-05      Joel Sherrill <joel@OARcorp.com>
73
74        * malloctest/init.c: Be explicit about need for default and floating
75        point attributes. This is just a style change.
76
772007-02-06      Joel Sherrill <joel@OARcorp.com>
78
79        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
80        issues in message queue tests.
81
822006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
83
84        * configure.ac: New BUG-REPORT address.
85
862006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
87
88        * configure.ac: Require autoconf-2.60. Require automake-1.10.
89
902006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
93        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
94        docdir. Use rtems_testsdir instead.
95
962006-02-08      Joel Sherrill <joel@OARcorp.com>
97
98        * rtems++/Task1.cc: Fix warnings.
99
1002005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
101
102        * configure.ac: Remove RTEMS_ENABLE_BARE,
103        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
104
1052005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
106
107        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
108        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
109        stackchk/Makefile.am, termios/Makefile.am:
110        Convert to using *_PROGRAMS.
111
1122005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
113
114        * cpuuse/Makefile.am, malloctest/Makefile.am,
115        monitor/Makefile.am, putenvtest/Makefile.am,
116        rtems++/Makefile.am, rtmonuse/Makefile.am,
117        stackchk/Makefile.am, termios/Makefile.am: Rework.
118
1192005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
120
121        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
122        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
123        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
124        * libtests.am: Remove.
125
1262005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
127
128        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
129        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
130        stackchk/Makefile.am, termios/Makefile.am:
131        AM_CPPFLAGS += -I..../support/include.
132
1332005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
136        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
137
1382005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
139
140        * libtests.am: Remove LIB_VARIANT.
141
1422005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
145        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
146        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
147
1482005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
149
150        * Makefile.am: Cleanup.
151
1522005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
153
154        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
155        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
156        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
157        stackchk/Makefile.am, termios/Makefile.am:
158        Partial conversion to automake.
159
1602005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * rtems++/Makefile.am: Remove LIB_VARIANT.
163
1642004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
165
166        * configure.ac: Remove -ansi to prevent folks from further damaging
167        the code with broken prototypes.
168        * putenvtest/init.c: Remove broken putenv prototype.
169        * termios/init.c (print_c_cc): Don't loop over NCCS.
170
1712004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * configure.ac: Require automake > 1.9.
174
1752004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
178        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
179        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
180        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
181        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
182        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
183        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
184        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
185
1862004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
189        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
190        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
191        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
192        using c99 fixed size types.
193
1942004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
195
196        * configure.ac: Add 2nd arg to RTEMS_TOP.
197
1982004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
199
200        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
201        Add PRE/TMPINSTALL_FILES to CLEANFILES.
202        * malloctest/Makefile.am: Ditto.
203        * monitor/Makefile.am: Ditto.
204        * putenvtest/Makefile.am: Ditto.
205        * rtems++/Makefile.am: Ditto.
206        * rtmonuse/Makefile.am: Ditto.
207        * stackchk/Makefile.am: Ditto.
208        * termios/Makefile.am: Ditto.
209
2102003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * libtests.am: Add dirstamp support.
213
2142003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
217
2182003-12-16      Joel Sherrill <joel@OARcorp.com>
219
220        PR 544/tests
221        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
222        tests account for resources and not print at inappropriate times.
223
2242003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
227
2282003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
231        * malloctest/Makefile.am: Remove all-local: $(ARCH).
232        * monitor/Makefile.am: Remove all-local: $(ARCH).
233        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
234        * rtems++/Makefile.am: Remove all-local: $(ARCH).
235        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
236        * stackchk/Makefile.am: Remove all-local: $(ARCH).
237        * termios/Makefile.am: Remove all-local: $(ARCH).
238
2392003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Reflect having moved to testsuites/.
242
2432003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * configure.ac: Remove RTEMS_CANONICAL_HOST.
246
2472003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac:Remove RTEMS_CHECK_CPU.
250
2512003-09-04      Joel Sherrill <joel@OARcorp.com>
252
253        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
254        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
255        malloctest/system.h, malloctest/task1.c, monitor/init.c,
256        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
257        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
258        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
259        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
260        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
261        stackchk/task1.c: URL for license changed.
262
2632003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * Makefile.am: Reflect having moved aclocal/.
266
2672003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * Makefile.am: Reflect having moved automake/.
270        * cpuuse/Makefile.am: Reflect having moved automake/.
271        * malloctest/Makefile.am: Reflect having moved automake/.
272        * monitor/Makefile.am: Reflect having moved automake/.
273        * putenvtest/Makefile.am: Reflect having moved automake/.
274        * rtems++/Makefile.am: Reflect having moved automake/.
275        * rtmonuse/Makefile.am: Reflect having moved automake/.
276        * stackchk/Makefile.am: Reflect having moved automake/.
277        * termios/Makefile.am: Reflect having moved automake/.
278
2792003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
282
2832003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * configure.ac: Remove AC_CONFIG_AUX_DIR.
286
2872003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * configure.ac: Unconditionally check for CXX.
290        Require autoconf-2.57, automake-1.7.2.
291        * rtems++: Eliminate CC_O_FILES.
292
2932002-12-02      Joel Sherrill <joel@OARcorp.com>
294
295        * malloctest/init.c: Tasks should be floating point.
296
2972002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * .cvsignore: Reformat.
300        Add autom4te*cache.
301        Remove autom4te.cache.
302
3032002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
304
305        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
306        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
307        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
308        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
309        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
310        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
311        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
312        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
313
3142002-08-01      Joel Sherrill <joel@OARcorp.com>
315
316        * Per PR47 add support for buffered test output.  This involved
317        adding defines to redirect output to a buffer and dump it when
318        full, at "test pause", and at exit.  To avoid problems when redefining
319        exit(), all tests were modified to call rtems_test_exit().
320        Some tests, notable psxtests, had to be modified to include
321        the standard test macro .h file (pmacros.h or tmacros.h) to
322        enable this support.
323        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
324        rtmonuse/task1.c, termios/init.c: Modified.
325
3262002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * configure.ac: Remove ENABLE_GCC28.
329
3302002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
331
332        * configure.ac:
333        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
334        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
335        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
336        * Makefile.am: Remove AUTOMAKE_OPTIONS.
337        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
338        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
339        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
340        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
341        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
342        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
344
3452001-11-01      Joel Sherrill <joel@OARcorp.com>
346
347        * rtems++/Makefile.am: Make sure debug variant of librtems++
348        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
349        and processed as PR78.
350
3512001-10-25      Joel Sherrill <joel@OARcorp.com>
352
353        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
354
3552001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
356
357        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
358        * configure.in: Remove.
359        * configure.ac: New file, generated from configure.in by autoupdate.
360
3612001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
364        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
365
3662001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
367
368        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
369        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
370        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
371        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
372        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
373        make-cxx-exe.
374        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
375        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
376        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
377
3782001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
379
380        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
381
3822000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
383
384        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
385
3862000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
387
388        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
389
3902000-11-01      Joel Sherrill <joel@OARcorp.com>
391
392        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
393        libcsupport.h moved from libc to lib/include/rtems and now must
394        be referenced as <rtems/XXX.h>. 
395
3962000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
397
398        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
399        Switch to GNU canonicalization.
400        * libtests.am: Remove DEFS.
401
4022000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
403
404        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
405        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
406        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
407
4082000-08-10      Joel Sherrill <joel@OARcorp.com>
409
410        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.