source: rtems/c/src/tests/psxtests/ChangeLog @ 6287b57

4.104.114.84.95
Last change on this file since 6287b57 was 6287b57, checked in by Joel Sherrill <joel.sherrill@…>, on 05/25/01 at 13:29:38

2001-05-25 Joel Sherrill <joel@…>

  • Added once version of psxchroot01 test for user review.
  • psxchroot01: New directory.
  • psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c, psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
  • configure.in, Makefile.am: Modified to reflect above.
  • Property mode set to 100644
File size: 3.4 KB
Line 
12001-05-25      Joel Sherrill <joel@OARcorp.com>
2
3        * Added once version of psxchroot01 test for user review.
4        * psxchroot01: New directory.
5        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
6        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
7        * configure.in, Makefile.am: Modified to reflect above.
8
92001-05-10      Ralf Corsepius  <corsepiu@faw.uni-ulm.de>
10
11        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
12
132001-04-24      Joel Sherrill <joel@OARcorp.com>
14
15        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
16        open, write, reopen, append twice from Andrew Bythell
17        <abythell@nortelnetworks.com> that tripped an initialization
18        problem in the IMFS.
19
202001-04-20      Joel Sherrill <joel@OARcorp.com>
21
22        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
23        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
24        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
25        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
26        Various adjustments so test output matches screens more reliably.
27
282001-01-25      Joel Sherrill <joel@OARcorp.com>
29
30        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
31
322000-11-17      Jennifer Averett <jennifer@OARcorp.com>
33
34        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
35        to remain consistant across platforms and bsps by forcing
36        a mount point in front of all paths.
37
382000-11-17      Jennifer Averret <jennifer@OARcorp.com>
39
40        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
41        expected error condition in one case.
42        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
43        readdir() of root of mounted filesystem.  Also corrected the screen
44        file for some mistakes noticed in this effort.
45
462000-11-13      Joel Sherrill <joel@OARcorp.com>
47
48        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
49
502000-11-09      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
51
52        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
53
542000-11-02      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
55
56        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
57
582000-10-27      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
59
60        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
61        Switch to GNU canonicalization.
62        * psxtests.am: Remove DEFS.
63
642000-10-24      Joel Sherrill <joel@OARcorp.com>
65
66        * psxmount/test.c, psxstat/test.c: Include <imfs.h> to get IMFS_ops.
67        It was formerly incorrectly prototyped in <libio.h>.
68
692000-09-04      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
70
71        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
72        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
73        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
74        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
75        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
76        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
77        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
78        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
79
802000-08-31      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
81        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
82        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
83        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
84        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
85        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
86        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
87        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
88
892000-08-10      Joel Sherrill <joel@OARcorp.com>
90
91        * ChangeLog: New file.
Note: See TracBrowser for help on using the repository browser.