This is the mail archive of the gcc-help@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]

Re: g++/testsuite:WARNING: Couldn't find global config


On Nov  7, 2000, Larry Evans <jcampbell3@prodigy.net> wrote:

> FAIL: g++.dg/special/conpr-1.C execution test
> FAIL: g++.dg/special/conpr-2.C execution test
> FAIL: g++.dg/special/conpr-3.C execution test
> FAIL: g++.dg/special/conpr-3.C execution test
> FAIL: g++.ext/initp1.C  Execution test
> FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 18)
> FAIL: g++.ext/instantiate1.C not instantiated (test for errors, line 20)
> FAIL: g++.other/crash18.C (test for excess errors)
> FAIL: g++.other/loop2.C caused compiler crash
> FAIL: g++.pt/mangle2.C (test for excess errors)

These are all actual failures.

> Do you have any ideas about what I may be doing wrong to get
> results different than thos in the following location?

Could be a number of things.  A different target triplet, different
optimizations used during build, a different assembler/linker, bad
karma, etc :-)

> Also, I'm writing another test for my changes, but I don't know how
> to specify the required output.

Our testsuite doesn't work by testing output.  Execution tests should
either exit(0) (== PASS) or abort() (== FAIL).

-- 
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    *Please* write to mailing lists, not to me

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