This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: QMTest and the G++ testsuite


On May 20, 2002, Mark Mitchell <mark@codesourcery.com> wrote:

> At present, you can specify an "interpreter" which is supposed to have
> the property that:

>   interpreter program arg1 arg2 ...

> Now, there is the question of writing the interpreters for various
> setups; you need the logic to zap the code to the target board, run it,
> extract the output, zap it back.

How about running the *build* on a separate machine?  You have to
upload any source test files, run the compiler remotely, and download
the executable back.  This is an important feature of the test
framework, especially if the test framework cannot run on the host
whose compiler you intend to test.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist                Professional serial bug killer


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]