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

Subversion Repositories openrisc

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

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

Line No. Rev Author Line
1 116 jeremybenn
2010-06-11  Jeremy Bennett 
2
        * or1ksim.tests/inst-set-test.exp: Added MAC tests.
3
        * or1ksim.tests/mul.exp: Corrected erroneous expected results.
4
        * README: Updated with new tests.
5
 
6 114 jeremybenn
2010-06-10  Jeremy Bennett 
7 115 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Added find tests.
8
        * README: Updated with new tests.
9
 
10
2010-06-10  Jeremy Bennett 
11 114 jeremybenn
        * or1ksim.tests/inst-set-test.exp: Extended addition tests.
12 115 jeremybenn
        * README: Updated with new tests.
13 114 jeremybenn
 
14 112 jeremybenn
2010-06-09  Jeremy Bennett 
15
        * or1ksim.tests/inst-set-test.exp: Added division and addition tests.
16 115 jeremybenn
        * README: Updated with new tests.
17 112 jeremybenn
 
18 107 jeremybenn
2010-06-06  Jeremy Bennett 
19
        * or1ksim.tests/inst-set-test.cfg: Created.
20
        * or1ksim.tests/inst-set-test.exp: Created.
21
        * or1ksim.tests/Makefile.am: Updated to reflect added and deleted
22
        files.
23
        * or1ksim.tests/Makefile.in: Regenerated
24
        * or1ksim.tests/lws-test.exp: Deleted (incorporated within
25
        inst-set-test.ex).
26
        * README: Updated to reflect new structure.
27
 
28 104 jeremybenn
2010-06-03  Jeremy Bennett 
29
        * or1ksim.tests/fp.exp: Removed timeout change
30
        * or1ksim.tests/lws-test.exp: Created.
31
        * or1ksim/test/Makefile.am: Added lws-test & config.
32
        * or1ksim/test/Makefile.in: Regenerated.
33
 
34
2010-06-02  Jeremy Bennett 
35
        * lib/or1ksim.exp: Use same matching as libsim.exp, treat each
36
        match as a pass.
37
        * or1ksim/test/basic.exp: Unreported test entries marked.
38
        * or1ksim/test/cache.exp: Unreported test entries marked.
39
        * or1ksim/test/cbasic.exp: Unreported test entries marked.
40
        * or1ksim/test/cfg.exp: Unreported test entries marked.
41
        * or1ksim/test/dhry.exp: Unreported test entries marked.
42
        * or1ksim/test/dmatest.exp: Unreported test entries marked.
43
        * or1ksim/test/eth.exp: Unreported test entries marked.
44
        * or1ksim/test/except-test.exp: Unreported test entries marked.
45
        * or1ksim/test/exit.exp: Unreported test entries marked.
46
        * or1ksim/test/ext.exp: Unreported test entries marked.
47
        * or1ksim/test/fbtest.exp: Unreported test entries marked.
48
        * or1ksim.tests/fp.cfg: Created.
49
        * or1ksim.tests/fp.exp: Created.
50
        * or1ksim/test/functest.exp: Unreported test entries marked.
51
        * or1ksim/test/flag.exp: Unreported test entries marked.
52
        * or1ksim/test/int-test.exp: Unreported test entries marked.
53
        * or1ksim/test/kbdtest.exp: Unreported test entries marked.
54
        * or1ksim/test/local-global.exp: Unreported test entries marked.
55
        * or1ksim/test/Makefile.am: Added floating point test & config.
56
        * or1ksim/test/Makefile.in: Regenerated.
57
        * or1ksim/test/mem-test.exp: Unreported test entries marked.
58
        * or1ksim/test/mmu.exp: Unreported test entries marked.
59
        * or1ksim/test/mul.exp: Unreported test entries marked.
60
        * or1ksim/test/mycompress.exp: Unreported test entries marked.
61
        * or1ksim/test/tick.exp: Unreported test entries marked.
62
 
63 99 jeremybenn
2010-05-20  Jeremy Bennett 
64
        * lib/libsim.exp (run_libsim): Expect clause corrected to detect
65
        all unexpected warning/errors.
66
        * libsim.tests/jtag-go-command-read.exp
67
        : Missing error added.
68
        : Missing error added.
69
        : Missing error added.
70
        : Missing error added.
71
        : Missing error added.
72
        : Missing error added.
73
        : Missing error added.
74
 
75 98 jeremybenn
2010-05-19  Jeremy Bennett 
76
        * libsim.tests/Makefile.am: upcalls.exp added to distribution.
77
        * libsim.tests/Makefile.in: Regenerated.
78
 
