Re: libstdc++-v3: Run prettyprinters.exp

2012-04-12 Thread Paolo Carlini

On 04/12/2012 11:43 PM, Andreas Schwab wrote:

Paolo Carlini  writes:


Since you seem to pay good attention to these testing details, I wonder if
you could also help with the issue I noticed again over the last days with
make check-performance not actually doing much if make check isn't run
before. I bet a fix would turn out to be just a few lines..

Perhaps because
# XXX Need to add dependency on libtestc++.a
Indeed, I was looking for some sort of missing dependency... Any 
patchlet forthcoming for that? ;)


Thanks,
Paolo.


Re: libstdc++-v3: Run prettyprinters.exp

2012-04-12 Thread Andreas Schwab
Paolo Carlini  writes:

> Since you seem to pay good attention to these testing details, I wonder if
> you could also help with the issue I noticed again over the last days with
> make check-performance not actually doing much if make check isn't run
> before. I bet a fix would turn out to be just a few lines..

Perhaps because
# XXX Need to add dependency on libtestc++.a

Andreas.

-- 
Andreas Schwab, sch...@linux-m68k.org
GPG Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."


Re: libstdc++-v3: Run prettyprinters.exp

2012-04-12 Thread Paolo Carlini
Hi,

> prettyprinters.exp is never run except in non-parallel check or when
> requested explicitly.  Tested on powerpc-linux and checked in as
> obvious.

Thanks Andreas.

Since you seem to pay good attention to these testing details, I wonder if you 
could also help with the issue I noticed again over the last days with make 
check-performance not actually doing much if make check isn't run before. I bet 
a fix would turn out to be just a few lines..

Paolo