source: rtems/testsuites/psxtests/ChangeLog @ 7dcc3fe

4.104.114.84.95
Last change on this file since 7dcc3fe was 7dcc3fe, checked in by Ralf Corsepius <ralf.corsepius@…>, on 08/11/03 at 14:20:43

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

  • configure.ac: Use rtems-bugs@… as bug report email address.
  • Property mode set to 100644
File size: 11.6 KB
Line 
12003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * configure.ac: Use rtems-bugs@rtems.com as bug report email address.
4
52003-06-12      Joel Sherrill <joel@OARcorp.com>
6
7        * psxchroot01/test.c, psxreaddir/test.c: Removed warnings.
8
92003-05-29      Joel Sherrill <joel@OARcorp.com>
10
11        * psx02/init.c, psx04/init.c, psx13/test.c, psxchroot01/test.c,
12        psxhdrs/pthread07.c, psxmsgq01/init.c, psxreaddir/test.c,
13        psxtimer/psxtimer.c: Removed warnings.
14
152003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * configure.ac: Remove CC_CFLAGS_DEBUG_V.
18        CC_CFLAGS_DEFAULT (obsolete).
19
202003-05-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
21
22        * configure.ac: Remove CC_CFLAGS_PROFILE_V.
23        Remove CC_LDFLAGS_PROFILE_V.
24
252003-03-06      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
26
27        * configure.ac: Remove AC_CONFIG_AUX_DIR.
28
292003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
30
31        * configure.ac: AM_INIT_AUTOMAKE([1.7.2]).
32
332003-02-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
34
35        * configure.ac: AC_PREREQ(2.57).
36
372002-11-14      Joel Sherrill <joel@OARcorp.com>
38
39        * psx01/psx01.scn, psx02/psx02.scn, psx03/psx03.scn, psx04/psx04.scn,
40        psx05/psx05.scn, psx06/psx06.scn, psx07/psx07.scn, psx08/psx08.scn,
41        psx09/psx09.scn, psx10/psx10.scn, psx11/psx11.scn, psx12/psx12.scn:
42        Per PR239 update the IDs in the various screens.
43
442002-10-21      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
45
46        * .cvsignore: Reformat.
47        Add autom4te*cache.
48        Remove autom4te.cache.
49
502002-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * psx01/Makefile.am: Use .$(OBJEXT) instead of .o.
53        * psx02/Makefile.am: Use .$(OBJEXT) instead of .o.
54        * psx03/Makefile.am: Use .$(OBJEXT) instead of .o.
55        * psx04/Makefile.am: Use .$(OBJEXT) instead of .o.
56        * psx05/Makefile.am: Use .$(OBJEXT) instead of .o.
57        * psx06/Makefile.am: Use .$(OBJEXT) instead of .o.
58        * psx07/Makefile.am: Use .$(OBJEXT) instead of .o.
59        * psx08/Makefile.am: Use .$(OBJEXT) instead of .o.
60        * psx09/Makefile.am: Use .$(OBJEXT) instead of .o.
61        * psx10/Makefile.am: Use .$(OBJEXT) instead of .o.
62        * psx11/Makefile.am: Use .$(OBJEXT) instead of .o.
63        * psx12/Makefile.am: Use .$(OBJEXT) instead of .o.
64        * psx13/Makefile.am: Use .$(OBJEXT) instead of .o.
65        * psxcancel/Makefile.am: Use .$(OBJEXT) instead of .o.
66        * psxchroot01/Makefile.am: Use .$(OBJEXT) instead of .o.
67        * psxfile01/Makefile.am: Use .$(OBJEXT) instead of .o.
68        * psxhdrs/Makefile.am: Use .$(OBJEXT) instead of .o.
69        * psxmount/Makefile.am: Use .$(OBJEXT) instead of .o.
70        * psxmsgq01/Makefile.am: Use .$(OBJEXT) instead of .o.
71        * psxreaddir/Makefile.am: Use .$(OBJEXT) instead of .o.
72        * psxsem01/Makefile.am: Use .$(OBJEXT) instead of .o.
73        * psxstat/Makefile.am: Use .$(OBJEXT) instead of .o.
74        * psxtime/Makefile.am: Use .$(OBJEXT) instead of .o.
75        * psxtimer/Makefile.am: Use .$(OBJEXT) instead of .o.
76
772002-08-01      Joel Sherrill <joel@OARcorp.com>
78
79        * Per PR47 add support for buffered test output.  This involved
80        adding defines to redirect output to a buffer and dump it when
81        full, at "test pause", and at exit.  To avoid problems when redefining
82        exit(), all tests were modified to call rtems_test_exit().
83        Some tests, notable psxtests, had to be modified to include
84        the standard test macro .h file (pmacros.h or tmacros.h) to
85        enable this support.
86        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
87        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
88        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
89        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
90        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
91        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
92        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
93        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
94        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
95        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
96        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
97        psxtime/test.c, psxtimer/psxtimer.c: Modified.
98
992002-07-05      Joel Sherrill <joel@OARcorp.com>
100
101        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
102        Updated as part of PR164 which reported problems with the RTEMS
103        implementation of pthread_cancel.
104       
1052001-04-26      Joel Sherrill <joel@OARcorp.com>
106
107        * psxmsgq01/init.c: Reflect changes made to address PR81 that
108        reworked POSIX message queues to add a descriptor separate from
109        the underlying message queue.  This allows non-blocking to follow
110        the "open" not the underlying queue.
111 
1122002-04-14      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * configure.ac: Remove ENABLE_GCC28.
115
1162002-03-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
117
118        * configure.ac:
119        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
120        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
121        * Makefile.am: Remove AUTOMAKE_OPTIONS.
122        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
123        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
124        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
125        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
126        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
127        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
128        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
129        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
130        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
131        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
132        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
133        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
134        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
135        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
136        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
137        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
138        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
139        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
140        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
141        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
142        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
143        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
144        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
145        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
146        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
147
1482001-11-07      Jennifer Averett <jennifer@OARcorp.com>
149
150        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
151        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
152        Since we check permissions before evaluating enough to see if it
153        a regular file or directory, this hack is needed to make the regular
154        file executable.
155
1562001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
157
158        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
159        * configure.in: Remove.
160        * configure.ac: New file, generated from configure.in by autoupdate.
161
1622001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
163
164        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
165
1662001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
167
168        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
169        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
170        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
171        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
172        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
173        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
174        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
175        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
176        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
177        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
178        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
179        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
180        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
181        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
182        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
183        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
184        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
185        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
186        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
187        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
188        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
189        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
190        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
191        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
192
1932001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
194
195        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
196        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
197        psxchroot01 test.
198
1992001-05-25      Joel Sherrill <joel@OARcorp.com>
200
201        * Added once version of psxchroot01 test for user review.
202        * psxchroot01: New directory.
203        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
204        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
205        * configure.in, Makefile.am: Modified to reflect above.
206
2072001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
208
209        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
210
2112001-04-24      Joel Sherrill <joel@OARcorp.com>
212
213        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
214        open, write, reopen, append twice from Andrew Bythell
215        <abythell@nortelnetworks.com> that tripped an initialization
216        problem in the IMFS.
217
2182001-04-20      Joel Sherrill <joel@OARcorp.com>
219
220        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
221        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
222        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
223        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
224        Various adjustments so test output matches screens more reliably.
225
2262001-01-25      Joel Sherrill <joel@OARcorp.com>
227
228        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
229
2302000-11-17      Jennifer Averett <jennifer@OARcorp.com>
231
232        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
233        to remain consistant across platforms and bsps by forcing
234        a mount point in front of all paths.
235
2362000-11-17      Jennifer Averret <jennifer@OARcorp.com>
237
238        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
239        expected error condition in one case.
240        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
241        readdir() of root of mounted filesystem.  Also corrected the screen
242        file for some mistakes noticed in this effort.
243
2442000-11-13      Joel Sherrill <joel@OARcorp.com>
245
246        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
247
2482000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
249
250        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
251
2522000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
253
254        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
255
2562000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
257
258        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
259        Switch to GNU canonicalization.
260        * psxtests.am: Remove DEFS.
261
2622000-10-24      Joel Sherrill <joel@OARcorp.com>
263
264        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
265        It was formerly incorrectly prototyped in <libio.h>.
266
2672000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
268
269        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
270        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
271        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
272        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
273        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
274        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
275        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
276        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
277
2782000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
279        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
280        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
281        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
282        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
283        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
284        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
285        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
286
2872000-08-10      Joel Sherrill <joel@OARcorp.com>
288
289        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.