OpenCores
URL https://opencores.org/ocsvn/or1k/or1k/trunk

Subversion Repositories or1k

[/] [or1k/] [trunk/] [rtems-20020807/] [c/] [src/] [tests/] [psxtests/] [ChangeLog] - Blame information for rev 1779

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 1026 ivang
2002-08-01      Joel Sherrill 
2
 
3
        * Per PR47 add support for buffered test output.  This involved
4
        adding defines to redirect output to a buffer and dump it when
5
        full, at "test pause", and at exit.  To avoid problems when redefining
6
        exit(), all tests were modified to call rtems_test_exit().
7
        Some tests, notable psxtests, had to be modified to include
8
        the standard test macro .h file (pmacros.h or tmacros.h) to
9
        enable this support.
10
        * include/pmacros.h, psx01/task.c, psx02/init.c, psx02/task.c,
11
        psx03/init.c, psx04/init.c, psx05/init.c, psx06/init.c, psx07/init.c,
12
        psx08/task3.c, psx09/init.c, psx10/init.c, psx11/init.c,
13
        psx12/init.c, psx13/Makefile.am, psx13/main.c, psx13/test.c,
14
        psxcancel/init.c, psxchroot01/Makefile.am, psxchroot01/main.c,
15
        psxchroot01/test.c, psxfile01/Makefile.am, psxfile01/main.c,
16
        psxfile01/test.c, psxfile01/test_cat.c, psxfile01/test_extend.c,
17
        psxfile01/test_write.c, psxmount/Makefile.am, psxmount/main.c,
18
        psxmount/test.c, psxmsgq01/init.c, psxreaddir/Makefile.am,
19
        psxreaddir/main.c, psxreaddir/test.c, psxsem01/init.c,
20
        psxstat/Makefile.am, psxstat/main.c, psxstat/test.c, psxtime/main.c,
21
        psxtime/test.c, psxtimer/psxtimer.c: Modified.
22
 
23
2002-07-05      Joel Sherrill 
24
 
25
        * psxcancel/Makefile.am, psxcancel/init.c, psxcancel/psxcancel.scn:
26
        Updated as part of PR164 which reported problems with the RTEMS
27
        implementation of pthread_cancel.
28
 
29
2001-04-26      Joel Sherrill 
30
 
31
        * psxmsgq01/init.c: Reflect changes made to address PR81 that
32
        reworked POSIX message queues to add a descriptor separate from
33
        the underlying message queue.  This allows non-blocking to follow
34
        the "open" not the underlying queue.
35
 
36
2002-04-14      Ralf Corsepius 
37
 
38
        * configure.ac: Remove ENABLE_GCC28.
39
 
40
2002-03-27      Ralf Corsepius 
41
 
42
        * configure.ac:
43
        AC_INIT(package,_RTEMS_VERSION,_RTEMS_BUGS).
44
        AM_INIT_AUTOMAKE([no-define foreign 1.6]).
45
        * Makefile.am: Remove AUTOMAKE_OPTIONS.
46
        * include/Makefile.am: Remove AUTOMAKE_OPTIONS.
47
        * psx01/Makefile.am: Remove AUTOMAKE_OPTIONS.
48
        * psx02/Makefile.am: Remove AUTOMAKE_OPTIONS.
49
        * psx03/Makefile.am: Remove AUTOMAKE_OPTIONS.
50
        * psx04/Makefile.am: Remove AUTOMAKE_OPTIONS.
51
        * psx05/Makefile.am: Remove AUTOMAKE_OPTIONS.
52
        * psx06/Makefile.am: Remove AUTOMAKE_OPTIONS.
53
        * psx07/Makefile.am: Remove AUTOMAKE_OPTIONS.
54
        * psx08/Makefile.am: Remove AUTOMAKE_OPTIONS.
55
        * psx09/Makefile.am: Remove AUTOMAKE_OPTIONS.
56
        * psx10/Makefile.am: Remove AUTOMAKE_OPTIONS.
57
        * psx11/Makefile.am: Remove AUTOMAKE_OPTIONS.
58
        * psx12/Makefile.am: Remove AUTOMAKE_OPTIONS.
59
        * psx13/Makefile.am: Remove AUTOMAKE_OPTIONS.
