source: rtems/testsuites/psxtests/ChangeLog @ df25c998

4.104.114.84.95
Last change on this file since df25c998 was df25c998, checked in by Joel Sherrill <joel.sherrill@…>, on 10/11/01 at 19:36:23

2001-10-11 Ralf Corsepius <corsepiu@…>

  • .cvsignore: Add autom4te.cache for autoconf > 2.52.
  • configure.in: Remove.
  • configure.ac: New file, generated from configure.in by autoupdate.
  • Property mode set to 100644
File size: 5.4 KB
Line 
12001-10-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
2
3        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
4        * configure.in: Remove.
5        * configure.ac: New file, generated from configure.in by autoupdate.
6
72001-09-22      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8
9        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
10
112001-09-19      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
12
13        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
14        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
15        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
16        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
17        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
18        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
19        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
20        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
21        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
22        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
23        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
24        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
25        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
26        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
27        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
28        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
29        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
30        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
31        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
32        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
33        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
34        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
35        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
36        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
37
382001-08-09      Fernando-Ruiz Casas <correo@fernando-ruiz.com>
39
40        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
41        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
42        psxchroot01 test.
43
442001-05-25      Joel Sherrill <joel@OARcorp.com>
45
46        * Added once version of psxchroot01 test for user review.
47        * psxchroot01: New directory.
48        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
49        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
50        * configure.in, Makefile.am: Modified to reflect above.
51
522001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
53
54        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
55
562001-04-24      Joel Sherrill <joel@OARcorp.com>
57
58        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
59        open, write, reopen, append twice from Andrew Bythell
60        <abythell@nortelnetworks.com> that tripped an initialization
61        problem in the IMFS.
62
632001-04-20      Joel Sherrill <joel@OARcorp.com>
64
65        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
66        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
67        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
68        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
69        Various adjustments so test output matches screens more reliably.
70
712001-01-25      Joel Sherrill <joel@OARcorp.com>
72
73        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
74
752000-11-17      Jennifer Averett <jennifer@OARcorp.com>
76
77        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
78        to remain consistant across platforms and bsps by forcing
79        a mount point in front of all paths.
80
812000-11-17      Jennifer Averret <jennifer@OARcorp.com>
82
83        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
84        expected error condition in one case.
85        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
86        readdir() of root of mounted filesystem.  Also corrected the screen
87        file for some mistakes noticed in this effort.
88
892000-11-13      Joel Sherrill <joel@OARcorp.com>
90
91        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
92
932000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
94
95        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
96
972000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
98
99        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
100
1012000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
102
103        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
104        Switch to GNU canonicalization.
105        * psxtests.am: Remove DEFS.
106
1072000-10-24      Joel Sherrill <joel@OARcorp.com>
108
109        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
110        It was formerly incorrectly prototyped in <libio.h>.
111
1122000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
113
114        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
115        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
116        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
117        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
118        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
119        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
120        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
121        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
122
1232000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
124        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
125        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
126        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
127        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
128        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
129        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
130        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
131
1322000-08-10      Joel Sherrill <joel@OARcorp.com>
133
134        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.