source: rtems/testsuites/psxtests/ChangeLog @ 9b5c258

4.104.114.84.95
Last change on this file since 9b5c258 was 9b5c258, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/11/03 at 11:11:33

2003-02-11 Ralf Corsepius <corsepiu@…>

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