This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ 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: check-abi test results not in test summary


Phil Edwards writes:
> On Wed, Jun 25, 2003 at 11:27:33AM -0500, Benjamin Kosnik wrote:
> > 
> > >2003-06-25  Matthias Klose  <doko@debian.org>
> > >
> > >	* testsuite/Makefile.am (check-abi, check-abi-verbose): Save
> > >	output of abi-check in check-abi.sum.
> > >	* testsuite/Makefile.in: Regenerate.
> > 
> > Maybe we should just name all the generated reports with the .sum
> > extension. I didn't realize this.
> > 
> > Thus, 
> > 
> > libstdc++-v3-abi.sum
> > libstdc++-v3-performance.sum (instead of libstdc++-v3.performance)

ok, changed the name.

> This would probably be good, as long as the output is dejagnu-ish style.

For the abi check the output looks like

                === libstdc++-v3 check-abi Summary ===

# of added symbols:              0
# of missing symbols:            0
# of incompatible symbols:       0

using: /build/packages/gcc/3.3/gcc-3.3-3.3.1ds0/src/libstdc++-v3/config/abi/i486-linux-gnu/baseline_symbols.txt


What is the output for added / missing / incompatible symbols? Likely
that the test_summary script has to be adjusted.


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