1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
Tue Mar 17 15:41:07 1998 Frank Ch. Eigler <fche@cygnus.com>
* c_gen.pl: Added file from Toronto's /build directory.
* Makefile.in (C_GEN): Use local c_gen.pl script.
* ChangeLog: Added this entry.
* t-pke4.trc: New file.
* t-pke4.vif0expect: New file.
Mon Mar 16 19:04:26 1998 Frank Ch. Eigler <fche@cygnus.com>
* tsv308_1.trc: Fixed test case as per SCEI email.
* tsv316_1.trc: Ditto.
* tsv408_1.trc: Same.
* tsv416_1.trc: Again.
* t-pke3.trc: Added more padding to one VU test to widen timing race.
Fri Mar 13 20:34:13 1998 Frank Ch. Eigler <fche@cygnus.com>
* tss*.trc: New files, generated by perl script from
SCEI "test0" bucket.
* tsv*.trc: New files, generated by perl script from SCEI "test0"
bucket. Note that tsv432_0 may obsolete t-pke1.
* Makefile.in (TESTS): Run new scripts.
(check): Bulldoze through failing test cases with "make -k" until
SCEI fixes some of them.
(.run.ok): Increased run-time limit since some test runs can take
several seconds.
Fri Mar 6 17:30:31 1998 Frank Ch. Eigler <fche@cygnus.com>
* t-pke4.run: Removed test, since it succeeds yet returns a
non-zero exit code.
* Makefile.in (RUNOPTS): Removed --memory-size flag, made
unnecessary by sim/mips/interp.c changes.
(TESTS): Removed t-pke4.ok target.
* t-pke3.trc: Classified tests with [---] indicators, to match
items up with entries documented in testplan.sgml. Added numerous
additional tests. They assert behavior that assumes certain
favorable answers to PKE question set #6 to SCEI.
* t-pke1.trc: Added some [---] indicators.
Mon Mar 2 18:54:26 1998 Frank Ch. Eigler <fche@cygnus.com>
* t-pke3.trc: Added FLUSH* / PKEMS* tests.
Fri Feb 27 16:53:29 1998 Frank Ch. Eigler <fche@cygnus.com>
* Makefile.in (*): Changes now allow test case srcdir != objdir.
Switched to "r5900.ld" linker script.
Wed Feb 25 14:24:04 1998 Frank Ch. Eigler <fche@cygnus.com>
* t-pke3.trc: Added tests for PKEcode[i] stalling and masking,
FBRST register STP and STC, erroneous register accesses.
Tue Feb 24 19:32:10 1998 Frank Ch. Eigler <fche@cygnus.com>
* ChangeLog, Makefile.in, configure, configure.in, t-pke1.trc,
t-pke1.vif0expect, t-pke2.trc, t-pke2.vif1expect, t-pke3.trc,
t-pke4.run: Created.
|