Home | History | Annotate | Line # | Download | only in regression
      1  1.1  mrg This directory contains scripts that are used by the regression
      2  1.1  mrg tester, <http://gcc.gnu.org/regtest/>
      3  1.1  mrg 
      4  1.1  mrg The primary script is 'btest-gcc.sh'.  This is the script that is run
      5  1.1  mrg to actually test the compiler.
      6  1.1  mrg 
      7  1.1  mrg 'objs-gcc.sh' takes a combined tree and builds (but does not test) the
      8  1.1  mrg tools required for 'btest-gcc.sh'.  It is run periodically to update
      9  1.1  mrg the tools.  This script is followed by running 'btest-gcc.sh' using
     10  1.1  mrg the newly-build tools to check that they will not cause regressions.
     11  1.1  mrg 
     12  1.1  mrg 'site.exp' is what $DEJAGNU points to when the regression tester runs
     13  1.1  mrg these scripts.
     14  1.1  mrg 
     15  1.1  mrg 'GCC_Regression_Tester.wdgt' is a Dashboard widget that displays the
     16  1.1  mrg current state of the tester using Javascript.  You can use it without
     17  1.1  mrg needing Dashboard by pointing your web browser at
     18  1.1  mrg 'GCC_Regression_Tester.wdgt/widget.html', if your browser supports
     19  1.1  mrg and permits it.
     20  1.1  mrg 
     21  1.1  mrg Note that any changes made here need to be approved by the regression
     22  1.1  mrg tester's maintainer (see MAINTAINERS).  The changes will be used on
     23  1.1  mrg the tester's next run, so `experimental' changes are very strongly
     24  1.1  mrg discouraged :-).
     25