On 4/7/12 4:09 PM, Joel Sherrill wrote:
For *-rtems* all test results are cross with tests run on simulators.
We use a native compiler bulit from the same source for testing.
Newlib is the C library and built at the same time.
Do we need to enable any special flags from our existing configure?
Just add --enable-build-with-cxx to the configure call. The C++ testing
wiki page has full details.
FWIW we have a few targets where the simulator is limited in memory
and many tests fail. These get rejected because the mail message is
too large. If someone is willing to help us trim things so the known
failures get skipped, it would be appreciated. We would report more.
:)
Perhaps you could use the script
contrib/testsuite-management/validate_failures.py? You can add those
tests that are known to fail to a manifest file. It will then only
report the failures that are not in that manifest.
The only thing with this script is that it is not used by default by
make check nor the testsuite reporting script. You'd have to call it
from there.
Thanks. Diego.