source: rtems/testsuites/itrontests/ChangeLog @ 7bf6612b

4.104.115
Last change on this file since 7bf6612b was 7bf6612b, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/30/09 at 17:29:01

2009-10-30 Ralf Corsépius <ralf.corsepius@…>

  • itrontime01/init.c: Use %ld to print "time"s.
  • Property mode set to 100644
File size: 15.7 KB
Line 
12009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * itrontime01/init.c: Use %ld to print "time"s.
4
52009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
6
7        * itrontime01/init.c: Use "long"s for "time"s (16bit compliance).
8        * itrontask04/task3.c: Add missing prototypes.
9        * itrontask02/system.h, itrontask03/system.h, itrontask04/system.h:
10        Add missing prototypes.
11        * itrontask02/dormant.c: Add missing prototypes.
12        * itrontask01/task1.c: Add missing prototypes.
13        * itrontask01/system.h: Add missing prototypes.
14        * itronsem01/init.c: Use PRId32 to print INT's.
15        * itronmbf01/init.c: Add missing prototypes.
16
172009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * configure.ac: Don't add -ansi -fasm to CFLAGS.
20
212009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
22
23        * itrontask01/task1.c, itrontask02/dormant.c, itrontask03/task1.c,
24        itrontask03/task2.c, itrontask03/task3.c, itrontask04/task3.c:
25        Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second()
26        in favor of new rtems_clock_get_ticks_per_second().
27
282009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
29
30        * itrontask01/task1.c: Convert calls to legacy routine rtems_clock_get(
31        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
32
332009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
34
35        * itronhello/Makefile.am, itronmbf01/Makefile.am,
36        itronmbox01/Makefile.am, itronsem01/Makefile.am,
37        itrontask01/Makefile.am, itrontask02/Makefile.am,
38        itrontask03/Makefile.am, itrontask04/Makefile.am,
39        itrontime01/Makefile.am:
40        Eliminate _exe_/.exe.
41
422008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
43
44        * itrontask04/init.c: Run all tests successfully with maxixum number of
45        priorities as 16 instead of 256. This was done by temporarily
46        modifying the score priority.h maximum. This allowed testing of all
47        API code to ensure that it worked properly with a reduced number of
48        priorities. Most modifications were to switch from hard-coded maximum
49        to using the API provided methods to determine maximum number of
50        priority levels.
51
522008-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
53
54        * itronhello/system.h, itronmbox01/system.h, itrontask02/system.h,
55        itrontime01/system.h: Add use of
56        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
57
582008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
59
60        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
61        itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
62        itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
63        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
64        tests. Add a clock_settime case for < 1988.
65
662007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,
69        itrontask03/itrontask03.scn, itrontask03/task1.c,
70        itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional
71        managers to Makefiles. Clean up test cases so last output line
72        follows END OF pattern. Make sure test case all run. All tests
73        appeared ok on sis.
74
752007-02-06      Joel Sherrill <joel@OARcorp.com>
76
77        * itronmbf01/init.c: Address size_t/uint32_t typing issues in message
78        queue tests.
79
802006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
81
82        * configure.ac: New BUG-REPORT address.
83
842006-11-17      Joel Sherrill <joel@OARcorp.com>
85
86        * itrontask04/init.c, itrontask04/itrontask04.scn: Cannot print with
87        dispatching disabled so fix test not to print while dispatching is
88        disabled.
89
902006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
91
92        * configure.ac: Require autoconf-2.60. Require automake-1.10.
93
942006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
95
96        * itronhello/Makefile.am, itronmbf01/Makefile.am,
97        itronmbox01/Makefile.am, itronsem01/Makefile.am,
98        itrontask01/Makefile.am, itrontask02/Makefile.am,
99        itrontask03/Makefile.am, itrontask04/Makefile.am,
100        itrontime01/Makefile.am: Eliminate scndir, docdir. Use
101        rtems_testsdir instead.
102
1032005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
104
105        * configure.ac: Remove RTEMS_ENABLE_BARE,
106        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
107
1082005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
109
110        * itronhello/Makefile.am, itronmbf01/Makefile.am,
111        itronmbox01/Makefile.am, itronsem01/Makefile.am,
112        itrontask01/Makefile.am, itrontask02/Makefile.am,
113        itrontask03/Makefile.am, itrontask04/Makefile.am,
114        itrontime01/Makefile.am:
115        Convert to using *_PROGRAMS.
116
1172005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
118
119        * itronhello/Makefile.am, itronmbf01/Makefile.am,
120        itronmbox01/Makefile.am, itronsem01/Makefile.am,
121        itrontask01/Makefile.am, itrontask02/Makefile.am,
122        itrontask03/Makefile.am, itrontask04/Makefile.am,
123        itrontime01/Makefile.am: Rework.
124
1252005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
126
127        * itronhello/Makefile.am, itronmbf01/Makefile.am,
128        itronmbox01/Makefile.am, itronsem01/Makefile.am,
129        itrontask01/Makefile.am, itrontask02/Makefile.am,
130        itrontask03/Makefile.am, itrontask04/Makefile.am,
131        itrontime01/Makefile.am: Expand itrontests.am.
132        * itrontests.am: Remove.
133
1342005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
135
136        * itronhello/Makefile.am, itronmbf01/Makefile.am,
137        itronmbox01/Makefile.am, itronsem01/Makefile.am,
138        itrontask01/Makefile.am, itrontask02/Makefile.am,
139        itrontask03/Makefile.am, itrontask04/Makefile.am,
140        itrontime01/Makefile.am:
141        AM_CPPFLAGS += -I..../support/include.
142
1432005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
146
1472005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * itrontests.am: Remove LIB_VARIANT.
150
1512005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * itronhello/Makefile.am, itronmbf01/Makefile.am,
154        itronmbox01/Makefile.am, itronsem01/Makefile.am,
155        itrontask01/Makefile.am, itrontask02/Makefile.am,
156        itrontask03/Makefile.am, itrontask04/Makefile.am,
157        itrontime01/Makefile.am: Remove SRC, PRINT_SRC.
158
1592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * Makefile.am: Cleanup.
162
1632005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
164
165        * itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
166        * itronhello/Makefile.am, itronmbf01/Makefile.am,
167        itronmbox01/Makefile.am, itronsem01/Makefile.am,
168        itrontask01/Makefile.am, itrontask02/Makefile.am,
169        itrontask03/Makefile.am, itrontask04/Makefile.am,
170        itrontime01/Makefile.am:
171        Partial conversion to automake.
172
1732004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
174
175        PR 721/tests
176        * itronsem01/init.c: Fix bogus assert.
177
1782004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * configure.ac: Require automake > 1.9.
181
1822004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
183
184        * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
185        * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
186        * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
187        * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
188        * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
189        * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
190        * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
191        * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
192        * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
193
1942004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
195
196        * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
197        * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
198        * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
199        * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
200        * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
201        * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
202        * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
203        * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
204        * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
205
2062004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
207
208        * configure.ac: Add 2nd arg to RTEMS_TOP.
209
2102004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
211
212        * itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
213        Add PRE/TMPINSTALL_FILES to CLEANFILES.
214        * itronmbf01/Makefile.am: Ditto.
215        * itronmbox01/Makefile.am: Ditto.
216        * itronsem01/Makefile.am: Ditto.
217        * itrontask01/Makefile.am: Ditto.
218        * itrontask02/Makefile.am: Ditto.
219        * itrontask03/Makefile.am: Ditto.
220        * itrontask04/Makefile.am: Ditto.
221        * itrontime01/Makefile.am: Ditto.
222
2232003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
224
225        * itrontests.am: Add dirstamp support.
226
2272003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
228
229        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
230
2312003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
234
2352003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * itronhello/Makefile.am: Remove all-local: $(ARCH).
238        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
239        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
240        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
241        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
242        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
243        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
244        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
245        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
246
2472003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
248
249        * configure.ac: Reflect having moved to testsuites/.
250
2512003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
252
253        * configure.ac: Remove RTEMS_CANONICAL_HOST.
254
2552003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac:Remove RTEMS_CHECK_CPU.
258
2592003-09-04      Joel Sherrill <joel@OARcorp.com>
260
261        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
262        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
263        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
264        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
265        itrontask01/itrontask01.doc, itrontask01/system.h,
266        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
267        itrontask02/itrontask02.doc, itrontask02/system.h,
268        itrontask03/init.c, itrontask03/itrontask03.doc,
269        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
270        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
271        itrontask04/itrontask04.doc, itrontask04/system.h,
272        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
273        itrontime01/init.c, itrontime01/system.h: URL for license changed.
274
2752003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
276
277        * Makefile.am: Reflect having moved aclocal/.
278
2792003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
280
281        * Makefile.am: Reflect having moved automake/.
282        * itronhello/Makefile.am: Reflect having moved automake/.
283        * itronmbf01/Makefile.am: Reflect having moved automake/.
284        * itronmbox01/Makefile.am: Reflect having moved automake/.
285        * itronsem01/Makefile.am: Reflect having moved automake/.
286        * itrontask01/Makefile.am: Reflect having moved automake/.
287        * itrontask02/Makefile.am: Reflect having moved automake/.
288        * itrontask03/Makefile.am: Reflect having moved automake/.
289        * itrontask04/Makefile.am: Reflect having moved automake/.
290        * itrontime01/Makefile.am: Reflect having moved automake/.
291
2922003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
293
294        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
295
2962003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
297
298        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
299        CC_CFLAGS_DEFAULT (obsolete).
300
3012003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
302
303        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
304        Remove CC_LDFLAGS_PROFILE_V.
305
3062003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
307
308        * configure.ac: Remove AC_CONFIG_AUX_DIR.
309
3102003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
311
312        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
313
3142003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: AC_PREREQ(2.57).
317
3182002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * .cvsignore: Reformat.
321        Add autom4te*cache.
322        Remove autom4te.cache.
323
3242002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325
326        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
327        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
328        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
329        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
330        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
331        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
332        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
333        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
334        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
335
3362002-08-01      Joel Sherrill <joel@OARcorp.com>
337
338        * Per PR47 add support for buffered test output.  This involved
339        adding defines to redirect output to a buffer and dump it when
340        full, at "test pause", and at exit.  To avoid problems when redefining
341        exit(), all tests were modified to call rtems_test_exit().
342        Some tests, notable psxtests, had to be modified to include
343        the standard test macro .h file (pmacros.h or tmacros.h) to
344        enable this support.
345        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
346        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
347        itrontask03/task1.c, itrontask04/task3.c, itrontime01/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        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
359        * Makefile.am: Remove AUTOMAKE_OPTIONS.
360        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
361        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
362        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
363        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
364        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
365        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
366        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
368
3692001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
370
371        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
372        * configure.in: Remove.
373        * configure.ac: New file, generated from configure.in by autoupdate.
374
3752001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
376
377        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
378
3792001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
380
381        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
382        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
383        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
384        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
385        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
386        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
387        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
388        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
389        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
390
3912001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
392
393        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
394
3952001-04-20      Joel Sherrill <joel@OARcorp.com>
396
397        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
398        itronsem01/itronsem01.scn, itrontime01/init.c: Various
399        adjustments so test output matches screens more reliably.
400
4012000-11-20      Joel Sherrill <joel@OARcorp.com>
402
403        * itrontask01/system.h: Configure enough stack memory.
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-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
416        Switch to GNU canonicalization.
417        * itrontests.am: Remove DEFS.
418
4192000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
420
421        * itronhello/Makefile.am, itronmbf01/Makefile.am,
422        itronmbox01/Makefile.am, itronsem01/Makefile.am,
423        itrontask01/Makefile.am, itrontask02/Makefile.am,
424        itrontask03/Makefile.am, itrontask04/Makefile.am,
425        itrontime01/Makefile.am: Include compile.am
426
4272000-08-10      Joel Sherrill <joel@OARcorp.com>
428
429        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.