79
2010-05-18  Jeremy Bennett 
80
        * libsim.tests/default.cfg: Disabled MC, replaced with memory block
81
        and set CPU to take vectors at high address.
82
        * test-code/lib-jtag/lib-jtag-full.c: Increase time quanta to 3ms to
83
        allow time for messages.
84
 
85
2010-05-16  Jeremy Bennett 
86
        * libsim.tests/Makefile.am: Added new test files to dist
87
        * libsim.tests/Makefile: Regenerated.
88
        * libsim.tests/jtag-go-command-read.exp: New file.
89
        * libsim.tests/jtag-go-command-write.exp: New file.
90
        * libsim.tests/jtag-read-command.exp: Tests updated for new interface.
91
        * libsim.tests/jtag-read-control.exp: New file.
92
        * libsim.tests/jtag-select-module.exp: Tests updated for new
93
        interface. All tests related to subsequent commands moved to their own
94
        tests.
95
        * libsim.tests/jtag-write-command.exp: Tests updated for new interface.
96
        * libsim.tests/jtag-write-control.exp: New file.
97
        * test-code/lib-jtag/lib-jtag.c: Interface changed to allow use of new
98
        JTAG library interface with bit lengths.
99
        * test-code/lib-jtag/lib-jtag-full.c: Use new JTAG library interface
100
        with bit lengths.
101
 
102
 
103
2010-05-14  Jeremy Bennett 
104
        * libsim.tests/jtag-read-command.exp: Better test naming.
105
        * libsim.tests/jtag-select-module.exp: Better test naming.
106
        * libsim.tests/jtag-write-command.exp: Better test naming.
107
        * libsim.tests/jtag-select-module.exp
108
        : Check for correct access type.
109
        : Check for correct access type.
110
        : Check for correct access type.
111
        : Check for correct access type.
112
        : Check for correct access
113
        type.
114
 
115
2010-05-13  Jeremy Bennett 
116
        * libsim.tests/default.cfg: Add memory block at top of memory.
117
        * libsim.tests/lib-jtag-full.c: Corrected some error messages.
118
        * libsim.tests/Makefile.am: Added new JTAG test files.
119
        * libsim.tests/Makefile.in: Regenerated.
120
        * libsim.tests/jtag-read-command.exp: Break out READ_COMMAND tests.
121
        * libsim.tests/jtag-select-module.exp: Break out SELECT_MODULE tests.
122
        * libsim.tests/jtag-write-command.exp: Break out WRITE_COMMAND tests.
123
        * README: Updated with new tests.
124
        * test-code/lib-jtag/lib-jtag-full.c (process_read_command):
125
        Corrected printout of access_type.
126
 
127 97 jeremybenn
2010-05-04  Jeremy Bennett 
128
        * configure.ac: lib-jtag/Makefile.am added as output
129
        * configure: Regenerated
130
        * libsim.tests/jtag-basic.exp: Created for low level JTAG tests.
131
        * libsim.tests/jtag-full.exp: Created for high level JTAG tests.
132
        * libsim.tests/Makefile.am: Added jtag-basic.exp and
133
        jtag-full.exp.
134
        * libsim.tests/Makefile.in: Regenerated.
135
        * test-code/lib-jtag: New directory for JTAG test code
136
        * test-code/lib-jtag/lib-jtag.c: Created for low level tests of
137
        JTAG functions.
138
        * test-code/lib-jtag/lib-jtag-full.c: Created for high level tests
139
        of JTAG functions.
140
        * test-code/lib-jtag/Makefile.am: Created.
141
        * test-code/lib-jtag/Makefile.am: Generated.
142
        * test-code/Makefile.am: lib-jtag added as subdir
143
        * test-code/Makefile.in: Regenerated.
144 95 jeremybenn
 
145
2010-05-02  Jeremy Bennett 
146 97 jeremybenn
        * test-code/lib-upcalls/lib-upcalls.c (main): Commenting corrected.
147
 
148
2010-05-02  Jeremy Bennett 
149 95 jeremybenn
        * global-conf.exp: Renamed from default-global-conf.exp.
150
        * lib/or1ksim.exp (run_or1ksim): Use $srcdir instead of
151
        environment variable and use $objdir.
152
        * lib/or1ksim.exp (run_libsim): Use $srcdir instead of
153
        environment variable and use $objdir.
154
 
155
2010-04-30  Jeremy Bennett 
156
        * lib/or1ksim.exp (run_or1ksim): Make timeout return UNRESOLVED
157
        rather than FAIL.
158
        * lib/libsim.exp (run libsim): Make timeout return UNRESOLVED
159
        rather than FAIL.
