source: rtems/testsuites/itrontests/ChangeLog @ 39615f4

4.104.115
Last change on this file since 39615f4 was 50a7df1, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/20/09 at 04:14:56

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

  • configure.ac: Don't add -ansi -fasm to CFLAGS.
  • Property mode set to 100644
File size: 15.1 KB
Line 
12009-10-20      Ralf Corsépius <ralf.corsepius@rtems.org>
2
3        * configure.ac: Don't add -ansi -fasm to CFLAGS.
4
52009-08-12      Joel Sherrill <joel.sherrill@oarcorp.com>
6
7        * itrontask01/task1.c, itrontask02/dormant.c, itrontask03/task1.c,
8        itrontask03/task2.c, itrontask03/task3.c, itrontask04/task3.c:
9        Eliminate test routines TICKS_PER_SECOND and get_ticks_per_second()
10        in favor of new rtems_clock_get_ticks_per_second().
11
122009-08-10      Joel Sherrill <joel.sherrill@oarcorp.com>
13
14        * itrontask01/task1.c: Convert calls to legacy routine rtems_clock_get(
15        RTEMS_CLOCK_GET_TOD, ..) to rtems_clock_get_tod(..).
16
172009-04-03      Ralf Corsépius <ralf.corsepius@rtems.org>
18
19        * itronhello/Makefile.am, itronmbf01/Makefile.am,
20        itronmbox01/Makefile.am, itronsem01/Makefile.am,
21        itrontask01/Makefile.am, itrontask02/Makefile.am,
22        itrontask03/Makefile.am, itrontask04/Makefile.am,
23        itrontime01/Makefile.am:
24        Eliminate _exe_/.exe.
25
262008-12-14      Joel Sherrill <joel.sherrill@oarcorp.com>
27
28        * itrontask04/init.c: Run all tests successfully with maxixum number of
29        priorities as 16 instead of 256. This was done by temporarily
30        modifying the score priority.h maximum. This allowed testing of all
31        API code to ensure that it worked properly with a reduced number of
32        priorities. Most modifications were to switch from hard-coded maximum
33        to using the API provided methods to determine maximum number of
34        priority levels.
35
362008-05-21      Joel Sherrill <joel.sherrill@oarcorp.com>
37
38        * itronhello/system.h, itronmbox01/system.h, itrontask02/system.h,
39        itrontime01/system.h: Add use of
40        CONFIGURE_APPLICATION_DOES_NOT_NEED_CLOCK_DRIVER.
41
422008-01-31      Joel Sherrill <joel.sherrill@OARcorp.com>
43
44        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
45        itronsem01/init.c, itrontask01/init.c, itrontask02/init.c,
46        itrontask03/init.c, itrontask04/init.c, itrontime01/init.c: Change
47        TEST_INIT to CONFIGURE_INIT. Make tmacros.h available to all POSIX
48        tests. Add a clock_settime case for < 1988.
49
502007-05-11      Joel Sherrill <joel.sherrill@OARcorp.com>
51
52        * itronmbf01/init.c, itronmbf01/itronmbf01.scn, itrontask02/init.c,
53        itrontask03/itrontask03.scn, itrontask03/task1.c,
54        itrontask04/itrontask04.scn, itrontask04/task3.c: Add optional
55        managers to Makefiles. Clean up test cases so last output line
56        follows END OF pattern. Make sure test case all run. All tests
57        appeared ok on sis.
58
592007-02-06      Joel Sherrill <joel@OARcorp.com>
60
61        * itronmbf01/init.c: Address size_t/uint32_t typing issues in message
62        queue tests.
63
642006-12-02      Ralf Corsépius <ralf.corsepius@rtems.org>
65
66        * configure.ac: New BUG-REPORT address.
67
682006-11-17      Joel Sherrill <joel@OARcorp.com>
69
70        * itrontask04/init.c, itrontask04/itrontask04.scn: Cannot print with
71        dispatching disabled so fix test not to print while dispatching is
72        disabled.
73
742006-10-17      Ralf Corsépius <ralf.corsepius@rtems.org>
75
76        * configure.ac: Require autoconf-2.60. Require automake-1.10.
77
782006-07-11      Ralf Corsépius <ralf.corsepius@rtems.org>
79
80        * itronhello/Makefile.am, itronmbf01/Makefile.am,
81        itronmbox01/Makefile.am, itronsem01/Makefile.am,
82        itrontask01/Makefile.am, itrontask02/Makefile.am,
83        itrontask03/Makefile.am, itrontask04/Makefile.am,
84        itrontime01/Makefile.am: Eliminate scndir, docdir. Use
85        rtems_testsdir instead.
86
872005-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
88
89        * configure.ac: Remove RTEMS_ENABLE_BARE,
90        BARE_CPU_CFLAGS, BARE_CPU_MODEL.
91
922005-11-13      Ralf Corsepius <ralf.corsepius@rtems.org>
93
94        * itronhello/Makefile.am, itronmbf01/Makefile.am,
95        itronmbox01/Makefile.am, itronsem01/Makefile.am,
96        itrontask01/Makefile.am, itrontask02/Makefile.am,
97        itrontask03/Makefile.am, itrontask04/Makefile.am,
98        itrontime01/Makefile.am:
99        Convert to using *_PROGRAMS.
100
1012005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
102
103        * itronhello/Makefile.am, itronmbf01/Makefile.am,
104        itronmbox01/Makefile.am, itronsem01/Makefile.am,
105        itrontask01/Makefile.am, itrontask02/Makefile.am,
106        itrontask03/Makefile.am, itrontask04/Makefile.am,
107        itrontime01/Makefile.am: Rework.
108
1092005-11-11      Ralf Corsepius <ralf.corsepius@rtems.org>
110
111        * itronhello/Makefile.am, itronmbf01/Makefile.am,
112        itronmbox01/Makefile.am, itronsem01/Makefile.am,
113        itrontask01/Makefile.am, itrontask02/Makefile.am,
114        itrontask03/Makefile.am, itrontask04/Makefile.am,
115        itrontime01/Makefile.am: Expand itrontests.am.
116        * itrontests.am: Remove.
117
1182005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
119
120        * itronhello/Makefile.am, itronmbf01/Makefile.am,
121        itronmbox01/Makefile.am, itronsem01/Makefile.am,
122        itrontask01/Makefile.am, itrontask02/Makefile.am,
123        itrontask03/Makefile.am, itrontask04/Makefile.am,
124        itrontime01/Makefile.am:
125        AM_CPPFLAGS += -I..../support/include.
126
1272005-11-09      Ralf Corsepius <ralf.corsepius@rtems.org>
128
129        * itrontests.am: Set project_bspdir=$(PROJECT_ROOT)
130
1312005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
132
133        * itrontests.am: Remove LIB_VARIANT.
134
1352005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
136
137        * itronhello/Makefile.am, itronmbf01/Makefile.am,
138        itronmbox01/Makefile.am, itronsem01/Makefile.am,
139        itrontask01/Makefile.am, itrontask02/Makefile.am,
140        itrontask03/Makefile.am, itrontask04/Makefile.am,
141        itrontime01/Makefile.am: Remove SRC, PRINT_SRC.
142
1432005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
144
145        * Makefile.am: Cleanup.
146
1472005-11-07      Ralf Corsepius <ralf.corsepius@rtems.org>
148
149        * itrontests.am: Add $(PGM): ${ARCH}/$(dirstamp).
150        * itronhello/Makefile.am, itronmbf01/Makefile.am,
151        itronmbox01/Makefile.am, itronsem01/Makefile.am,
152        itrontask01/Makefile.am, itrontask02/Makefile.am,
153        itrontask03/Makefile.am, itrontask04/Makefile.am,
154        itrontime01/Makefile.am:
155        Partial conversion to automake.
156
1572004-11-22      Ralf Corsepius <ralf.corsepius@rtems.org>
158
159        PR 721/tests
160        * itronsem01/init.c: Fix bogus assert.
161
1622004-09-24      Ralf Corsepius <ralf.corsepius@rtems.org>
163
164        * configure.ac: Require automake > 1.9.
165
1662004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
167
168        * itronhello/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
169        * itronmbf01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
170        * itronmbox01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
171        * itronsem01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
172        * itrontask01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
173        * itrontask02/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
174        * itrontask03/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
175        * itrontask04/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
176        * itrontime01/system.h: Include <rtems/confdefs.h> instead of <confdefs.h>.
177
1782004-04-01      Ralf Corsepius <ralf.corsepius@rtems.org>
179
180        * itronhello/system.h: Include <rtems/itron.h> instead of <itron.h>.
181        * itronmbf01/system.h: Include <rtems/itron.h> instead of <itron.h>.
182        * itronmbox01/system.h: Include <rtems/itron.h> instead of <itron.h>.
183        * itronsem01/system.h: Include <rtems/itron.h> instead of <itron.h>.
184        * itrontask01/system.h: Include <rtems/itron.h> instead of <itron.h>.
185        * itrontask02/system.h: Include <rtems/itron.h> instead of <itron.h>.
186        * itrontask03/system.h: Include <rtems/itron.h> instead of <itron.h>.
187        * itrontask04/system.h: Include <rtems/itron.h> instead of <itron.h>.
188        * itrontime01/system.h: Include <rtems/itron.h> instead of <itron.h>.
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        * itronhello/Makefile.am: Re-add dirstamps to PRE/TMPINSTALL_FILES.
197        Add PRE/TMPINSTALL_FILES to CLEANFILES.
198        * itronmbf01/Makefile.am: Ditto.
199        * itronmbox01/Makefile.am: Ditto.
200        * itronsem01/Makefile.am: Ditto.
201        * itrontask01/Makefile.am: Ditto.
202        * itrontask02/Makefile.am: Ditto.
203        * itrontask03/Makefile.am: Ditto.
204        * itrontask04/Makefile.am: Ditto.
205        * itrontime01/Makefile.am: Ditto.
206
2072003-12-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
208
209        * itrontests.am: Add dirstamp support.
210
2112003-12-17      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
212
213        * itrontests.am: Use $(mkdir_p) instead of $(mkinstalldirs).
214
2152003-12-12      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
216
217        * configure.ac: Require automake >= 1.8, autoconf >= 2.59.
218
2192003-12-01      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
220
221        * itronhello/Makefile.am: Remove all-local: $(ARCH).
222        * itronmbf01/Makefile.am: Remove all-local: $(ARCH).
223        * itronmbox01/Makefile.am: Remove all-local: $(ARCH).
224        * itronsem01/Makefile.am: Remove all-local: $(ARCH).
225        * itrontask01/Makefile.am: Remove all-local: $(ARCH).
226        * itrontask02/Makefile.am: Remove all-local: $(ARCH).
227        * itrontask03/Makefile.am: Remove all-local: $(ARCH).
228        * itrontask04/Makefile.am: Remove all-local: $(ARCH).
229        * itrontime01/Makefile.am: Remove all-local: $(ARCH).
230
2312003-11-10      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
232
233        * configure.ac: Reflect having moved to testsuites/.
234
2352003-10-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236
237        * configure.ac: Remove RTEMS_CANONICAL_HOST.
238
2392003-10-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
240
241        * configure.ac:Remove RTEMS_CHECK_CPU.
242
2432003-09-04      Joel Sherrill <joel@OARcorp.com>
244
245        * itronhello/init.c, itronhello/itronhello.doc, itronhello/system.h,
246        itronmbf01/init.c, itronmbf01/itronmbf01.doc, itronmbf01/system.h,
247        itronmbox01/init.c, itronmbox01/system.h, itronsem01/init.c,
248        itronsem01/itronsem01.doc, itronsem01/system.h, itrontask01/init.c,
249        itrontask01/itrontask01.doc, itrontask01/system.h,
250        itrontask01/task1.c, itrontask02/dormant.c, itrontask02/init.c,
251        itrontask02/itrontask02.doc, itrontask02/system.h,
252        itrontask03/init.c, itrontask03/itrontask03.doc,
253        itrontask03/preempt.c, itrontask03/system.h, itrontask03/task1.c,
254        itrontask03/task2.c, itrontask03/task3.c, itrontask04/init.c,
255        itrontask04/itrontask04.doc, itrontask04/system.h,
256        itrontask04/task1.c, itrontask04/task2.c, itrontask04/task3.c,
257        itrontime01/init.c, itrontime01/system.h: 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        * itronhello/Makefile.am: Reflect having moved automake/.
267        * itronmbf01/Makefile.am: Reflect having moved automake/.
268        * itronmbox01/Makefile.am: Reflect having moved automake/.
269        * itronsem01/Makefile.am: Reflect having moved automake/.
270        * itrontask01/Makefile.am: Reflect having moved automake/.
271        * itrontask02/Makefile.am: Reflect having moved automake/.
272        * itrontask03/Makefile.am: Reflect having moved automake/.
273        * itrontask04/Makefile.am: Reflect having moved automake/.
274        * itrontime01/Makefile.am: Reflect having moved automake/.
275
2762003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
277
278        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
279
2802003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
281
282        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
283        CC_CFLAGS_DEFAULT (obsolete).
284
2852003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
286
287        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
288        Remove CC_LDFLAGS_PROFILE_V.
289
2902003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
291
292        * configure.ac: Remove AC_CONFIG_AUX_DIR.
293
2942003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
297
2982003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * configure.ac: AC_PREREQ(2.57).
301
3022002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * .cvsignore: Reformat.
305        Add autom4te*cache.
306        Remove autom4te.cache.
307
3082002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
309
310        * itronhello/Makefile.am: Use .$(OBJEXT) instead of .o.
311        * itronmbf01/Makefile.am: Use .$(OBJEXT) instead of .o.
312        * itronmbox01/Makefile.am: Use .$(OBJEXT) instead of .o.
313        * itronsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
314        * itrontask01/Makefile.am: Use .$(OBJEXT) instead of .o.
315        * itrontask02/Makefile.am: Use .$(OBJEXT) instead of .o.
316        * itrontask03/Makefile.am: Use .$(OBJEXT) instead of .o.
317        * itrontask04/Makefile.am: Use .$(OBJEXT) instead of .o.
318        * itrontime01/Makefile.am: Use .$(OBJEXT) instead of .o.
319
3202002-08-01      Joel Sherrill <joel@OARcorp.com>
321
322        * Per PR47 add support for buffered test output.  This involved
323        adding defines to redirect output to a buffer and dump it when
324        full, at "test pause", and at exit.  To avoid problems when redefining
325        exit(), all tests were modified to call rtems_test_exit().
326        Some tests, notable psxtests, had to be modified to include
327        the standard test macro .h file (pmacros.h or tmacros.h) to
328        enable this support.
329        * itronhello/init.c, itronmbf01/init.c, itronmbox01/init.c,
330        itronsem01/init.c, itrontask01/task1.c, itrontask02/init.c,
331        itrontask03/task1.c, itrontask04/task3.c, itrontime01/init.c: Modified.
332
3332002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
334
335        * configure.ac: Remove ENABLE_GCC28.
336
3372002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
338
339        * configure.ac:
340        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
341        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
342        * itronhello/Makefile.am: Remove AUTOMAKE_OPTIONS.
343        * Makefile.am: Remove AUTOMAKE_OPTIONS.
344        * itronmbf01/Makefile.am: Remove AUTOMAKE_OPTIONS.
345        * itronmbox01/Makefile.am: Remove AUTOMAKE_OPTIONS.
346        * itronsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
347        * itrontask01/Makefile.am: Remove AUTOMAKE_OPTIONS.
348        * itrontask02/Makefile.am: Remove AUTOMAKE_OPTIONS.
349        * itrontask03/Makefile.am: Remove AUTOMAKE_OPTIONS.
350        * itrontask04/Makefile.am: Remove AUTOMAKE_OPTIONS.
351        * itrontime01/Makefile.am: Remove AUTOMAKE_OPTIONS.
352
3532001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
354
355        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
356        * configure.in: Remove.
357        * configure.ac: New file, generated from configure.in by autoupdate.
358
3592001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
360
361        * itrontests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
362
3632001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
364
365        * itrontask03/Makefile.am: include leaf.am instead of leaf.cfg.
366        * itrontask04/Makefile.am: include leaf.am instead of leaf.cfg.
367        * itronmbf01/Makefile.am: include leaf.am instead of leaf.cfg.
368        * itronsem01/Makefile.am: include leaf.am instead of leaf.cfg.
369        * itronhello/Makefile.am: include leaf.am instead of leaf.cfg.
370        * itrontime01/Makefile.am: include leaf.am instead of leaf.cfg.
371        * itrontask01/Makefile.am: include leaf.am instead of leaf.cfg.
372        * itrontask02/Makefile.am: include leaf.am instead of leaf.cfg.
373        * itronmbox01/Makefile.am: include leaf.am instead of leaf.cfg.
374
3752001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
376
377        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
378
3792001-04-20      Joel Sherrill <joel@OARcorp.com>
380
381        * itronmbf01/itronmbf01.scn, itronmbox01/init.c,
382        itronsem01/itronsem01.scn, itrontime01/init.c: Various
383        adjustments so test output matches screens more reliably.
384
3852000-11-20      Joel Sherrill <joel@OARcorp.com>
386
387        * itrontask01/system.h: Configure enough stack memory.
388
3892000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
390
391        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
392
3932000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
394
395        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
396
3972000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
398
399        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
400        Switch to GNU canonicalization.
401        * itrontests.am: Remove DEFS.
402
4032000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
404
405        * itronhello/Makefile.am, itronmbf01/Makefile.am,
406        itronmbox01/Makefile.am, itronsem01/Makefile.am,
407        itrontask01/Makefile.am, itrontask02/Makefile.am,
408        itrontask03/Makefile.am, itrontask04/Makefile.am,
409        itrontime01/Makefile.am: Include compile.am
410
4112000-08-10      Joel Sherrill <joel@OARcorp.com>
412
413        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.