source: rtems/testsuites/itrontests/ChangeLog @ d35734dd

4.104.115
Last change on this file since d35734dd was d35734dd, checked in by Joel Sherrill <joel.sherrill@…>, on 12/08/09 at 17:52:47

2009-12-08 Joel Sherrill <joel.sherrill@…>

  • itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h, itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c, itrontask03/preempt.c: Use rtems_test_assert() consistently instead of system assert(). rtems_test_assert() is designed to integrate into the RTEMS test suite infrastructure.
  • Property mode set to 100644
File size: 16.1 KB
Line 
12009-12-08      Joel Sherrill <joel.sherrill@oarcorp.com>
2
3        * itronmbf01/init.c, itronsem01/init.c, itronsem01/system.h,
4        itrontask02/dormant.c, itrontask02/init.c, itrontask03/init.c,
5        itrontask03/preempt.c: Use rtems_test_assert() consistently instead
6        of system assert(). rtems_test_assert() is designed to integrate into
7        the RTEMS test suite infrastructure.
8
92009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
10
11        * itrontime01/init.c: Use %ld to print "time"s.
12
132009-10-30      Ralf Corsépius <ralf.corsepius@rtems.org>
14
15        * itrontime01/init.c: Use "long"s for "time"s (16bit compliance).
16        * itrontask04/task3.c: Add missing prototypes.
17        * itrontask02/system.h, itrontask03/system.h, itrontask04/system.h:
18        Add missing prototypes.
19        * itrontask02/dormant.c: Add missing prototypes.
20        * itrontask01/task1.c: Add missing prototypes.
21        * itrontask01/system.h: Add missing prototypes.
22        * itronsem01/init.c: Use PRId32 to print INT's.
23        * itronmbf01/init.c: Add missing prototypes.
24
252009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
26
27        * configure.ac: Don't add -ansi -fasm to CFLAGS.
28
292009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
30
31        * itrontask01/task1.c, itrontask02/dormant.c, itrontask03/task1.c,
32        itrontask03/task2.c, itrontask03/task3.c, itrontask04/task3.c:
33        Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second()
34        in favor of new rtems_clock_get_ticks_per_second().
35
362009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * itrontask01/task1.c: Convert calls to legacy routine rtems_clock_get(
39        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
40
412009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
42
43        * itronhello/Makefile.am, itronmbf01/Makefile.am,
44        itronmbox01/Makefile.am, itronsem01/Makefile.am,
45        itrontask01/Makefile.am, itrontask02/Makefile.am,
46        itrontask03/Makefile.am, itrontask04/Makefile.am,
47        itrontime01/Makefile.am:
48        Eliminate _exe_/.exe.
49
502008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
51
52        * itrontask04/init.c: Run all tests successfully with maxixum number of
53        priorities as 16 instead of 256. This was done by temporarily
54        modifying the score priority.h maximum. This allowed testing of all
55        API code to ensure that it worked properly with a reduced number of
56        priorities. Most modifications were to switch from hard-coded maximum
57        to using the API provided methods to determine maximum number of
58        priority levels.
59
602008-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
61
62        * itronhello/system.h, itronmbox01/system.h, itrontask02/system.h,
63        itrontime01/system.h: Add use of
64        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
65
662008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
67
68        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
69        itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
70        itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
71        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
72        tests. Add a clock_settime case for < 1988.
73
742007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
75
76        * itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,
77        itrontask03/itrontask03.scn, itrontask03/task1.c,
78        itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional
79        managers to Makefiles. Clean up test cases so last output line
80        follows END OF pattern. Make sure test case all run. All tests
81        appeared ok on sis.
82
832007-02-06      Joel Sherrill <joel@OARcorp.com>
84
85        * itronmbf01/init.c: Address size_t/uint32_t typing issues in message
86        queue tests.
87
882006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
89
90        * configure.ac: New BUG-REPORT address.
91
922006-11-17      Joel Sherrill <joel@OARcorp.com>
93
94        * itrontask04/init.c, itrontask04/itrontask04.scn: Cannot print with
95        dispatching disabled so fix test not to print while dispatching is
96        disabled.
97
982006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
99
100        * configure.ac: Require autoconf-2.60. Require automake-1.10.
101
1022006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
103
104        * itronhello/Makefile.am, itronmbf01/Makefile.am,
105        itronmbox01/Makefile.am, itronsem01/Makefile.am,
106        itrontask01/Makefile.am, itrontask02/Makefile.am,
107        itrontask03/Makefile.am, itrontask04/Makefile.am,
108        itrontime01/Makefile.am: Eliminate scndir, docdir. Use
109        rtems_testsdir instead.
110
1112005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
112
113        * configure.ac: Remove RTEMS_ENABLE_BARE,
114        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
115
1162005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
117
118        * itronhello/Makefile.am, itronmbf01/Makefile.am,
119        itronmbox01/Makefile.am, itronsem01/Makefile.am,
120        itrontask01/Makefile.am, itrontask02/Makefile.am,
121        itrontask03/Makefile.am, itrontask04/Makefile.am,
122        itrontime01/Makefile.am:
123        Convert to using *_PROGRAMS.
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: Rework.
132
1332005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
134
135        * itronhello/Makefile.am, itronmbf01/Makefile.am,
136        itronmbox01/Makefile.am, itronsem01/Makefile.am,
137        itrontask01/Makefile.am, itrontask02/Makefile.am,
138        itrontask03/Makefile.am, itrontask04/Makefile.am,
139        itrontime01/Makefile.am: Expand itrontests.am.
140        * itrontests.am: Remove.
141
1422005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
143
144        * itronhello/Makefile.am, itronmbf01/Makefile.am,
145        itronmbox01/Makefile.am, itronsem01/Makefile.am,
146        itrontask01/Makefile.am, itrontask02/Makefile.am,
147        itrontask03/Makefile.am, itrontask04/Makefile.am,
148        itrontime01/Makefile.am:
149        AM_CPPFLAGS += -I..../support/include.
150
1512005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
152
153        * itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
154
1552005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
156
157        * itrontests.am: Remove LIB_VARIANT.
158
1592005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
160
161        * itronhello/Makefile.am, itronmbf01/Makefile.am,
162        itronmbox01/Makefile.am, itronsem01/Makefile.am,
163        itrontask01/Makefile.am, itrontask02/Makefile.am,
164        itrontask03/Makefile.am, itrontask04/Makefile.am,
165        itrontime01/Makefile.am: Remove SRC, PRINT_SRC.
166
1672005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
168
169        * Makefile.am: Cleanup.
170
1712005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
172
173        * itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
174        * itronhello/Makefile.am, itronmbf01/Makefile.am,
175        itronmbox01/Makefile.am, itronsem01/Makefile.am,
176        itrontask01/Makefile.am, itrontask02/Makefile.am,
177        itrontask03/Makefile.am, itrontask04/Makefile.am,
178        itrontime01/Makefile.am:
179        Partial conversion to automake.
180
1812004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
182
183        PR 721/tests
184        * itronsem01/init.c: Fix bogus assert.
185
1862004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
187
188        * configure.ac: Require automake > 1.9.
189
1902004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
191
192        * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
193        * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
194        * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
195        * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
196        * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
197        * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
198        * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
199        * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
200        * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
201
2022004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
203
204        * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
205        * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
206        * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
207        * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
208        * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
209        * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
210        * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
211        * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
212        * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
213
2142004-03-25      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
215
216        * configure.ac: Add 2nd arg to RTEMS_TOP.
217
2182004-01-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
219
220        * itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
221        Add PRE/TMPINSTALL_FILES to CLEANFILES.
222        * itronmbf01/Makefile.am: Ditto.
223        * itronmbox01/Makefile.am: Ditto.
224        * itronsem01/Makefile.am: Ditto.
225        * itrontask01/Makefile.am: Ditto.
226        * itrontask02/Makefile.am: Ditto.
227        * itrontask03/Makefile.am: Ditto.
228        * itrontask04/Makefile.am: Ditto.
229        * itrontime01/Makefile.am: Ditto.
230
2312003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * itrontests.am: Add dirstamp support.
234
2352003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
238
2392003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
242
2432003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
244
245        * itronhello/Makefile.am: Remove all-local: $(ARCH).
246        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
247        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
248        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
249        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
250        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
251        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
252        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
253        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
254
2552003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
256
257        * configure.ac: Reflect having moved to testsuites/.
258
2592003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
260
261        * configure.ac: Remove RTEMS_CANONICAL_HOST.
262
2632003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
264
265        * configure.ac:Remove RTEMS_CHECK_CPU.
266
2672003-09-04      Joel Sherrill <joel@OARcorp.com>
268
269        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
270        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
271        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
272        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
273        itrontask01/itrontask01.doc, itrontask01/system.h,
274        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
275        itrontask02/itrontask02.doc, itrontask02/system.h,
276        itrontask03/init.c, itrontask03/itrontask03.doc,
277        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
278        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
279        itrontask04/itrontask04.doc, itrontask04/system.h,
280        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
281        itrontime01/init.c, itrontime01/system.h: URL for license changed.
282
2832003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
284
285        * Makefile.am: Reflect having moved aclocal/.
286
2872003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
288
289        * Makefile.am: Reflect having moved automake/.
290        * itronhello/Makefile.am: Reflect having moved automake/.
291        * itronmbf01/Makefile.am: Reflect having moved automake/.
292        * itronmbox01/Makefile.am: Reflect having moved automake/.
293        * itronsem01/Makefile.am: Reflect having moved automake/.
294        * itrontask01/Makefile.am: Reflect having moved automake/.
295        * itrontask02/Makefile.am: Reflect having moved automake/.
296        * itrontask03/Makefile.am: Reflect having moved automake/.
297        * itrontask04/Makefile.am: Reflect having moved automake/.
298        * itrontime01/Makefile.am: Reflect having moved automake/.
299
3002003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
301
302        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
303
3042003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
305
306        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
307        CC_CFLAGS_DEFAULT (obsolete).
308
3092003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
310
311        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
312        Remove CC_LDFLAGS_PROFILE_V.
313
3142003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
315
316        * configure.ac: Remove AC_CONFIG_AUX_DIR.
317
3182003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
319
320        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
321
3222003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
323
324        * configure.ac: AC_PREREQ(2.57).
325
3262002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
327
328        * .cvsignore: Reformat.
329        Add autom4te*cache.
330        Remove autom4te.cache.
331
3322002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
333
334        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
335        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
336        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
337        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
338        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
339        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
340        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
341        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
342        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
343
3442002-08-01      Joel Sherrill <joel@OARcorp.com>
345
346        * Per PR47 add support for buffered test output.  This involved
347        adding defines to redirect output to a buffer and dump it when
348        full, at "test pause", and at exit.  To avoid problems when redefining
349        exit(), all tests were modified to call rtems_test_exit().
350        Some tests, notable psxtests, had to be modified to include
351        the standard test macro .h file (pmacros.h or tmacros.h) to
352        enable this support.
353        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
354        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
355        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
356
3572002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
358
359        * configure.ac: Remove ENABLE_GCC28.
360
3612002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
362
363        * configure.ac:
364        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
365        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
366        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
367        * Makefile.am: Remove AUTOMAKE_OPTIONS.
368        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
369        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
370        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
371        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
372        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
373        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
374        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
375        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
376
3772001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
378
379        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
380        * configure.in: Remove.
381        * configure.ac: New file, generated from configure.in by autoupdate.
382
3832001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
384
385        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
386
3872001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
388
389        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
390        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
391        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
392        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
393        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
394        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
395        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
396        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
397        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
398
3992001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
400
401        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
402
4032001-04-20      Joel Sherrill <joel@OARcorp.com>
404
405        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
406        itronsem01/itronsem01.scn, itrontime01/init.c: Various
407        adjustments so test output matches screens more reliably.
408
4092000-11-20      Joel Sherrill <joel@OARcorp.com>
410
411        * itrontask01/system.h: Configure enough stack memory.
412
4132000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
414
415        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
416
4172000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
418
419        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
420
4212000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
422
423        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
424        Switch to GNU canonicalization.
425        * itrontests.am: Remove DEFS.
426
4272000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
428
429        * itronhello/Makefile.am, itronmbf01/Makefile.am,
430        itronmbox01/Makefile.am, itronsem01/Makefile.am,
431        itrontask01/Makefile.am, itrontask02/Makefile.am,
432        itrontask03/Makefile.am, itrontask04/Makefile.am,
433        itrontime01/Makefile.am: Include compile.am
434
4352000-08-10      Joel Sherrill <joel@OARcorp.com>
436
437        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.