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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or1ksim/] [testsuite/] [ChangeLog] - Blame information for rev 95

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

Line No. Rev Author Line
1 95 jeremybenn
2010-05-02  Mark Jarvin 
2
 
3
2010-05-02  Jeremy Bennett 
4
        * global-conf.exp: Renamed from default-global-conf.exp.
5
        * lib/or1ksim.exp (run_or1ksim): Use $srcdir instead of
6
        environment variable and use $objdir.
7
        * lib/or1ksim.exp (run_libsim): Use $srcdir instead of
8
        environment variable and use $objdir.
9
 
10
2010-04-30  Jeremy Bennett 
11
        * lib/or1ksim.exp (run_or1ksim): Make timeout return UNRESOLVED
12
        rather than FAIL.
13
        * lib/libsim.exp (run libsim): Make timeout return UNRESOLVED
14
        rather than FAIL.
15
        * or1ksim.tests/fbtest.exp: Restore timeout correctly.
16
 
17 93 jeremybenn
2010-04-28  Jeremy Bennett 
18
        * libsim.tests/upcalls.exp: Created.
19
        * libsim.tests/upcalls.cfg: Created.
20
        * test-code/lib-upcalls/lib-upcalls.c: Changed to use new upcall
21
        interface.
22
        * test-code/lib-inttest/lib-inttest-edge.c: Created.
23
        * test-code/lib-inttest/lib-inttest-level.c: Changed to use new
24
        upcall interface.
25
 
26
2010-04-25  Jeremy Bennett 
27
        * libsim.tests/int-level.exp: Created.
28
        * test-code/lib-upcalls: Created.
29
        * test-code/lib-upcalls/lib-upcalls.c: Created.
30
        * test-code/lib-upcalls/Makefile.am: Created.
31
        * test-code/lib-upcalls/Makefile.in: Regenerated.
32
        function to print chars more clearly.
33
        * or1ksim.tests/kbd.exp: Updated for new test output format.
34
 
35
2010-04-23  Jeremy Bennett 
36
        * test-code/lib-inttest/lib-inttest-level.c: Created.
37
        * Makefile.am: Updated for new tests
38
        * Makefile.in: Regenerated.
39
        * README: Updated for new library test results.
40
 
41
2010-04-22  Jeremy Bennett 
42
        * or1ksim.tests/cbasic.exp: Errors due to buggy printf fixed.
43
        * or1ksim.tests/mmu.exp: Errors due to buggy printf fixed.
44
        * or1ksim.tests/mul.exp: Errors due to buggy printf fixed.
45
 
46 90 jeremybenn
2010-04-21  Jeremy Bennett 
47
        * test-code-or1k: Renamed from test-code.
48
        * configure.ac, configure: Moved to test-code-or1k.
49
        * AUTHORS, NEWS, INSTALL, COPYING: Moved to test-code-or1k.
50
 
51 82 jeremybenn
2010-04-20  Jeremy Bennett 
52
        * test-code/support/spr-defs.h: NOP_PRINTF definition removed.
53
        * test-code/except-test/except-test.c (illegal_insn_test):
54
          Generate and check a correct sequence for illegal instruction.
55
        * test-code/except-test/except-test.c (except_priority_test):
56
          Generate a properly illegal instruction.
57
 
58
2010-04-19  Jeremy Bennett 
59
        * AUTHORS: Created to refer to parent file.
60
        * config: Directory for board configurations.
61
        * config/unix.exp: Created.
62
        * configure: Regenerated.
63
        * configure.ac: Created as sub-configuration of the main program.
64
        * COPYING: Updated to version 3.
65
        * default-global-conf.exp: Created.
66
        * INSTALL: Updated to refer to parent file.
67
        * lib: Directory for expect library code.
68
        * lib/or1ksim.ex: Created for library code for Or1ksim tests.
69
        * Makefile.am: Updated for DejaGNU compliance.
70
        * Makefile.in: Regenerated.
71
        * NEWS: Created to refer to parent file.
72
        * or1ksim.tests: Directory for expect tests of complete SoC.
73
        * or1ksim.tests/acv-gpio.cfg: Updated from old test directory.
74
        * or1ksim.tests/acv-uart.cfg: Updated from old test directory.
75
        * or1ksim.tests/basic.ex/or1ksim.tests/cache.exp: Created.
76
        * or1ksim.tests/basic.exp: Created.
77
        * or1ksim.tests/cbasic.exp: Created.
78
        * or1ksim.tests/cfg.exp: Created.
79
        * or1ksim.tests/default.cfg: Updated from old test directory
80
        * or1ksim.tests/dhry.exp: Created.
81
        * or1ksim.tests/dmatest.exp: Created.
82
        * or1ksim.tests/eth0.rx: Transferred from old test directory.
83
        * or1ksim.tests/eth.cfg: Updated from old test directory.
84
        * or1ksim.tests/eth.exp: Created.
85
        * or1ksim.tests/except-test.exp: Created.
