From: Geoffrey Keating Date: Wed, 23 Nov 2005 20:29:09 +0000 (+0000) Subject: GCC Regression Tester.wdgt/widget.html: New file. X-Git-Tag: releases/gcc-4.2.0~5786 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=40f4ed784bc181401a46b94dd727303bbf981bdf;p=thirdparty%2Fgcc.git GCC Regression Tester.wdgt/widget.html: New file. * 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. From-SVN: r107430 --- diff --git a/contrib/regression/ChangeLog b/contrib/regression/ChangeLog index ae5771732005..a6ba783ff2b1 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 000000000000..a6dfd4655c9b 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 000000000000..662b5169d0c0 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 000000000000..0902ff7af7f5 --- /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 000000000000..e2bc6acd231c --- /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 445704f85a4a..9eecd0dd909f 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