source: rtems/testsuites/libtests/ChangeLog @ b7bc1d1

4.104.114.95
Last change on this file since b7bc1d1 was b7bc1d1, checked in by Joel Sherrill <joel.sherrill@…>, on 01/29/08 at 17:28:49

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

  • malloctest/init.c: Add more tests per suggestions from Sergei Organov.
  • Property mode set to 100644
File size: 15.0 KB
Line 
12008-01-29      Joel Sherrill <joel.sherrill@OARcorp.com>
2
3        * malloctest/init.c: Add more tests per suggestions from Sergei
4        Organov.
5
62008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
7
8        * malloctest/init.c: Add include to remove warning.
9
102008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
11
12        * malloctest/init.c: Remove debug print.
13
142008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
15
16        * monitor02/.cvsignore: New file.
17
182008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
19
20        * Makefile.am, configure.ac: Added automatic test for monitor shell
21        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
22        monitor02/system.h: New files.
23
242007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * malloctest/init.c: Add test cases suggested by Sergei Organov
27        <s.organov@javad.com>.
28
292007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
30
31        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
32
332007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
36        exericise another path in the period statistics code.
37
382007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
39
40        * malloctest/init.c: Add some primitive testing of realloc() which also
41        does some positive path testing on the SuperCore heap.
42
432007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
44
45        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
46        cases for untested routines.
47
482007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
49
50        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
51        the CPU Usage Report include it. If it is deleted, the CPU time it
52        had consumed is not listed later in the report.
53
542007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
55
56        * tztest/init.c: Build when using buffered test IO.
57
582007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
61        macro instead of fflush() directly.
62
632007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
64
65        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
66        Statistics and Period Usage into Rate Monotonic Manager. Added the
67        following directives: rtems_rate_monotonic_get_statistics,
68        rtems_rate_monotonic_reset_statistics,
69        rtems_rate_monotonic_reset_all_statistics,
70        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
71        Obsoleted the rtems/rtmonuse.h file as a public interface.
72
732007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
74
75        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
76        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
77        optional managers to Makefiles. Clean up test cases so last output
78        line follows END OF pattern. Make sure test case all run. All tests
79        appeared ok on sis.
80
812007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
82
83        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
84
852007-03-13      Joel Sherrill <joel@OARcorp.com>
86
87        * tztest/init.c: Call tzset() even though it may be called for us
88        implicitly along the way.
89
902007-03-13      Joel Sherrill <joel@OARcorp.com>
91
92        * tztest/.cvsignore: New file.
93
942007-03-13      Joel Sherrill <joel@OARcorp.com>
95
96        * Makefile.am, configure.ac: Added timezone test.
97        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
98        tztest/tztest.scn: New files.
99
1002007-03-05      Joel Sherrill <joel@OARcorp.com>
101
102        * malloctest/init.c: Be explicit about need for default and floating
103        point attributes. This is just a style change.
104
1052007-02-06      Joel Sherrill <joel@OARcorp.com>
106
107        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
108        issues in message queue tests.
109
1102006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
111
112        * configure.ac: New BUG-REPORT address.
113
1142006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
115
116        * configure.ac: Require autoconf-2.60. Require automake-1.10.
117
1182006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
119
120        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
121        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
122        docdir. Use rtems_testsdir instead.
123
1242006-02-08      Joel Sherrill <joel@OARcorp.com>
125
126        * rtems++/Task1.cc: Fix warnings.
127
1282005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * configure.ac: Remove RTEMS_ENABLE_BARE,
131        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
132
1332005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
136        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
137        stackchk/Makefile.am, termios/Makefile.am:
138        Convert to using *_PROGRAMS.
139
1402005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
141
142        * cpuuse/Makefile.am, malloctest/Makefile.am,
143        monitor/Makefile.am, putenvtest/Makefile.am,
144        rtems++/Makefile.am, rtmonuse/Makefile.am,
145        stackchk/Makefile.am, termios/Makefile.am: Rework.
146
1472005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
150        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
151        stackchk/Makefile.am, termios/Makefile.am: Expand libtests.am.
152        * libtests.am: Remove.
153
1542005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
155
156        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
157        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
158        stackchk/Makefile.am, termios/Makefile.am:
159        AM_CPPFLAGS += -I..../support/include.
160
1612005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
164        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
165
1662005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * libtests.am: Remove LIB_VARIANT.
169
1702005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
171
172        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
173        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
174        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
175
1762005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
177
178        * Makefile.am: Cleanup.
179
1802005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
181
182        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
183        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
184        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
185        stackchk/Makefile.am, termios/Makefile.am:
186        Partial conversion to automake.
187
1882005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
189
190        * rtems++/Makefile.am: Remove LIB_VARIANT.
191
1922004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
193
194        * configure.ac: Remove -ansi to prevent folks from further damaging
195        the code with broken prototypes.
196        * putenvtest/init.c: Remove broken putenv prototype.
197        * termios/init.c (print_c_cc): Don't loop over NCCS.
198
1992004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
200
201        * configure.ac: Require automake > 1.9.
202
2032004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
204
205        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
206        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
207        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
208        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
209        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
210        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
211        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
212        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
213
2142004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
215
216        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
217        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
218        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
219        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
220        using c99 fixed size types.
221
2222004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
223
224        * configure.ac: Add 2nd arg to RTEMS_TOP.
225
2262004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
227
228        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
229        Add PRE/TMPINSTALL_FILES to CLEANFILES.
230        * malloctest/Makefile.am: Ditto.
231        * monitor/Makefile.am: Ditto.
232        * putenvtest/Makefile.am: Ditto.
233        * rtems++/Makefile.am: Ditto.
234        * rtmonuse/Makefile.am: Ditto.
235        * stackchk/Makefile.am: Ditto.
236        * termios/Makefile.am: Ditto.
237
2382003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
239
240        * libtests.am: Add dirstamp support.
241
2422003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
243
244        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
245
2462003-12-16      Joel Sherrill <joel@OARcorp.com>
247
248        PR 544/tests
249        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
250        tests account for resources and not print at inappropriate times.
251
2522003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
255
2562003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
259        * malloctest/Makefile.am: Remove all-local: $(ARCH).
260        * monitor/Makefile.am: Remove all-local: $(ARCH).
261        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
262        * rtems++/Makefile.am: Remove all-local: $(ARCH).
263        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
264        * stackchk/Makefile.am: Remove all-local: $(ARCH).
265        * termios/Makefile.am: Remove all-local: $(ARCH).
266
2672003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * configure.ac: Reflect having moved to testsuites/.
270
2712003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
272
273        * configure.ac: Remove RTEMS_CANONICAL_HOST.
274
2752003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * configure.ac:Remove RTEMS_CHECK_CPU.
278
2792003-09-04      Joel Sherrill <joel@OARcorp.com>
280
281        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
282        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
283        malloctest/system.h, malloctest/task1.c, monitor/init.c,
284        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
285        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
286        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
287        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
288        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
289        stackchk/task1.c: URL for license changed.
290
2912003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
292
293        * Makefile.am: Reflect having moved aclocal/.
294
2952003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
296
297        * Makefile.am: Reflect having moved automake/.
298        * cpuuse/Makefile.am: Reflect having moved automake/.
299        * malloctest/Makefile.am: Reflect having moved automake/.
300        * monitor/Makefile.am: Reflect having moved automake/.
301        * putenvtest/Makefile.am: Reflect having moved automake/.
302        * rtems++/Makefile.am: Reflect having moved automake/.
303        * rtmonuse/Makefile.am: Reflect having moved automake/.
304        * stackchk/Makefile.am: Reflect having moved automake/.
305        * termios/Makefile.am: Reflect having moved automake/.
306
3072003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
308
309        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
310
3112003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
312
313        * configure.ac: Remove AC_CONFIG_AUX_DIR.
314
3152003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
316
317        * configure.ac: Unconditionally check for CXX.
318        Require autoconf-2.57, automake-1.7.2.
319        * rtems++: Eliminate CC_O_FILES.
320
3212002-12-02      Joel Sherrill <joel@OARcorp.com>
322
323        * malloctest/init.c: Tasks should be floating point.
324
3252002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
326
327        * .cvsignore: Reformat.
328        Add autom4te*cache.
329        Remove autom4te.cache.
330
3312002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
332
333        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
334        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
335        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
336        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
337        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
338        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
339        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
340        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
341
3422002-08-01      Joel Sherrill <joel@OARcorp.com>
343
344        * Per PR47 add support for buffered test output.  This involved
345        adding defines to redirect output to a buffer and dump it when
346        full, at "test pause", and at exit.  To avoid problems when redefining
347        exit(), all tests were modified to call rtems_test_exit().
348        Some tests, notable psxtests, had to be modified to include
349        the standard test macro .h file (pmacros.h or tmacros.h) to
350        enable this support.
351        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
352        rtmonuse/task1.c, termios/init.c: Modified.
353
3542002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
355
356        * configure.ac: Remove ENABLE_GCC28.
357
3582002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
359
360        * configure.ac:
361        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
362        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
363        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
372
3732001-11-01      Joel Sherrill <joel@OARcorp.com>
374
375        * rtems++/Makefile.am: Make sure debug variant of librtems++
376        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
377        and processed as PR78.
378
3792001-10-25      Joel Sherrill <joel@OARcorp.com>
380
381        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
382
3832001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
386        * configure.in: Remove.
387        * configure.ac: New file, generated from configure.in by autoupdate.
388
3892001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
392        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
393
3942001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
395
396        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
397        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
398        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
399        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
400        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
401        make-cxx-exe.
402        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
403        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
404        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
405
4062001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
407
408        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
409
4102000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
411
412        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
413
4142000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
415
416        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
417
4182000-11-01      Joel Sherrill <joel@OARcorp.com>
419
420        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
421        libcsupport.h moved from libc to lib/include/rtems and now must
422        be referenced as <rtems/XXX.h>. 
423
4242000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
425
426        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
427        Switch to GNU canonicalization.
428        * libtests.am: Remove DEFS.
429
4302000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
431
432        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
433        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
434        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
435
4362000-08-10      Joel Sherrill <joel@OARcorp.com>
437
438        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.