source: rtems/testsuites/libtests/ChangeLog @ 499eb57

4.104.114.95
Last change on this file since 499eb57 was 499eb57, checked in by Joel Sherrill <joel.sherrill@…>, on 01/25/08 at 03:08:48

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

  • malloctest/init.c: Add include to remove warning.
  • Property mode set to 100644
File size: 14.8 KB
Line 
12008-01-24      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * malloctest/init.c: Add include to remove warning.
4
52008-01-22      Joel Sherrill <joel.sherrill@OARcorp.com>
6
7        * malloctest/init.c: Remove debug print.
8
92008-01-09      Joel Sherrill <joel.sherrill@OARcorp.com>
10
11        * monitor02/.cvsignore: New file.
12
132008-01-09      Jennifer Averett <jennifer.averett@OARcorp.com>
14
15        * Makefile.am, configure.ac: Added automatic test for monitor shell
16        * monitor02/Makefile.am, monitor02/init.c, monitor02/monitor02.scn,
17        monitor02/system.h: New files.
18
192007-12-20      Joel Sherrill <joel.sherrill@OARcorp.com>
20
21        * malloctest/init.c: Add test cases suggested by Sergei Organov
22        <s.organov@javad.com>.
23
242007-12-19      Joel Sherrill <joel.sherrill@OARcorp.com>
25
26        * malloctest/init.c, malloctest/task1.c: Add test for posix_memalign.
27
282007-12-14      Joel Sherrill <joel.sherrill@OARcorp.com>
29
30        * rtmonuse/init.c, rtmonuse/task1.c: Add period which is unused to
31        exericise another path in the period statistics code.
32
332007-12-12      Joel Sherrill <joel.sherrill@OARcorp.com>
34
35        * malloctest/init.c: Add some primitive testing of realloc() which also
36        does some positive path testing on the SuperCore heap.
37
382007-10-26      Glenn Humphrey <glenn.humphrey@OARcorp.com>
39
40        * cpuuse/task2.c, rtmonuse/rtmonuse.scn, rtmonuse/task1.c: Add new
41        cases for untested routines.
42
432007-07-24      Joel Sherrill <joel.sherrill@oarcorp.com>
44
45        * cpuuse/init.c: Do not delete the Init task. Leaving it suspended lets
46        the CPU Usage Report include it. If it is deleted, the CPU time it
47        had consumed is not listed later in the report.
48
492007-06-20      Joel Sherrill <joel.sherrill@oarcorp.com>
50
51        * tztest/init.c: Build when using buffered test IO.
52
532007-05-17      Joel Sherrill <joel.sherrill@oarcorp.com>
54
55        * ChangeLog, rtmonuse/task1.c: Clean up output and use FLUSH_OUTPUT()
56        macro instead of fflush() directly.
57
582007-05-15      Joel Sherrill <joel.sherrill@oarcorp.com>
59
60        * rtmonuse/init.c, rtmonuse/task1.c: Integrate Rate Monotonic
61        Statistics and Period Usage into Rate Monotonic Manager. Added the
62        following directives: rtems_rate_monotonic_get_statistics,
63        rtems_rate_monotonic_reset_statistics,
64        rtems_rate_monotonic_reset_all_statistics,
65        rtems_rate_monotonic_report_statistics, and rtems_object_get_name.
66        Obsoleted the rtems/rtmonuse.h file as a public interface.
67
682007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
69
70        * cpuuse/Makefile.am, malloctest/Makefile.am, putenvtest/Makefile.am,
71        rtmonuse/Makefile.am, stackchk/Makefile.am, termios/Makefile.am: Add
72        optional managers to Makefiles. Clean up test cases so last output
73        line follows END OF pattern. Make sure test case all run. All tests
74        appeared ok on sis.
75
762007-03-29      Ralf Corsépius <ralf.corsepius@rtems.org>
77
78        * monitor/init.c, rtmonuse/task1.c: Use rtems_task_argument.
79
802007-03-13      Joel Sherrill <joel@OARcorp.com>
81
82        * tztest/init.c: Call tzset() even though it may be called for us
83        implicitly along the way.
84
852007-03-13      Joel Sherrill <joel@OARcorp.com>
86
87        * tztest/.cvsignore: New file.
88
892007-03-13      Joel Sherrill <joel@OARcorp.com>
90
91        * Makefile.am, configure.ac: Added timezone test.
92        * tztest/Makefile.am, tztest/init.c, tztest/tztest.doc,
93        tztest/tztest.scn: New files.
94
952007-03-05      Joel Sherrill <joel@OARcorp.com>
96
97        * malloctest/init.c: Be explicit about need for default and floating
98        point attributes. This is just a style change.
99
1002007-02-06      Joel Sherrill <joel@OARcorp.com>
101
102        * rtems++/Task1.cc, rtems++/Task3.cc: Address size_t/uint32_t typing
103        issues in message queue tests.
104
1052006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
106
107        * configure.ac: New BUG-REPORT address.
108
1092006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
110
111        * configure.ac: Require autoconf-2.60. Require automake-1.10.
112
1132006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
114
115        * cpuuse/Makefile.am, malloctest/Makefile.am, rtems++/Makefile.am,
116        rtmonuse/Makefile.am, stackchk/Makefile.am: Eliminate scndir,
117        docdir. Use rtems_testsdir instead.
118
1192006-02-08      Joel Sherrill <joel@OARcorp.com>
120
121        * rtems++/Task1.cc: Fix warnings.
122
1232005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
124
125        * configure.ac: Remove RTEMS_ENABLE_BARE,
126        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
127
1282005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
129
130        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
131        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
132        stackchk/Makefile.am, termios/Makefile.am:
133        Convert to using *_PROGRAMS.
134
1352005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * cpuuse/Makefile.am, malloctest/Makefile.am,
138        monitor/Makefile.am, putenvtest/Makefile.am,
139        rtems++/Makefile.am, rtmonuse/Makefile.am,
140        stackchk/Makefile.am, termios/Makefile.am: Rework.
141
1422005-11-11      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: Expand libtests.am.
147        * libtests.am: Remove.
148
1492005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
150
151        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
152        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
153        stackchk/Makefile.am, termios/Makefile.am:
154        AM_CPPFLAGS += -I..../support/include.
155
1562005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
157
158        * configure.ac: Apply RTEMS_CHECK_CPUOPTS.
159        * libtests.am: Set project_bspdir=$(PROJECT_ROOT)
160
1612005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
162
163        * libtests.am: Remove LIB_VARIANT.
164
1652005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
166
167        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
168        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
169        stackchk/Makefile.am, termios/Makefile.am: Remove SRC, PRINT_SRC.
170
1712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * Makefile.am: Cleanup.
174
1752005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
176
177        * libtests.am: Add $(PGM): ${ARCH}/$(dirstamp).
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:
181        Partial conversion to automake.
182
1832005-01-06      Ralf Corsepius <ralf.corsepius@rtems.org>
184
185        * rtems++/Makefile.am: Remove LIB_VARIANT.
186
1872004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
188
189        * configure.ac: Remove -ansi to prevent folks from further damaging
190        the code with broken prototypes.
191        * putenvtest/init.c: Remove broken putenv prototype.
192        * termios/init.c (print_c_cc): Don't loop over NCCS.
193
1942004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * configure.ac: Require automake > 1.9.
197
1982004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
199
200        * cpuuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
201        * malloctest/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
202        * monitor/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
203        * putenvtest/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
204        * rtems++/System.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
205        * rtmonuse/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
206        * stackchk/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
207        * termios/init.c: Include <rtems/confdefs.h> instead of <confdefs.h>.
208
2092004-03-30      Ralf Corsepius <ralf.corsepius@rtems.org>
210
211        * cpuuse/system.h, cpuuse/task1.c, cpuuse/tswitch.c, monitor/init.c,
212        monitor/system.h, rtems++/System.h, rtems++/Task1.cc,
213        rtems++/Task2.cc, rtems++/Task3.cc, rtmonuse/init.c,
214        rtmonuse/system.h, rtmonuse/task1.c, stackchk/blow.c: Convert to
215        using c99 fixed size types.
216
2172004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
218
219        * configure.ac: Add 2nd arg to RTEMS_TOP.
220
2212004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
222
223        * cpuuse/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
224        Add PRE/TMPINSTALL_FILES to CLEANFILES.
225        * malloctest/Makefile.am: Ditto.
226        * monitor/Makefile.am: Ditto.
227        * putenvtest/Makefile.am: Ditto.
228        * rtems++/Makefile.am: Ditto.
229        * rtmonuse/Makefile.am: Ditto.
230        * stackchk/Makefile.am: Ditto.
231        * termios/Makefile.am: Ditto.
232
2332003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
234
235        * libtests.am: Add dirstamp support.
236
2372003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
238
239        * libtests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
240
2412003-12-16      Joel Sherrill <joel@OARcorp.com>
242
243        PR 544/tests
244        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
245        tests account for resources and not print at inappropriate times.
246
2472003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
250
2512003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
254        * malloctest/Makefile.am: Remove all-local: $(ARCH).
255        * monitor/Makefile.am: Remove all-local: $(ARCH).
256        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
257        * rtems++/Makefile.am: Remove all-local: $(ARCH).
258        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
259        * stackchk/Makefile.am: Remove all-local: $(ARCH).
260        * termios/Makefile.am: Remove all-local: $(ARCH).
261
2622003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
263
264        * configure.ac: Reflect having moved to testsuites/.
265
2662003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
267
268        * configure.ac: Remove RTEMS_CANONICAL_HOST.
269
2702003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
271
272        * configure.ac:Remove RTEMS_CHECK_CPU.
273
2742003-09-04      Joel Sherrill <joel@OARcorp.com>
275
276        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
277        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
278        malloctest/system.h, malloctest/task1.c, monitor/init.c,
279        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
280        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
281        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
282        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
283        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
284        stackchk/task1.c: URL for license changed.
285
2862003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
287
288        * Makefile.am: Reflect having moved aclocal/.
289
2902003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * Makefile.am: Reflect having moved automake/.
293        * cpuuse/Makefile.am: Reflect having moved automake/.
294        * malloctest/Makefile.am: Reflect having moved automake/.
295        * monitor/Makefile.am: Reflect having moved automake/.
296        * putenvtest/Makefile.am: Reflect having moved automake/.
297        * rtems++/Makefile.am: Reflect having moved automake/.
298        * rtmonuse/Makefile.am: Reflect having moved automake/.
299        * stackchk/Makefile.am: Reflect having moved automake/.
300        * termios/Makefile.am: Reflect having moved automake/.
301
3022003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
305
3062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Remove AC_CONFIG_AUX_DIR.
309
3102003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: Unconditionally check for CXX.
313        Require autoconf-2.57, automake-1.7.2.
314        * rtems++: Eliminate CC_O_FILES.
315
3162002-12-02      Joel Sherrill <joel@OARcorp.com>
317
318        * malloctest/init.c: Tasks should be floating point.
319
3202002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
321
322        * .cvsignore: Reformat.
323        Add autom4te*cache.
324        Remove autom4te.cache.
325
3262002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
329        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
330        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
331        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
332        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
333        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
334        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
335        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
336
3372002-08-01      Joel Sherrill <joel@OARcorp.com>
338
339        * Per PR47 add support for buffered test output.  This involved
340        adding defines to redirect output to a buffer and dump it when
341        full, at "test pause", and at exit.  To avoid problems when redefining
342        exit(), all tests were modified to call rtems_test_exit().
343        Some tests, notable psxtests, had to be modified to include
344        the standard test macro .h file (pmacros.h or tmacros.h) to
345        enable this support.
346        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
347        rtmonuse/task1.c, termios/init.c: Modified.
348
3492002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
350
351        * configure.ac: Remove ENABLE_GCC28.
352
3532002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * configure.ac:
356        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
357        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
358        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
367
3682001-11-01      Joel Sherrill <joel@OARcorp.com>
369
370        * rtems++/Makefile.am: Make sure debug variant of librtems++
371        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
372        and processed as PR78.
373
3742001-10-25      Joel Sherrill <joel@OARcorp.com>
375
376        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
377
3782001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
379
380        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
381        * configure.in: Remove.
382        * configure.ac: New file, generated from configure.in by autoupdate.
383
3842001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
385
386        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
387        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
388
3892001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
392        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
393        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
394        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
395        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
396        make-cxx-exe.
397        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
398        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
399        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
400
4012001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
402
403        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
404
4052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
406
407        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
408
4092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
410
411        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
412
4132000-11-01      Joel Sherrill <joel@OARcorp.com>
414
415        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
416        libcsupport.h moved from libc to lib/include/rtems and now must
417        be referenced as <rtems/XXX.h>. 
418
4192000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
422        Switch to GNU canonicalization.
423        * libtests.am: Remove DEFS.
424
4252000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
426
427        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
428        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
429        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
430
4312000-08-10      Joel Sherrill <joel@OARcorp.com>
432
433        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.