From mboxrd@z Thu Jan 1 00:00:00 1970 From: Joe Buck To: egcs@cygnus.com Subject: Re: Results for haifa-disabled egcs-970828 g++ testsuite on sparc-sun-solaris2.5 Date: Sat, 30 Aug 1997 05:43:52 -0000 Message-id: <199708300543.WAA18204@atrus.synopsys.com> In-reply-to: orn2m0fe0d.fsf@sunsite.dcc.unicamp.br X-SW-Source: 1997-08/0798.html Alexandre: > >> The tests that have failed are compile-time ones, and I can assure > >> that my configuration does run tests. Me: > > Please try explicitly hand-running one of the tests I report as failing and > > your report as passing. Alexandre again: > I looked at the test files, and found out they all #include header > files that are only installed with libg++, which I had installed with > egcs-970822. I suggest that any tests that use libg++ headers that are not in libstdc++ either be re-written to use only standard headers, or else they can be moved to the libg++ test suite. If anyone is worried about losing a test, we can do both: move the exact test to libg++/testsuite and leave the rewritten test in the g++ test suite. > Is there anyway to tell runtest that `it is ok if this error occurs, > but it is not an expected one'. It should be counted as an > unsupported test, IMO. I don't think that is a good idea. Either the tests should be rewritten or they should be moved to the libg++ test suite; for most of them a rewrite is easy.