source: rtems/testsuites/libtests/ChangeLog @ 0ba4b56f

4.104.114.84.95
Last change on this file since 0ba4b56f was 4dbd85e, checked in by Joel Sherrill <joel.sherrill@…>, on 12/16/03 at 23:35:20

2003-12-16 Joel Sherrill <joel@…>

PR 544/tests

  • malloctest/system.h, rtmonuse/system.h: Various modifications to make tests account for resources and not print at inappropriate times.
  • Property mode set to 100644
File size: 6.8 KB
Line 
12003-12-16      Joel Sherrill <joel@OARcorp.com>
2
3        PR 544/tests
4        * malloctest/system.h, rtmonuse/system.h: Various modifications to make
5        tests account for resources and not print at inappropriate times.
6
72003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
10
112003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * cpuuse/Makefile.am: Remove all-local: $(ARCH).
14        * malloctest/Makefile.am: Remove all-local: $(ARCH).
15        * monitor/Makefile.am: Remove all-local: $(ARCH).
16        * putenvtest/Makefile.am: Remove all-local: $(ARCH).
17        * rtems++/Makefile.am: Remove all-local: $(ARCH).
18        * rtmonuse/Makefile.am: Remove all-local: $(ARCH).
19        * stackchk/Makefile.am: Remove all-local: $(ARCH).
20        * termios/Makefile.am: Remove all-local: $(ARCH).
21
222003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
23
24        * configure.ac: Reflect having moved to testsuites/.
25
262003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
27
28        * configure.ac: Remove RTEMS_CANONICAL_HOST.
29
302003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
31
32        * configure.ac:Remove RTEMS_CHECK_CPU.
33
342003-09-04      Joel Sherrill <joel@OARcorp.com>
35
36        * cpuuse/init.c, cpuuse/system.h, cpuuse/task1.c, cpuuse/task2.c,
37        cpuuse/task3.c, cpuuse/tswitch.c, malloctest/init.c,
38        malloctest/system.h, malloctest/task1.c, monitor/init.c,
39        monitor/system.h, putenvtest/init.c, rtems++/Init.cc,
40        rtems++/System.h, rtems++/Task1.cc, rtems++/Task2.cc,
41        rtems++/Task3.cc, rtems++/rtems++.doc, rtmonuse/getall.c,
42        rtmonuse/init.c, rtmonuse/system.h, rtmonuse/task1.c,
43        stackchk/blow.c, stackchk/init.c, stackchk/system.h,
44        stackchk/task1.c: URL for license changed.
45
462003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
47
48        * Makefile.am: Reflect having moved aclocal/.
49
502003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Reflect having moved automake/.
53        * cpuuse/Makefile.am: Reflect having moved automake/.
54        * malloctest/Makefile.am: Reflect having moved automake/.
55        * monitor/Makefile.am: Reflect having moved automake/.
56        * putenvtest/Makefile.am: Reflect having moved automake/.
57        * rtems++/Makefile.am: Reflect having moved automake/.
58        * rtmonuse/Makefile.am: Reflect having moved automake/.
59        * stackchk/Makefile.am: Reflect having moved automake/.
60        * termios/Makefile.am: Reflect having moved automake/.
61
622003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
63
64        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
65
662003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove AC_CONFIG_AUX_DIR.
69
702003-02-03      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
71
72        * configure.ac: Unconditionally check for CXX.
73        Require autoconf-2.57, automake-1.7.2.
74        * rtems++: Eliminate CC_O_FILES.
75
762002-12-02      Joel Sherrill <joel@OARcorp.com>
77
78        * malloctest/init.c: Tasks should be floating point.
79
802002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81
82        * .cvsignore: Reformat.
83        Add autom4te*cache.
84        Remove autom4te.cache.
85
862002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
87
88        * cpuuse/Makefile.am: Use $(OBJEXT) instead of .o.
89        * malloctest/Makefile.am: Use $(OBJEXT) instead of .o.
90        * monitor/Makefile.am: Use $(OBJEXT) instead of .o.
91        * putenvtest/Makefile.am: Use $(OBJEXT) instead of .o.
92        * rtems++/Makefile.am: Use $(OBJEXT) instead of .o.
93        * rtmonuse/Makefile.am: Use $(OBJEXT) instead of .o.
94        * stackchk/Makefile.am: Use $(OBJEXT) instead of .o.
95        * termios/Makefile.am: Use $(OBJEXT) instead of .o.
96
972002-08-01      Joel Sherrill <joel@OARcorp.com>
98
99        * Per PR47 add support for buffered test output.  This involved
100        adding defines to redirect output to a buffer and dump it when
101        full, at "test pause", and at exit.  To avoid problems when redefining
102        exit(), all tests were modified to call rtems_test_exit().
103        Some tests, notable psxtests, had to be modified to include
104        the standard test macro .h file (pmacros.h or tmacros.h) to
105        enable this support.
106        * cpuuse/task2.c, malloctest/task1.c, putenvtest/init.c,
107        rtmonuse/task1.c, termios/init.c: Modified.
108
1092002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * configure.ac: Remove ENABLE_GCC28.
112
1132002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * configure.ac:
116        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
117        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
118        * cpuuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
119        * Makefile.am: Remove AUTOMAKE_OPTIONS.
120        * malloctest/Makefile.am: Remove AUTOMAKE_OPTIONS.
121        * monitor/Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * putenvtest/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * rtems++/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * rtmonuse/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * stackchk/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * termios/Makefile.am: Remove AUTOMAKE_OPTIONS.
127
1282001-11-01      Joel Sherrill <joel@OARcorp.com>
129
130        * rtems++/Makefile.am: Make sure debug variant of librtems++
131        is linked against.  Reported by Jerry Needell <jerry.needell@unh.edu>
132        and processed as PR78.
133
1342001-10-25      Joel Sherrill <joel@OARcorp.com>
135
136        * rtems++/Makefile.am: Pick up -lrtems++ even when debug.
137
1382001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
139
140        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
141        * configure.in: Remove.
142        * configure.ac: New file, generated from configure.in by autoupdate.
143
1442001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
145
146        * libtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
147        * rtems++/Makefile.am: LD_FLAGS = -lrtems++.
148
1492001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
150
151        * malloctest/Makefile.am: include leaf.am instead of leaf.cfg.
152        * monitor/Makefile.am: include leaf.am instead of leaf.cfg.
153        * termios/Makefile.am: include leaf.am instead of leaf.cfg.
154        * putenvtest/Makefile.am: include leaf.am instead of leaf.cfg.
155        * rtems++/Makefile.am: include leaf.am instead of leaf.cfg, use
156        make-cxx-exe.
157        * stackchk/Makefile.am: include leaf.am instead of leaf.cfg.
158        * rtmonuse/Makefile.am: include leaf.am instead of leaf.cfg.
159        * cpuuse/Makefile.am: include leaf.am instead of leaf.cfg.
160
1612001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
162
163        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
164
1652000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
166
167        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
168
1692000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
170
171        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
172
1732000-11-01      Joel Sherrill <joel@OARcorp.com>
174
175        * malloctest/task1.c: assoc.h, error.h, libio_.h, libio.h, and
176        libcsupport.h moved from libc to lib/include/rtems and now must
177        be referenced as <rtems/XXX.h>. 
178
1792000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
180
181        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
182        Switch to GNU canonicalization.
183        * libtests.am: Remove DEFS.
184
1852000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
186
187        * cpuuse/Makefile.am, malloctest/Makefile.am, monitor/Makefile.am,
188        putenvtest/Makefile.am, rtems++/Makefile.am, rtmonuse/Makefile.am,
189        stackchk/Makefile.am, termios/Makefile.am: Include compile.am
190
1912000-08-10      Joel Sherrill <joel@OARcorp.com>
192
193        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.