source: rtems/testsuites/psxtests/ChangeLog @ 6da99727

4.104.114.84.95
Last change on this file since 6da99727 was 6da99727, checked in by Joel Sherrill <joel.sherrill@…>, on 11/14/02 at 17:36:48

2002-11-14 Joel Sherrill <joel@…>

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