source: rtems/testsuites/psxtests/ChangeLog @ afcd563

4.104.114.84.95
Last change on this file since afcd563 was 8730f45, checked in by Ralf Corsepius <ralf.corsepius@…>, on 10/21/02 at 12:19:27

2002-10-21 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Reformat. Add autom4te*cache. Remove autom4te.cache.
  • Property mode set to 100644
File size: 10.3 KB
Line 
12002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Reformat.
4        Add autom4te*cache.
5        Remove autom4te.cache.
6
72002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
10        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
11        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
12        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
13        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
14        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
15        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
16        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
17        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
18        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
19        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
20        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
21        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
22        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
23        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
24        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
25        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
26        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
27        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
28        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
29        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
30        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
31        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
32        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
33
342002-08-01      Joel Sherrill <joel@OARcorp.com>
35
36        * Per PR47 add support for buffered test output.  This involved
37        adding defines to redirect output to a buffer and dump it when
38        full, at "test pause", and at exit.  To avoid problems when redefining
39        exit(), all tests were modified to call rtems_test_exit().
40        Some tests, notable psxtests, had to be modified to include
41        the standard test macro .h file (pmacros.h or tmacros.h) to
42        enable this support.
43        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
44        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
45        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
46        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
47        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
48        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
49        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
50        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
51        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
52        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
53        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
54        psxtime/test.c, psxtimer/psxtimer.c: Modified.
55
562002-07-05      Joel Sherrill <joel@OARcorp.com>
57
58        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
59        Updated as part of PR164 which reported problems with the RTEMS
60        implementation of pthread_cancel.
61       
622001-04-26      Joel Sherrill <joel@OARcorp.com>
63
64        * psxmsgq01/init.c: Reflect changes made to address PR81 that
65        reworked POSIX message queues to add a descriptor separate from
66        the underlying message queue.  This allows non-blocking to follow
67        the "open" not the underlying queue.
68 
692002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * configure.ac: Remove ENABLE_GCC28.
72
732002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
74
75        * configure.ac:
76        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
77        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
78        * Makefile.am: Remove AUTOMAKE_OPTIONS.
79        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
80        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
81        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
82        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
83        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
84        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
85        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
86        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
87        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
88        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
89        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
90        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
91        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
92        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
93        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
94        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
95        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
96        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
97        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
98        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
99        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
100        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
101        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
102        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
103        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
104
1052001-11-07      Jennifer Averett <jennifer@OARcorp.com>
106
107        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
108        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
109        Since we check permissions before evaluating enough to see if it
110        a regular file or directory, this hack is needed to make the regular
111        file executable.
112
1132001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
114
115        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
116        * configure.in: Remove.
117        * configure.ac: New file, generated from configure.in by autoupdate.
118
1192001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
120
121        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
122
1232001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124
125        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
126        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
127        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
128        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
129        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
130        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
131        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
132        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
133        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
134        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
135        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
136        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
137        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
138        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
139        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
140        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
141        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
142        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
143        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
144        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
145        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
146        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
147        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
148        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
149
1502001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
151
152        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
153        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
154        psxchroot01 test.
155
1562001-05-25      Joel Sherrill <joel@OARcorp.com>
157
158        * Added once version of psxchroot01 test for user review.
159        * psxchroot01: New directory.
160        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
161        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
162        * configure.in, Makefile.am: Modified to reflect above.
163
1642001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
165
166        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
167
1682001-04-24      Joel Sherrill <joel@OARcorp.com>
169
170        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
171        open, write, reopen, append twice from Andrew Bythell
172        <abythell@nortelnetworks.com> that tripped an initialization
173        problem in the IMFS.
174
1752001-04-20      Joel Sherrill <joel@OARcorp.com>
176
177        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
178        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
179        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
180        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
181        Various adjustments so test output matches screens more reliably.
182
1832001-01-25      Joel Sherrill <joel@OARcorp.com>
184
185        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
186
1872000-11-17      Jennifer Averett <jennifer@OARcorp.com>
188
189        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
190        to remain consistant across platforms and bsps by forcing
191        a mount point in front of all paths.
192
1932000-11-17      Jennifer Averret <jennifer@OARcorp.com>
194
195        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
196        expected error condition in one case.
197        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
198        readdir() of root of mounted filesystem.  Also corrected the screen
199        file for some mistakes noticed in this effort.
200
2012000-11-13      Joel Sherrill <joel@OARcorp.com>
202
203        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
204
2052000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
206
207        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
208
2092000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
210
211        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
212
2132000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
214
215        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
216        Switch to GNU canonicalization.
217        * psxtests.am: Remove DEFS.
218
2192000-10-24      Joel Sherrill <joel@OARcorp.com>
220
221        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
222        It was formerly incorrectly prototyped in <libio.h>.
223
2242000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
225
226        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
227        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
228        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
229        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
230        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
231        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
232        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
233        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
234
2352000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
236        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
237        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
238        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
239        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
240        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
241        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
242        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
243
2442000-08-10      Joel Sherrill <joel@OARcorp.com>
245
246        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.