160
        * or1ksim.tests/fbtest.exp: Restore timeout correctly.
161
 
162 93 jeremybenn
2010-04-28  Jeremy Bennett 
163
        * libsim.tests/upcalls.exp: Created.
164
        * libsim.tests/upcalls.cfg: Created.
165
        * test-code/lib-upcalls/lib-upcalls.c: Changed to use new upcall
166
        interface.
167
        * test-code/lib-inttest/lib-inttest-edge.c: Created.
168
        * test-code/lib-inttest/lib-inttest-level.c: Changed to use new
169
        upcall interface.
170
 
171
2010-04-25  Jeremy Bennett 
172
        * libsim.tests/int-level.exp: Created.
173
        * test-code/lib-upcalls: Created.
174
        * test-code/lib-upcalls/lib-upcalls.c: Created.
175
        * test-code/lib-upcalls/Makefile.am: Created.
176
        * test-code/lib-upcalls/Makefile.in: Regenerated.
177
        function to print chars more clearly.
178
        * or1ksim.tests/kbd.exp: Updated for new test output format.
179
 
180
2010-04-23  Jeremy Bennett 
181
        * test-code/lib-inttest/lib-inttest-level.c: Created.
182
        * Makefile.am: Updated for new tests
183
        * Makefile.in: Regenerated.
184
        * README: Updated for new library test results.
185
 
186
2010-04-22  Jeremy Bennett 
187
        * or1ksim.tests/cbasic.exp: Errors due to buggy printf fixed.
188
        * or1ksim.tests/mmu.exp: Errors due to buggy printf fixed.
189
        * or1ksim.tests/mul.exp: Errors due to buggy printf fixed.
190
 
191 90 jeremybenn
2010-04-21  Jeremy Bennett 
192
        * test-code-or1k: Renamed from test-code.
193
        * configure.ac, configure: Moved to test-code-or1k.
194
        * AUTHORS, NEWS, INSTALL, COPYING: Moved to test-code-or1k.
195
 
196 82 jeremybenn
2010-04-20  Jeremy Bennett 
197
        * test-code/support/spr-defs.h: NOP_PRINTF definition removed.
198
        * test-code/except-test/except-test.c (illegal_insn_test):
199
          Generate and check a correct sequence for illegal instruction.
200
        * test-code/except-test/except-test.c (except_priority_test):
201
          Generate a properly illegal instruction.
202
 
203
2010-04-19  Jeremy Bennett 
204
        * AUTHORS: Created to refer to parent file.
205
        * config: Directory for board configurations.
206
        * config/unix.exp: Created.
207
        * configure: Regenerated.
208
        * configure.ac: Created as sub-configuration of the main program.
209
        * COPYING: Updated to version 3.
210
        * default-global-conf.exp: Created.
211
        * INSTALL: Updated to refer to parent file.
212
        * lib: Directory for expect library code.
213
        * lib/or1ksim.ex: Created for library code for Or1ksim tests.
214
        * Makefile.am: Updated for DejaGNU compliance.
215
        * Makefile.in: Regenerated.
216
        * NEWS: Created to refer to parent file.
217
        * or1ksim.tests: Directory for expect tests of complete SoC.
218
        * or1ksim.tests/acv-gpio.cfg: Updated from old test directory.
219
        * or1ksim.tests/acv-uart.cfg: Updated from old test directory.
220
        * or1ksim.tests/basic.ex/or1ksim.tests/cache.exp: Created.
221
        * or1ksim.tests/basic.exp: Created.
222
        * or1ksim.tests/cbasic.exp: Created.
223
        * or1ksim.tests/cfg.exp: Created.
224
        * or1ksim.tests/default.cfg: Updated from old test directory
225
        * or1ksim.tests/dhry.exp: Created.
226
        * or1ksim.tests/dmatest.exp: Created.
227
        * or1ksim.tests/eth0.rx: Transferred from old test directory.
228
        * or1ksim.tests/eth.cfg: Updated from old test directory.
229
        * or1ksim.tests/eth.exp: Created.
230
        * or1ksim.tests/except-test.exp: Created.
231
        * or1ksim.tests/exit.exp: Created.
232
        * or1ksim.tests/ext.exp: Created.
233
        * or1ksim.tests/fbtest.exp: Created.
234
        * or1ksim.tests/flag.exp: Created.
235
        * or1ksim.tests/functest.exp: Created.
236
        * or1ksim.tests/int-test.exp: Created.
237
        * or1ksim.tests/kbdtest.cfg: Updated from old test directory.
238
        * or1ksim.tests/kbdtest.exp: Created.
239
        * or1ksim.tests/kbdtest.rx: Transferred from old test directory.