86
        * or1ksim.tests/exit.exp: Created.
87
        * or1ksim.tests/ext.exp: Created.
88
        * or1ksim.tests/fbtest.exp: Created.
89
        * or1ksim.tests/flag.exp: Created.
90
        * or1ksim.tests/functest.exp: Created.
91
        * or1ksim.tests/int-test.exp: Created.
92
        * or1ksim.tests/kbdtest.cfg: Updated from old test directory.
93
        * or1ksim.tests/kbdtest.exp: Created.
94
        * or1ksim.tests/kbdtest.rx: Transferred from old test directory.
95
        * or1ksim.tests/local-global.exp: Created.
96
        * or1ksim.tests/mem-test.exp: Created.
97
        * or1ksim.tests/mmu.cfg: Updated from old test directory.
98
        * or1ksim.tests/mmu.exp: Created.
99
        * or1ksim.tests/mul.exp: Created.
100
        * or1ksim.tests/mycompress.exp: Created.
101
        * or1ksim.tests/tick.exp: Created.
102
        * README: Updated for new structure.
103
        * test-code: New directory for test-programs.
104
        * test-code/acv-gpio: New directory.
105
        * test-code/acv-gpio/acv-gpio.c: Created.
106
        * test-code/acv-gpio/Makefile.am: Created.
107
        * test-code/acv-gpio/Makefile.in: Regenerated.
108
        * test-code/acv-uart: New directory.
109
        * test-code/acv-uart/acv-uart.c: Created.
110
        * test-code/acv-uart/Makefile.am: Created.
111
        * test-code/acv-uart/Makefile.in: Regenerated.
112
        * test-code/basic: New directory.
113
        * test-code/basic/basic.S: Created.
114
        * test-code/basic/Makefile.am: Created.
115
        * test-code/basic/Makefile.in: Regenerated.
116
        * test-code/board.h: Created.
117
        * test-code/cache: New directory.
118
        * test-code/cache/cache-asm.S: Created.
119
        * test-code/cache/cache.c: Created.
120
        * test-code/cache/cache.ld: Updated from old test directory.
121
        * test-code/cache/Makefile.am: Created.
122
        * test-code/cache/Makefile.in: Regenerated.
123
        * test-code/cbasic: New directory.
124
        * test-code/cbasic/cbasic.c: Created.
125
        * test-code/cbasic/Makefile.am: Created.
126
        * test-code/cbasic/Makefile.in: Regenerated.
127
        * test-code/cfg: New directory.
128
        * test-code/cfg/cfg.S: Created.
129
        * test-code/cfg/Makefile.am: Created.
130
        * test-code/cfg/Makefile.in: Regenerated.
131
        * test-code/default.ld: Updated from old test directory.
132
        * test-code/dhry: New directory.
133
        * test-code/dhry/dhry.c: Created.
134
        * test-code/dhry/dhry.h: Created.
135
        * test-code/dhry/Makefile.am: Created.
136
        * test-code/dhry/Makefile.in: Regenerated.
137
        * test-code/dmatest: New directory.
138
        * test-code/dmatest/dmatest.c: Created.
139
        * test-code/dmatest/Makefile.am: Created.
140
        * test-code/dmatest/Makefile.in: Regenerated.
141
        * test-code/eth: New directory.
142
        * test-code/eth/eth.c: Created.
143
        * test-code/eth/Makefile.am: Created.
144
        * test-code/eth/Makefile.in: Regenerated.
145
        * test-code/except: New directory.
146
        * test-code/except/except.S: Created.
147
        * test-code/except/Makefile.am: Created.
148
        * test-code/except/Makefile.in: Regenerated.
149
        * test-code/except-mc.ld: Updated from old test directory.
150
        * test-code/except-test: New directory.
151
        * test-code/except-test/except-test.c: Created.
152
        * test-code/except-test/except-test-s.S: Created.
153
        * test-code/except-test/Makefile.am: Created.
154
        * test-code/except-test/Makefile.in: Regenerated.
155
        * test-code/exit: New directory.
156
        * test-code/exit/exit.c: Created.
157
        * test-code/exit/Makefile.am: Created.
158
        * test-code/exit/Makefile.in: Regenerated.
159
        * test-code/ext: New directory.
160
        * test-code/ext/ext.S: Created.
161
        * test-code/ext/Makefile.am: Created.
162
        * test-code/ext/Makefile.in: Regenerated.
163
        * test-code/fbtest: New directory.
164
        * test-code/fbtest/fbtest.c: Created.
165
        * test-code/fbtest/Makefile.am: Created.
166
        * test-code/fbtest/Makefile.in: Regenerated.
167
        * test-code/flag: New directory.
168
        * test-code/flag/flag.S: Created.
169
        * test-code/flag/Makefile.am: Created.
170
        * test-code/flag/Makefile.in: Regenerated.
171
        * test-code/functest: New directory.
172
        * test-code/functest/functest.c: Created.
