source: rtems/c/src/tests/psxtests/ChangeLog @ f01f75c

4.104.114.84.95
Last change on this file since f01f75c was f01f75c, checked in by Joel Sherrill <joel.sherrill@…>, on 09/03/03 at 13:34:25

2003-09-03 Joel Sherrill <joel@…>

PR 463/tests
PR 465/tests

  • psxhdrs/Makefile.am: Add new test cases.
  • psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c, psxhdrs/timer07.c: New files.
  • Property mode set to 100644
File size: 13.5 KB
Line 
12003-09-03      Joel Sherrill <joel@OARcorp.com>
2
3        PR 463/tests
4        PR 465/tests
5        * psxhdrs/Makefile.am: Add new test cases.
6        * psxhdrs/sync01.c, psxhdrs/sync02.c, psxhdrs/sync03.c,
7        psxhdrs/timer07.c: New files.
8
92003-08-18      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * Makefile.am: Reflect having moved aclocal/.
12
132003-08-16      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
14
15        * Makefile.am: Reflect having moved automake/.
16        * include/Makefile.am: Reflect having moved automake/.
17        * psx01/Makefile.am: Reflect having moved automake/.
18        * psx02/Makefile.am: Reflect having moved automake/.
19        * psx03/Makefile.am: Reflect having moved automake/.
20        * psx04/Makefile.am: Reflect having moved automake/.
21        * psx05/Makefile.am: Reflect having moved automake/.
22        * psx06/Makefile.am: Reflect having moved automake/.
23        * psx07/Makefile.am: Reflect having moved automake/.
24        * psx08/Makefile.am: Reflect having moved automake/.
25        * psx09/Makefile.am: Reflect having moved automake/.
26        * psx10/Makefile.am: Reflect having moved automake/.
27        * psx11/Makefile.am: Reflect having moved automake/.
28        * psx12/Makefile.am: Reflect having moved automake/.
29        * psx13/Makefile.am: Reflect having moved automake/.
30        * psxcancel/Makefile.am: Reflect having moved automake/.
31        * psxchroot01/Makefile.am: Reflect having moved automake/.
32        * psxfile01/Makefile.am: Reflect having moved automake/.
33        * psxhdrs/Makefile.am: Reflect having moved automake/.
34        * psxmount/Makefile.am: Reflect having moved automake/.
35        * psxmsgq01/Makefile.am: Reflect having moved automake/.
36        * psxreaddir/Makefile.am: Reflect having moved automake/.
37        * psxsem01/Makefile.am: Reflect having moved automake/.
38        * psxstat/Makefile.am: Reflect having moved automake/.
39        * psxtime/Makefile.am: Reflect having moved automake/.
40        * psxtimer/Makefile.am: Reflect having moved automake/.
41
422003-08-14      Joel Sherrill <joel@OARcorp.com>
43
44        PR 408/filesystem
45        * psx13/test.c: Added very rudimentary test of sync() service.
46
472003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
48
49        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
50
512003-06-12      Joel Sherrill <joel@OARcorp.com>
52
53        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
54
552003-05-29      Joel Sherrill <joel@OARcorp.com>
56
57        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
58        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
59        psxtimer/psxtimer.c: Removed warnings.
60
612003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
62
63        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
64        CC_CFLAGS_DEFAULT (obsolete).
65
662003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
67
68        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
69        Remove CC_LDFLAGS_PROFILE_V.
70
712003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
72
73        * configure.ac: Remove AC_CONFIG_AUX_DIR.
74
752003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
76
77        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
78
792003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
80
81        * configure.ac: AC_PREREQ(2.57).
82
832002-11-14      Joel Sherrill <joel@OARcorp.com>
84
85        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
86        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
87        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
88        Per PR239 update the IDs in the various screens.
89
902002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
91
92        * .cvsignore: Reformat.
93        Add autom4te*cache.
94        Remove autom4te.cache.
95
962002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
97
98        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
99        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
100        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
101        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
102        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
103        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
104        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
105        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
106        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
107        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
108        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
109        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
110        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
111        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
112        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
113        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
114        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
115        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
116        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
117        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
118        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
119        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
120        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
121        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
122
1232002-08-01      Joel Sherrill <joel@OARcorp.com>
124
125        * Per PR47 add support for buffered test output.  This involved
126        adding defines to redirect output to a buffer and dump it when
127        full, at "test pause", and at exit.  To avoid problems when redefining
128        exit(), all tests were modified to call rtems_test_exit().
129        Some tests, notable psxtests, had to be modified to include
130        the standard test macro .h file (pmacros.h or tmacros.h) to
131        enable this support.
132        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
133        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
134        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
135        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
136        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
137        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
138        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
139        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
140        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
141        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
142        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
143        psxtime/test.c, psxtimer/psxtimer.c: Modified.
144
1452002-07-05      Joel Sherrill <joel@OARcorp.com>
146
147        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
148        Updated as part of PR164 which reported problems with the RTEMS
149        implementation of pthread_cancel.
150       
1512001-04-26      Joel Sherrill <joel@OARcorp.com>
152
153        * psxmsgq01/init.c: Reflect changes made to address PR81 that
154        reworked POSIX message queues to add a descriptor separate from
155        the underlying message queue.  This allows non-blocking to follow
156        the "open" not the underlying queue.
157 
1582002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
159
160        * configure.ac: Remove ENABLE_GCC28.
161
1622002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * configure.ac:
165        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
166        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
167        * Makefile.am: Remove AUTOMAKE_OPTIONS.
168        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
169        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
170        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
171        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
172        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
173        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
174        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
175        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
176        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
177        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
178        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
179        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
180        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
181        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
182        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
183        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
184        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
185        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
186        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
187        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
188        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
189        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
190        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
191        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
192        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
193
1942001-11-07      Jennifer Averett <jennifer@OARcorp.com>
195
196        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
197        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
198        Since we check permissions before evaluating enough to see if it
199        a regular file or directory, this hack is needed to make the regular
200        file executable.
201
2022001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
203
204        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
205        * configure.in: Remove.
206        * configure.ac: New file, generated from configure.in by autoupdate.
207
2082001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
209
210        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
211
2122001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
213
214        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
215        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
216        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
217        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
218        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
219        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
220        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
221        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
222        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
223        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
224        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
225        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
226        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
227        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
228        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
229        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
230        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
231        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
232        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
233        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
234        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
235        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
236        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
237        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
238
2392001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
240
241        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
242        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
243        psxchroot01 test.
244
2452001-05-25      Joel Sherrill <joel@OARcorp.com>
246
247        * Added once version of psxchroot01 test for user review.
248        * psxchroot01: New directory.
249        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
250        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
251        * configure.in, Makefile.am: Modified to reflect above.
252
2532001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
254
255        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
256
2572001-04-24      Joel Sherrill <joel@OARcorp.com>
258
259        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
260        open, write, reopen, append twice from Andrew Bythell
261        <abythell@nortelnetworks.com> that tripped an initialization
262        problem in the IMFS.
263
2642001-04-20      Joel Sherrill <joel@OARcorp.com>
265
266        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
267        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
268        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
269        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
270        Various adjustments so test output matches screens more reliably.
271
2722001-01-25      Joel Sherrill <joel@OARcorp.com>
273
274        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
275
2762000-11-17      Jennifer Averett <jennifer@OARcorp.com>
277
278        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
279        to remain consistant across platforms and bsps by forcing
280        a mount point in front of all paths.
281
2822000-11-17      Jennifer Averret <jennifer@OARcorp.com>
283
284        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
285        expected error condition in one case.
286        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
287        readdir() of root of mounted filesystem.  Also corrected the screen
288        file for some mistakes noticed in this effort.
289
2902000-11-13      Joel Sherrill <joel@OARcorp.com>
291
292        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
293
2942000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
295
296        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
297
2982000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
299
300        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
301
3022000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
303
304        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
305        Switch to GNU canonicalization.
306        * psxtests.am: Remove DEFS.
307
3082000-10-24      Joel Sherrill <joel@OARcorp.com>
309
310        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
311        It was formerly incorrectly prototyped in <libio.h>.
312
3132000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
314
315        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
316        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
317        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
318        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
319        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
320        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
321        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
322        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
323
3242000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
325        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
326        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
327        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
328        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
329        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
330        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
331        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
332
3332000-08-10      Joel Sherrill <joel@OARcorp.com>
334
335        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.