diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index ae577173200..a6ba783ff2b 100644 --- a/contrib/regression/ChangeLog +++ b/contrib/regression/ChangeLog @@ -1,3 +1,11 @@ +2005-11-23 Geoffrey Keating + + * 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 * btest-gcc.sh: Add support for option diff --git a/contrib/regression/GCC Regression Tester.wdgt/Default.png b/contrib/regression/GCC Regression Tester.wdgt/Default.png new file mode 100644 index 00000000000..a6dfd4655c9 Binary files /dev/null and b/contrib/regression/GCC Regression Tester.wdgt/Default.png differ diff --git a/contrib/regression/GCC Regression Tester.wdgt/Icon.png b/contrib/regression/GCC Regression Tester.wdgt/Icon.png new file mode 100644 index 00000000000..662b5169d0c Binary files /dev/null and b/contrib/regression/GCC Regression Tester.wdgt/Icon.png differ diff --git a/contrib/regression/GCC Regression Tester.wdgt/Info.plist b/contrib/regression/GCC Regression Tester.wdgt/Info.plist new file mode 100644 index 00000000000..0902ff7af7f --- /dev/null +++ b/contrib/regression/GCC Regression Tester.wdgt/Info.plist @@ -0,0 +1,28 @@ + + + + + AllowNetworkAccess + + CFBundleDisplayName + GCC Regression Tester + CFBundleName + GCC Regression Tester + CFBundleIdentifier + org.geoffk.widget.regress + CFBundleShortVersionString + 1.0 + CFBundleVersion + 1.0 + CloseBoxInsetX + 0 + CloseBoxInsetY + 0 + MainHTML + widget.html + Width + 261 + Height + 192 + + diff --git a/contrib/regression/GCC Regression Tester.wdgt/widget.html b/contrib/regression/GCC Regression Tester.wdgt/widget.html new file mode 100644 index 00000000000..e2bc6acd231 --- /dev/null +++ b/contrib/regression/GCC Regression Tester.wdgt/widget.html @@ -0,0 +1,155 @@ + + + + + + + + + + + + +
Loading...
+ + diff --git a/contrib/regression/README b/contrib/regression/README index 445704f85a4..9eecd0dd909 100644 --- a/contrib/regression/README +++ b/contrib/regression/README @@ -12,6 +12,12 @@ the newly-build tools to check that they will not cause regressions. 'site.exp' is what $DEJAGNU points to when the regression tester runs these scripts. +'GCC Regression Tester.wdgt' is a Dashboard widget that displays the +current state of the tester using Javascript. You can use it without +needing Dashboard by pointing your web browser at +'GCC%20Regression%20Tester.wdgt/widget.html', if your browser supports +and permits it. + Note that any changes made here need to be approved by the regression tester's maintainer (see MAINTAINERS). The changes will be used on the tester's next run, so `experimental' changes are very strongly