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

4.104.114.84.95
Last change on this file since a0c59d6 was a0c59d6, checked in by Joel Sherrill <joel.sherrill@…>, on 09/04/03 at 12:47:25

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

PR 462/tests

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