source: rtems/testsuites/libtests/ChangeLog @ c87593f

4.104.114.95
Last change on this file since c87593f was f2a7fa02, checked in by Joel Sherrill <joel.sherrill@…>, on 01/31/08 at 16:06:21

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

  • malloctest/init.c: Add new test cases per Sergei. Make some of the stranger cases operate directly on a freshly initialized heap. This should make them more reproducible.
  • Property mode set to 100644
File size: 15.2 KB
Line 
12008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * malloctest/init.c: Add new test cases per Sergei. Make some of the
4        stranger cases operate directly on a freshly initialized heap. This
5        should make them more reproducible.
6
72008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
8
9        * malloctest/init.c: Add more tests per suggestions from Sergei
10        Organov.
11
122008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * malloctest/init.c: Add include to remove warning.
15
162008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
17
18        * malloctest/init.c: Remove debug print.
19
202008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
21
22        * monitor02/.cvsignore: New file.
23
242008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
25
26        * Makefile.am, configure.ac: Added automatic test for monitor shell
27        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
28        monitor02/system.h: New files.
29
302007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
31
32        * malloctest/init.c: Add test cases suggested by Sergei Organov
33        <s.organov@javad.com>.
34
352007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
36
37        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
38
392007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
40
41        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
42        exericise another path in the period statistics code.
43
442007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
45
46        * malloctest/init.c: Add some primitive testing of realloc() which also
47        does some positive path testing on the SuperCore heap.
48
492007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
50
51        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
52        cases for untested routines.
53
542007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
57        the CPU Usage Report include it. If it is deleted, the CPU time it
58        had consumed is not listed later in the report.
59
602007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * tztest/init.c: Build when using buffered test IO.
63
642007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
65
66        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
67        macro instead of fflush() directly.
68
692007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
70
71        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
72        Statistics and Period Usage into Rate Monotonic Manager. Added the
73        following directives: rtems_rate_monotonic_get_statistics,
74        rtems_rate_monotonic_reset_statistics,
75        rtems_rate_monotonic_reset_all_statistics,
76        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
77        Obsoleted the rtems/rtmonuse.h file as a public interface.
78
792007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
80
81        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
82        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
83        optional managers to Makefiles. Clean up test cases so last output
84        line follows END OF pattern. Make sure test case all run. All tests
85        appeared ok on sis.
86
872007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
88
89        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
90
912007-03-13      Joel Sherrill <joel@OARcorp.com>
92
93        * tztest/init.c: Call tzset() even though it may be called for us
94        implicitly along the way.
95
962007-03-13      Joel Sherrill <joel@OARcorp.com>
97
98        * tztest/.cvsignore: New file.
99
1002007-03-13      Joel Sherrill <joel@OARcorp.com>
101
102        * Makefile.am, configure.ac: Added timezone test.
103        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
104        tztest/tztest.scn: New files.
105
1062007-03-05      Joel Sherrill <joel@OARcorp.com>
107
108        * malloctest/init.c: Be explicit about need for default and floating
109        point attributes. This is just a style change.
110
1112007-02-06      Joel Sherrill <joel@OARcorp.com>
112
113        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
114        issues in message queue tests.
115
1162006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
117
118        * configure.ac: New BUG-REPORT address.
119
1202006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
121
122        * configure.ac: Require autoconf-2.60. Require automake-1.10.
123
1242006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
125
126        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
127        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
128        docdir. Use rtems_testsdir instead.
129
1302006-02-08      Joel Sherrill <joel@OARcorp.com>
131
132        * rtems++/Task1.cc: Fix warnings.
133
1342005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * configure.ac: Remove RTEMS_ENABLE_BARE,
137        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
138
1392005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
140
141        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
142        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
143        stackchk/Makefile.am, termios/Makefile.am:
144        Convert to using *_PROGRAMS.
145
1462005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
147
148        * cpuuse/Makefile.am, malloctest/Makefile.am,
149        monitor/Makefile.am, putenvtest/Makefile.am,
150        rtems++/Makefile.am, rtmonuse/Makefile.am,
151        stackchk/Makefile.am, termios/Makefile.am: Rework.
152
1532005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
154
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: Expand libtests.am.
158        * libtests.am: Remove.
159
1602005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
161
162        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
163        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
164        stackchk/Makefile.am, termios/Makefile.am:
165        AM_CPPFLAGS += -I..../support/include.
166
1672005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
170        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
171
1722005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
173
174        * libtests.am: Remove LIB_VARIANT.
175
1762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
179        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
180        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
181
1822005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * Makefile.am: Cleanup.
185
1862005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
189        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
190        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
191        stackchk/Makefile.am, termios/Makefile.am:
192        Partial conversion to automake.
193
1942005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * rtems++/Makefile.am: Remove LIB_VARIANT.
197
1982004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * configure.ac: Remove -ansi to prevent folks from further damaging
201        the code with broken prototypes.
202        * putenvtest/init.c: Remove broken putenv prototype.
203        * termios/init.c (print_c_cc): Don't loop over NCCS.
204
2052004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
206
207        * configure.ac: Require automake > 1.9.
208
2092004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
212        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
213        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
214        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
215        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
216        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
217        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
218        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
219
2202004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
221
222        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
223        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
224        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
225        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
226        using c99 fixed size types.
227
2282004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
229
230        * configure.ac: Add 2nd arg to RTEMS_TOP.
231
2322004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
233
234        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
235        Add PRE/TMPINSTALL_FILES to CLEANFILES.
236        * malloctest/Makefile.am: Ditto.
237        * monitor/Makefile.am: Ditto.
238        * putenvtest/Makefile.am: Ditto.
239        * rtems++/Makefile.am: Ditto.
240        * rtmonuse/Makefile.am: Ditto.
241        * stackchk/Makefile.am: Ditto.
242        * termios/Makefile.am: Ditto.
243
2442003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
245
246        * libtests.am: Add dirstamp support.
247
2482003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
251
2522003-12-16      Joel Sherrill <joel@OARcorp.com>
253
254        PR 544/tests
255        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
256        tests account for resources and not print at inappropriate times.
257
2582003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
259
260        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
261
2622003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
265        * malloctest/Makefile.am: Remove all-local: $(ARCH).
266        * monitor/Makefile.am: Remove all-local: $(ARCH).
267        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
268        * rtems++/Makefile.am: Remove all-local: $(ARCH).
269        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
270        * stackchk/Makefile.am: Remove all-local: $(ARCH).
271        * termios/Makefile.am: Remove all-local: $(ARCH).
272
2732003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
274
275        * configure.ac: Reflect having moved to testsuites/.
276
2772003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
278
279        * configure.ac: Remove RTEMS_CANONICAL_HOST.
280
2812003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
282
283        * configure.ac:Remove RTEMS_CHECK_CPU.
284
2852003-09-04      Joel Sherrill <joel@OARcorp.com>
286
287        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
288        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
289        malloctest/system.h, malloctest/task1.c, monitor/init.c,
290        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
291        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
292        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
293        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
294        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
295        stackchk/task1.c: URL for license changed.
296
2972003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
298
299        * Makefile.am: Reflect having moved aclocal/.
300
3012003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * Makefile.am: Reflect having moved automake/.
304        * cpuuse/Makefile.am: Reflect having moved automake/.
305        * malloctest/Makefile.am: Reflect having moved automake/.
306        * monitor/Makefile.am: Reflect having moved automake/.
307        * putenvtest/Makefile.am: Reflect having moved automake/.
308        * rtems++/Makefile.am: Reflect having moved automake/.
309        * rtmonuse/Makefile.am: Reflect having moved automake/.
310        * stackchk/Makefile.am: Reflect having moved automake/.
311        * termios/Makefile.am: Reflect having moved automake/.
312
3132003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
316
3172003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
318
319        * configure.ac: Remove AC_CONFIG_AUX_DIR.
320
3212003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
322
323        * configure.ac: Unconditionally check for CXX.
324        Require autoconf-2.57, automake-1.7.2.
325        * rtems++: Eliminate CC_O_FILES.
326
3272002-12-02      Joel Sherrill <joel@OARcorp.com>
328
329        * malloctest/init.c: Tasks should be floating point.
330
3312002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * .cvsignore: Reformat.
334        Add autom4te*cache.
335        Remove autom4te.cache.
336
3372002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
340        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
341        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
342        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
343        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
344        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
345        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
346        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
347
3482002-08-01      Joel Sherrill <joel@OARcorp.com>
349
350        * Per PR47 add support for buffered test output.  This involved
351        adding defines to redirect output to a buffer and dump it when
352        full, at "test pause", and at exit.  To avoid problems when redefining
353        exit(), all tests were modified to call rtems_test_exit().
354        Some tests, notable psxtests, had to be modified to include
355        the standard test macro .h file (pmacros.h or tmacros.h) to
356        enable this support.
357        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
358        rtmonuse/task1.c, termios/init.c: Modified.
359
3602002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
361
362        * configure.ac: Remove ENABLE_GCC28.
363
3642002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
365
366        * configure.ac:
367        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
368        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
369        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
376        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
377        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
378
3792001-11-01      Joel Sherrill <joel@OARcorp.com>
380
381        * rtems++/Makefile.am: Make sure debug variant of librtems++
382        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
383        and processed as PR78.
384
3852001-10-25      Joel Sherrill <joel@OARcorp.com>
386
387        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
388
3892001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
392        * configure.in: Remove.
393        * configure.ac: New file, generated from configure.in by autoupdate.
394
3952001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
396
397        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
398        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
399
4002001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
401
402        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
403        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
404        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
405        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
406        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
407        make-cxx-exe.
408        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
409        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
410        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
411
4122001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
413
414        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
415
4162000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
417
418        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
419
4202000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
421
422        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
423
4242000-11-01      Joel Sherrill <joel@OARcorp.com>
425
426        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
427        libcsupport.h moved from libc to lib/include/rtems and now must
428        be referenced as <rtems/XXX.h>. 
429
4302000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
433        Switch to GNU canonicalization.
434        * libtests.am: Remove DEFS.
435
4362000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
437
438        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
439        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
440        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
441
4422000-08-10      Joel Sherrill <joel@OARcorp.com>
443
444        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.