This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: Problem with testing libstdc++ parallel headers?
On Wed, 2008-07-30 at 04:39 -0500, Paolo Carlini wrote:
> > > UNSUPPORTED: 25_algorithms/headers/algorithm/algorithm_parallel_mode.cc
> > >
> > > along with lines like:
> > >
> > > parallel_mode31631.cc:1:17: error: omp.h: No such file or directory
> > >
> > > This seems odd to me since I am building libgomp with my compiler.
> > >
> > Yes. I think it's simply because the relevant search path is
> > missing when the dg-require run. We should fix this indeed, affects a
> > few basic headers/ tests.
>
> Note, that those tests *are* run as part of check-parallel. All in all, I'm not convinced we should make both the dg-require and the normal make check more complex (adding the required -B, etc) in order to run the tests also as part of make check...
>
> Paolo.
I guess I don't care that much if they are run or not as part of make
check but if we don't want to run them as part of make check we should
do something to explicitly disable them instead of just counting on the
dg-require to accidently fail. I am not sure if there is an easy way to
do this without messing up check-parallel.
Steve Ellcey
sje@cup.hp.com