60
        * psxcancel/Makefile.am: Remove AUTOMAKE_OPTIONS.
61
        * psxchroot01/Makefile.am: Remove AUTOMAKE_OPTIONS.
62
        * psxfile01/Makefile.am: Remove AUTOMAKE_OPTIONS.
63
        * psxhdrs/Makefile.am: Remove AUTOMAKE_OPTIONS.
64
        * psxmount/Makefile.am: Remove AUTOMAKE_OPTIONS.
65
        * psxmsgq01/Makefile.am: Remove AUTOMAKE_OPTIONS.
66
        * psxreaddir/Makefile.am: Remove AUTOMAKE_OPTIONS.
67
        * psxsem01/Makefile.am: Remove AUTOMAKE_OPTIONS.
68
        * psxstat/Makefile.am: Remove AUTOMAKE_OPTIONS.
69
        * psxtime/Makefile.am: Remove AUTOMAKE_OPTIONS.
70
        * psxtimer/Makefile.am: Remove AUTOMAKE_OPTIONS.
71
 
72
2001-11-07      Jennifer Averett 
73
 
74
        Reported by Ibragimov Ilya  and tracked as PR63.
75
        * psxstat/test.c: Fix test ENOTDIR to correspond to chdir() change.
76
        Since we check permissions before evaluating enough to see if it
77
        a regular file or directory, this hack is needed to make the regular
78
        file executable.
79
 
80
2001-10-11      Ralf Corsepius 
81
 
82
        * .cvsignore: Add autom4te.cache for autoconf > 2.52.
83
        * configure.in: Remove.
84
        * configure.ac: New file, generated from configure.in by autoupdate.
85
 
86
2001-09-22      Ralf Corsepius 
87
 
88
        * psxtests.am: Use TMPINSTALL_FILES = to make automake-1.5 happy.
89
 
90
2001-09-19      Ralf Corsepius 
91
 
92
        * psx01/Makefile.am: include leaf.am instead of leaf.cfg.
93
        * psx11/Makefile.am: include leaf.am instead of leaf.cfg.
94
        * psxcancel/Makefile.am: include leaf.am instead of leaf.cfg.
95
        * psx02/Makefile.am: include leaf.am instead of leaf.cfg.
96
        * psx13/Makefile.am: include leaf.am instead of leaf.cfg.
97
        * psxtime/Makefile.am: include leaf.am instead of leaf.cfg.
98
        * psxchroot01/Makefile.am: include leaf.am instead of leaf.cfg.
99
        * psx07/Makefile.am: include leaf.am instead of leaf.cfg.
100
        * psxmsgq01/Makefile.am: include leaf.am instead of leaf.cfg.
101
        * psxtimer/Makefile.am: include leaf.am instead of leaf.cfg.
102
        * psx10/Makefile.am: include leaf.am instead of leaf.cfg.
103
        * psx08/Makefile.am: include leaf.am instead of leaf.cfg.
104
        * psxhdrs/Makefile.am: include leaf.am instead of leaf.cfg.
105
        * psxfile01/Makefile.am: include leaf.am instead of leaf.cfg.
106
        * psx05/Makefile.am: include leaf.am instead of leaf.cfg.
107
        * psx09/Makefile.am: include leaf.am instead of leaf.cfg.
108
        * psxmount/Makefile.am: include leaf.am instead of leaf.cfg.
109
        * psxstat/Makefile.am: include leaf.am instead of leaf.cfg.
110
        * psx12/Makefile.am: include leaf.am instead of leaf.cfg.
111
        * psxreaddir/Makefile.am: include leaf.am instead of leaf.cfg.
112
        * psxsem01/Makefile.am: include leaf.am instead of leaf.cfg.
113
        * psx03/Makefile.am: include leaf.am instead of leaf.cfg.
114
        * psx04/Makefile.am: include leaf.am instead of leaf.cfg.
115
        * psx06/Makefile.am: include leaf.am instead of leaf.cfg.
116
 
117
2001-08-09      Fernando-Ruiz Casas 
118
 
119
        * psxchroot01/.cvsignore, psxchroot01/Makefile.am, psxchroot01/main.c,
