source: rtems/testsuites/libtests/ChangeLog @ fbea3df

4.104.114.95
Last change on this file since fbea3df was fbea3df, checked in by Joel Sherrill <joel.sherrill@…>, on 12/14/07 at 17:46:08

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

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