240
        * or1ksim.tests/local-global.exp: Created.
241
        * or1ksim.tests/mem-test.exp: Created.
242
        * or1ksim.tests/mmu.cfg: Updated from old test directory.
243
        * or1ksim.tests/mmu.exp: Created.
244
        * or1ksim.tests/mul.exp: Created.
245
        * or1ksim.tests/mycompress.exp: Created.
246
        * or1ksim.tests/tick.exp: Created.
247
        * README: Updated for new structure.
248
        * test-code: New directory for test-programs.
249
        * test-code/acv-gpio: New directory.
250
        * test-code/acv-gpio/acv-gpio.c: Created.
251
        * test-code/acv-gpio/Makefile.am: Created.
252
        * test-code/acv-gpio/Makefile.in: Regenerated.
253
        * test-code/acv-uart: New directory.
254
        * test-code/acv-uart/acv-uart.c: Created.
255
        * test-code/acv-uart/Makefile.am: Created.
256
        * test-code/acv-uart/Makefile.in: Regenerated.
257
        * test-code/basic: New directory.
258
        * test-code/basic/basic.S: Created.
259
        * test-code/basic/Makefile.am: Created.
260
        * test-code/basic/Makefile.in: Regenerated.
261
        * test-code/board.h: Created.
262
        * test-code/cache: New directory.
263
        * test-code/cache/cache-asm.S: Created.
264
        * test-code/cache/cache.c: Created.
265
        * test-code/cache/cache.ld: Updated from old test directory.
266
        * test-code/cache/Makefile.am: Created.
267
        * test-code/cache/Makefile.in: Regenerated.
268
        * test-code/cbasic: New directory.
269
        * test-code/cbasic/cbasic.c: Created.
270
        * test-code/cbasic/Makefile.am: Created.
271
        * test-code/cbasic/Makefile.in: Regenerated.
272
        * test-code/cfg: New directory.
273
        * test-code/cfg/cfg.S: Created.
274
        * test-code/cfg/Makefile.am: Created.
275
        * test-code/cfg/Makefile.in: Regenerated.
276
        * test-code/default.ld: Updated from old test directory.
277
        * test-code/dhry: New directory.
278
        * test-code/dhry/dhry.c: Created.
279
        * test-code/dhry/dhry.h: Created.
280
        * test-code/dhry/Makefile.am: Created.
281
        * test-code/dhry/Makefile.in: Regenerated.
282
        * test-code/dmatest: New directory.
283
        * test-code/dmatest/dmatest.c: Created.
284
        * test-code/dmatest/Makefile.am: Created.
285
        * test-code/dmatest/Makefile.in: Regenerated.
286
        * test-code/eth: New directory.
287
        * test-code/eth/eth.c: Created.
288
        * test-code/eth/Makefile.am: Created.
289
        * test-code/eth/Makefile.in: Regenerated.
290
        * test-code/except: New directory.
291
        * test-code/except/except.S: Created.
292
        * test-code/except/Makefile.am: Created.
293
        * test-code/except/Makefile.in: Regenerated.
294
        * test-code/except-mc.ld: Updated from old test directory.
295
        * test-code/except-test: New directory.
296
        * test-code/except-test/except-test.c: Created.
297
        * test-code/except-test/except-test-s.S: Created.
298
        * test-code/except-test/Makefile.am: Created.
299
        * test-code/except-test/Makefile.in: Regenerated.
300
        * test-code/exit: New directory.
301
        * test-code/exit/exit.c: Created.
302
        * test-code/exit/Makefile.am: Created.
303
        * test-code/exit/Makefile.in: Regenerated.
304
        * test-code/ext: New directory.
305
        * test-code/ext/ext.S: Created.
306
        * test-code/ext/Makefile.am: Created.
307
        * test-code/ext/Makefile.in: Regenerated.
308
        * test-code/fbtest: New directory.
309
        * test-code/fbtest/fbtest.c: Created.
310
        * test-code/fbtest/Makefile.am: Created.
311
        * test-code/fbtest/Makefile.in: Regenerated.
312
        * test-code/flag: New directory.
313
        * test-code/flag/flag.S: Created.
314
        * test-code/flag/Makefile.am: Created.
315
        * test-code/flag/Makefile.in: Regenerated.
316
        * test-code/functest: New directory.
317
        * test-code/functest/functest.c: Created.
318
        * test-code/functest/Makefile.am: Created.
319
        * test-code/functest/Makefile.in: Regenerated.
320
        * test-code/inst-set-test: New directory.
321
        * test-code/inst-set-test/inst-set-test.c: Created.
