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

Subversion Repositories openrisc

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

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

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