173
        * test-code/functest/Makefile.am: Created.
174
        * test-code/functest/Makefile.in: Regenerated.
175
        * test-code/inst-set-test: New directory.
176
        * test-code/inst-set-test/inst-set-test.c: Created.
177
        * test-code/inst-set-test/Makefile.am: Created.
178
        * test-code/inst-set-test/Makefile.in: Regenerated.
179
        * test-code/int-test: New directory.
180
        * test-code/int-test/int-test.ld: Updated from old test directory.
181
        * test-code/int-test/int-test.S: Created.
182
        * test-code/int-test/Makefile.am: Created.
183
        * test-code/int-test/Makefile.in: Regenerated.
184
        * test-code/kbdtest: New directory.
185
        * test-code/kbdtest/kbdtest.c: Created.
186
        * test-code/kbdtest/Makefile.am: Created.
187
        * test-code/kbdtest/Makefile.in: Regenerated.
188
        * test-code/local-global: New directory.
189
        * test-code/local-global/local-global.c: Created.
190
        * test-code/local-global/Makefile.am: Created.
191
        * test-code/local-global/Makefile.in: Regenerated.
192
        * test-code/Makefile.am: Created.
193
        * test-code/Makefile.in: Regenerated.
194
        * test-code/mc-async: New directory.
195
        * test-code/mc-async/Makefile.am: Created.
196
        * test-code/mc-async/Makefile.in: Regenerated.
197
        * test-code/mc-async/mc-async.c: Created.
198
        * test-code/mc-async/mc-async.h: Created.
199
        * test-code/mc-common: New directory.
200
        * test-code/mc-common/except-mc.S: Created.
201
        * test-code/mc-common/Makefile.am: Created.
202
        * test-code/mc-common/Makefile.in: Regenerated.
203
        * test-code/mc-common/mc-common.c: Created.
204
        * test-code/mc-common/mc-common.h: Created.
205
        * test-code/mc-dram: New directory.
206
        * test-code/mc-dram/Makefile.am: Created.
207
        * test-code/mc-dram/Makefile.in: Regenerated.
208
        * test-code/mc-dram/mc-dram.c: Created.
209
        * test-code/mc-dram/mc-dram.h: Created.
210
        * test-code/mc-ssram: New directory.
211
        * test-code/mc-ssram/Makefile.am: Created.
212
        * test-code/mc-ssram/Makefile.in: Regenerated.
213
        * test-code/mc-ssram/mc-ssram.c: Created.
214
        * test-code/mc-ssram/mc-ssram.h: Created.
215
        * test-code/mc-sync: New directory.
216
        * test-code/mc-sync/Makefile.am: Created.
217
        * test-code/mc-sync/Makefile.in: Regenerated.
218
        * test-code/mc-sync/mc-sync.c: Created.
219
        * test-code/mc-sync/mc-sync.h: Created.
220
        * test-code/mem-test: New directory.
221
        * test-code/mem-test/Makefile.am: Created.
222
        * test-code/mem-test/Makefile.in: Regenerated.
223
        * test-code/mem-test/mem-test.c: Created.
224
        * test-code/mmu: New directory.
225
        * test-code/mmu/Makefile.am: Created.
226
        * test-code/mmu/Makefile.in: Regenerated.
227
        * test-code/mmu/mmu-asm.S: Created.
228
        * test-code/mmu/mmu.c: Created.
229
        * test-code/mul: New directory.
230
        * test-code/mul/Makefile.am: Created.
231
        * test-code/mul/Makefile.in: Regenerated.
232
        * test-code/mul/mul.c: Created.
233
        * test-code/mycompress: New directory.
234
        * test-code/mycompress/Makefile.am: Created.
235
        * test-code/mycompress/Makefile.in: Regenerated.
236
        * test-code/mycompress/mycompress.c: Created.
237
        * test-code/support: New directory.
238
        * test-code/support/int.c: Created.
239
        * test-code/support/int.h: Created.
240
        * test-code/support/Makefile.am: Created.
241
        * test-code/support/Makefile.in: Regenerated.
242
        * test-code/support/spr-defs.h: Created.
243
        * test-code/support/support.c: Created.
244
        * test-code/support/support.h: Created.
245
        * test-code/tick: New directory.
246
        * test-code/tick/Makefile.am: Created.
247
        * test-code/tick/Makefile.in: Regenerated.
248
        * test-code/tick/tick.c: Created.
249
        * test-code/uos: New directory.
250
        * test-code/uos/except-or32.S: Created.
251
        * test-code/uos/ipc.h: Created.
252
        * test-code/uos/Makefile.am: Created.
253
        * test-code/uos/Makefile.in: Regenerated.
254
        * test-code/uos/README: Created.
255
        * test-code/uos/task.c: Created.
256
        * test-code/uos/tick.c: Created.
257
        * test-code/uos/uos.c: Created.
258
        * test-code/uos/uos.h: Created.

powered by: WebSVN 2.1.0

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