120
        psxchroot01/psxchroot01.scn, psxchroot01/test.c:  Implemented the
121
        psxchroot01 test.
122
 
123
2001-05-25      Joel Sherrill 
124
 
125
        * Added once version of psxchroot01 test for user review.
126
        * psxchroot01: New directory.
127
        * psxchroot01/Makefile.am, psxchroot01/main.c, psxchroot01/test.c,
128
        psxchroot01/psxchroot01.scn, psxchroot01/.cvsignore: New files.
129
        * configure.in, Makefile.am: Modified to reflect above.
130
 
131
2001-05-10      Ralf Corsepius  
132
 
133
        * configure.in: Use RTEMS_PROG_CC_FOR_TARGET([-ansi -fasm]).
134
 
135
2001-04-24      Joel Sherrill 
136
 
137
        * psxfile01/test.c, psxfile01/psxfile01.scn : Added test case for
138
        open, write, reopen, append twice from Andrew Bythell
139
         that tripped an initialization
140
        problem in the IMFS.
141
 
142
2001-04-20      Joel Sherrill 
143
 
144
        * psx04/init.c, psx04/psx04.scn, psx07/init.c, psx07/psx07.scn,
145
        psxfile01/psxfile01.scn, psxmsgq01/psxmsgq01.scn,
146
        psxreaddir/test.c, psxstat/psxstat.scn, psxstat/test.c,
147
        psxtime/psxtime.scn, psxtimer/psxtimer.scn:
148
        Various adjustments so test output matches screens more reliably.
149
 
150
2001-01-25      Joel Sherrill 
151
 
152
        * psx01/psx01.scn: Corrected to reflect clock_getres() now working.
153
 
154
2000-11-17      Jennifer Averett 
155
 
156
        * psxstat/test.c, psxstat/psxstat.scn: Forced inode numbers
157
        to remain consistant across platforms and bsps by forcing
158
        a mount point in front of all paths.
159
 
160
2000-11-17      Jennifer Averret 
161
 
162
        * psxmount/test.c, psxmount/psxmount.scn: Improve output to report
163
        expected error condition in one case.
164
        * psxreaddir/test.c, psxreaddir.scn: Added test cases to exercise
165
        readdir() of root of mounted filesystem.  Also corrected the screen
166
        file for some mistakes noticed in this effort.
167
 
168
2000-11-13      Joel Sherrill 
169
 
170
        * psxmount/psxmount.scn, psxmount/test.c: Correct spelling.
171
 
172
2000-11-09      Ralf Corsepius 
173
 
174
        * Makefile.am: Use ... instead of RTEMS_TOPdir in ACLOCAL_AMFLAGS.
175
 
176
2000-11-02      Ralf Corsepius 
177
 
178
        * Makefile.am: Switch to ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/aclocal.
179
 
180
2000-10-27      Ralf Corsepius 
181
 
182
        * Makefile.am: ACLOCAL_AMFLAGS= -I $(RTEMS_TOPdir)/macros.
183
        Switch to GNU canonicalization.
184
        * psxtests.am: Remove DEFS.
185
 
186
2000-10-24      Joel Sherrill 
187
 
188
        * psxmount/test.c, psxstat/test.c: Include  to get IMFS_ops.
189
        It was formerly incorrectly prototyped in .
190
 
191
2000-09-04      Ralf Corsepius 
192
 
193
        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
194
        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
195
        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
196
        psx10/Makefile.am, psx11/Makefile.am, psx12/Makefile.am,
197
        psx13/Makefile.am, psxcancel/Makefile.am, psxfile01/Makefile.am,
198
        psxhdrs/Makefile.am, psxmount/Makefile.am, psxmsgq01/Makefile.am,
199
        psxreaddir/Makefile.am, psxsem01/Makefile.am, psxstat/Makefile.am,
200
        psxtime/Makefile.am, psxtimer/Makefile.am: Include compile.am
201
 
202
2000-08-31      Ralf Corsepius 
203
        * psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
204
        psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
205
        psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
206
        psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
207
        psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
208
        psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
209
        Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
210
 
211
2000-08-10      Joel Sherrill 
212
 
213
        * ChangeLog: New file.

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.