322
        * test-code/inst-set-test/Makefile.am: Created.
323
        * test-code/inst-set-test/Makefile.in: Regenerated.
324
        * test-code/int-test: New directory.
325
        * test-code/int-test/int-test.ld: Updated from old test directory.
326
        * test-code/int-test/int-test.S: Created.
327
        * test-code/int-test/Makefile.am: Created.
328
        * test-code/int-test/Makefile.in: Regenerated.
329
        * test-code/kbdtest: New directory.
330
        * test-code/kbdtest/kbdtest.c: Created.
331
        * test-code/kbdtest/Makefile.am: Created.
332
        * test-code/kbdtest/Makefile.in: Regenerated.
333
        * test-code/local-global: New directory.
334
        * test-code/local-global/local-global.c: Created.
335
        * test-code/local-global/Makefile.am: Created.
336
        * test-code/local-global/Makefile.in: Regenerated.
337
        * test-code/Makefile.am: Created.
338
        * test-code/Makefile.in: Regenerated.
339
        * test-code/mc-async: New directory.
340
        * test-code/mc-async/Makefile.am: Created.
341
        * test-code/mc-async/Makefile.in: Regenerated.
342
        * test-code/mc-async/mc-async.c: Created.
343
        * test-code/mc-async/mc-async.h: Created.
344
        * test-code/mc-common: New directory.
345
        * test-code/mc-common/except-mc.S: Created.
346
        * test-code/mc-common/Makefile.am: Created.
347
        * test-code/mc-common/Makefile.in: Regenerated.
348
        * test-code/mc-common/mc-common.c: Created.
349
        * test-code/mc-common/mc-common.h: Created.
350
        * test-code/mc-dram: New directory.
351
        * test-code/mc-dram/Makefile.am: Created.
352
        * test-code/mc-dram/Makefile.in: Regenerated.
353
        * test-code/mc-dram/mc-dram.c: Created.
354
        * test-code/mc-dram/mc-dram.h: Created.
355
        * test-code/mc-ssram: New directory.
356
        * test-code/mc-ssram/Makefile.am: Created.
357
        * test-code/mc-ssram/Makefile.in: Regenerated.
358
        * test-code/mc-ssram/mc-ssram.c: Created.
359
        * test-code/mc-ssram/mc-ssram.h: Created.
360
        * test-code/mc-sync: New directory.
361
        * test-code/mc-sync/Makefile.am: Created.
362
        * test-code/mc-sync/Makefile.in: Regenerated.
363
        * test-code/mc-sync/mc-sync.c: Created.
364
        * test-code/mc-sync/mc-sync.h: Created.
365
        * test-code/mem-test: New directory.
366
        * test-code/mem-test/Makefile.am: Created.
367
        * test-code/mem-test/Makefile.in: Regenerated.
368
        * test-code/mem-test/mem-test.c: Created.
369
        * test-code/mmu: New directory.
370
        * test-code/mmu/Makefile.am: Created.
371
        * test-code/mmu/Makefile.in: Regenerated.
372
        * test-code/mmu/mmu-asm.S: Created.
373
        * test-code/mmu/mmu.c: Created.
374
        * test-code/mul: New directory.
375
        * test-code/mul/Makefile.am: Created.
376
        * test-code/mul/Makefile.in: Regenerated.
377
        * test-code/mul/mul.c: Created.
378
        * test-code/mycompress: New directory.
379
        * test-code/mycompress/Makefile.am: Created.
380
        * test-code/mycompress/Makefile.in: Regenerated.
381
        * test-code/mycompress/mycompress.c: Created.
382
        * test-code/support: New directory.
383
        * test-code/support/int.c: Created.
384
        * test-code/support/int.h: Created.
385
        * test-code/support/Makefile.am: Created.
386
        * test-code/support/Makefile.in: Regenerated.
387
        * test-code/support/spr-defs.h: Created.
388
        * test-code/support/support.c: Created.
389
        * test-code/support/support.h: Created.
390
        * test-code/tick: New directory.
391
        * test-code/tick/Makefile.am: Created.
392
        * test-code/tick/Makefile.in: Regenerated.
393
        * test-code/tick/tick.c: Created.
394
        * test-code/uos: New directory.
395
        * test-code/uos/except-or32.S: Created.
396
        * test-code/uos/ipc.h: Created.
397
        * test-code/uos/Makefile.am: Created.
398
        * test-code/uos/Makefile.in: Regenerated.
399
        * test-code/uos/README: Created.
400
        * test-code/uos/task.c: Created.
401
        * test-code/uos/tick.c: Created.
402
        * test-code/uos/uos.c: Created.
403
        * 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.