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

4.104.114.84.95
Last change on this file since d216fca7 was d216fca7, checked in by Joel Sherrill <joel.sherrill@…>, on 08/14/03 at 20:26:09

2003-08-14 Joel Sherrill <joel@…>

PR 408/filesystem

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