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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
|
2007-12-22 Geoff Keating <geoffk@geoffk.org>
* btest-gcc.sh (TESTLOGS): Add gfortran, and optionally libgomp.
* GCC_Regression_Tester.wdgt/widget.html: Mark as HTML 4.01,
which it now is, rather than XHTML, which it never was.
(<head>): Mark as UTF-8. Add title. Move CSS to top of
document, specify type. Mark script as 'defer'.
(updateContents): If loaded from HTTP, look for status in same
place as widget.
(gotContents): Use DOM methods to change text rather than innerHTML.
(<body>): Eliminate unnecessary DIV element.
* GCC_Regression_Tester.wdgt/Info.plist: Update version, copyright
notice.
2006-09-05 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh: .bad_compare has moved to toplevel from gcc/.
2006-01-18 Andrew Pinski <pinskia@physics.uc.edu>
* btest-gcc.sh: gcc.sum has moved to gcc/testsuite/gcc/gcc.sum.
g++.sum has moved to gcc/testsuite/g++/g++.sum.
objc.sum has moved to gcc/testsuite/objc/objc.sum.
2005-12-20 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh: Support -j option.
2005-11-28 Geoffrey Keating <geoffk@geoffk.org>
* GCC Regression Tester.wdgt: Rename to GCC_Regression_Tester.wdgt.
* GCC_Regression_Tester.wdgt/Info.plist
(CFBundleDisplayName): Update for rename.
(CFBundleName): Use shorter name.
(CFBundleVersion): Update to 1.0.1.
(CFBundleShortVersionString): Update to 1.0.1.
(LSHasLocalizedDisplayName): New.
(NSHumanReadableCopyright): New.
* GCC_Regression_Tester.wdgt/de.lproj/InfoPlist.strings: New.
* GCC_Regression_Tester.wdgt/en.lproj/InfoPlist.strings: New.
* GCC_Regression_Tester.wdgt/ja.lproj/InfoPlist.strings: New.
* GCC_Regression_Tester.wdgt/widget.html: Use max-age=30
to help out intermediate caches.
2005-11-23 Geoffrey Keating <geoffk@geoffk.org>
* GCC Regression Tester.wdgt/widget.html: New file.
* GCC Regression Tester.wdgt/Info.plist: New file.
* GCC Regression Tester.wdgt/Icon.png: New file.
* GCC Regression Tester.wdgt/Default.png: New file.
* README: Describe new files.
2005-06-07 Hans-Peter Nilsson <hp@bitrange.com>
* btest-gcc.sh: Add support for option
--add-passes-despite-regression.
2005-06-06 Hans-Peter Nilsson <hp@axis.com>
* btest-gcc.sh <Build>: Don't pass --with-newlib when target is
"*-linux*".
* btest-gcc.sh (TESTLOGS): Make libstdc++.sum optional.
2004-11-07 James A. Morrison <phython@gcc.gnu.org>
* README: Update website URL.
2004-10-27 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh (TESTLOGS): The libstdc++-v3 test log is called
libstd++.sum not libstdc++-v3.sum.
2004-10-26 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh (TESTLOGS): Examine regressions in libstdc++,
libffi, and libjava.
2004-05-13 Andrew Pinski <pinskia@physics.uc.edu>
* btest-gcc.sh: Remove g77.sum from TESTLOGS.
2003-09-18 Andreas Tobler <a.tobler@schweiz.ch>
* btest-gcc.sh: Add make check-target-libffi.
2003-07-31 Andreas Tobler <a.tobler@schweiz.ch>
* btest-gcc.sh: Add make check-target-libjava.
2002-10-22 Geoffrey Keating <geoffk@apple.com>
* btest-gcc.sh: Add gdb.sum to TESTLOGS only when GDB testsuite is run.
2002-10-11 Geoffrey Keating <geoffk@apple.com>
* objs-gcc.sh: Don't install GDB testsuite if GDB was not built.
* btest-gcc.sh: Don't run GDB testsuite if it doesn't exist.
2002-10-09 Phil Edwards <pme@gcc.gnu.org>
* btest-gcc.sh, objs-gcc.sh: Update TARGET comments.
2002-10-09 Geoffrey Keating <geoffk@apple.com>
* objs-gcc.sh: On (non-linux) native hosts, use 'make bootstrap'.
2002-03-09 Geoffrey Keating <geoffk@redhat.com>
* btest-gcc.sh: For crosses, assume newlib and GNU binutils.
* site.exp: Correct mips-elf triplet.
2002-01-31 Geoffrey Keating <geoffk@redhat.com>
* btest-gcc.sh: New file.
* objs-gcc.sh: New file.
* site.exp: New file.
* ChangeLog: New file.
* README: New file.
|