source: rtems/testsuites/psxtests/ChangeLog @ a978589

4.104.114.84.95
Last change on this file since a978589 was a978589, checked in by Joel Sherrill <joel.sherrill@…>, on 06/12/03 at 15:41:19

2003-06-12 Joel Sherrill <joel@…>

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