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

4.104.114.84.95
Last change on this file since f2278a8 was f2278a8, checked in by Joel Sherrill <joel.sherrill@…>, on 11/07/01 at 23:57:59

2001-11-07 Jennifer Averett <jennifer@…>

Reported by Ibragimov Ilya <ibr@…> and tracked as PR63.

  • psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change. Since we check permissions before evaluating enough to see if it a regular file or directory, this hack is needed to make the regular file executable.
  • Property mode set to 100644
File size: 5.7 KB
RevLine 
[f2278a8]12001-11-07      Jennifer Averett <jennifer@OARcorp.com>
2
3        Reported by Ibragimov Ilya <ibr@oktet.ru> and tracked as PR63.
4        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
5        Since we check permissions before evaluating enough to see if it
6        a regular file or directory, this hack is needed to make the regular
7        file executable.
8
[df25c998]92001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
10
11        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
12        * configure.in: Remove.
13        * configure.ac: New file, generated from configure.in by autoupdate.
14
[869fa3c2]152001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
16
17        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
18
[929efa6]192001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
20
21        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
22        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
23        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
24        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
25        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
26        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
27        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
28        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
29        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
30        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
31        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
32        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
33        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
34        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
35        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
36        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
37        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
38        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
39        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
40        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
41        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
42        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
43        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
44        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
45
[4f088ae]462001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
47
48        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
49        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
50        psxchroot01 test.
51
[6287b57]522001-05-25      Joel Sherrill <joel@OARcorp.com>
53
54        * Added once version of psxchroot01 test for user review.
55        * psxchroot01: New directory.
56        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
57        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
58        * configure.in, Makefile.am: Modified to reflect above.
59
[95083c0]602001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
61
62        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
63
[b2a1ea3]642001-04-24      Joel Sherrill <joel@OARcorp.com>
65
66        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
67        open, write, reopen, append twice from Andrew Bythell
68        <abythell@nortelnetworks.com> that tripped an initialization
69        problem in the IMFS.
70
[1fbd283c]712001-04-20      Joel Sherrill <joel@OARcorp.com>
72
73        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
74        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
75        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
76        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
77        Various adjustments so test output matches screens more reliably.
78
[4a80bf2b]792001-01-25      Joel Sherrill <joel@OARcorp.com>
80
81        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
82
[c9fcb34]832000-11-17      Jennifer Averett <jennifer@OARcorp.com>
84
85        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
86        to remain consistant across platforms and bsps by forcing
87        a mount point in front of all paths.
88
892000-11-17      Jennifer Averret <jennifer@OARcorp.com>
90
91        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
92        expected error condition in one case.
93        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
94        readdir() of root of mounted filesystem.  Also corrected the screen
95        file for some mistakes noticed in this effort.
96
[c34ac295]972000-11-13      Joel Sherrill <joel@OARcorp.com>
98
99        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
100
[feead226]1012000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
104
[a314d3b4]1052000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
106
107        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
108
[4d2ba82]1092000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
110
111        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
112        Switch to GNU canonicalization.
113        * psxtests.am: Remove DEFS.
114
[0bbc89d]1152000-10-24      Joel Sherrill <joel@OARcorp.com>
116
117        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
118        It was formerly incorrectly prototyped in <libio.h>.
119
[021eeaa]1202000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
121
122        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
123        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
124        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
125        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
126        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
127        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
128        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
129        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
130
[977fc49]1312000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
132        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
133        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
134        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
135        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
136        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
137        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
138        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
139
[e94ad1fe]1402000-08-10      Joel Sherrill <joel@OARcorp.com>
141
142        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.