[Bug libstdc++/15047] New: libstdc++ testing does not work remotely
drow at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Apr 21 16:41:00 GMT 2004
The libstdc++ tests do not work when run over RSH. There are two problems:
- the shared libstdc++ is picked up using LD_LIBRARY_PATH, which is
only set on the host. The shared libstdc++ doesn't even exist on the
target. I don't have any idea what to do about this.
- Many of the tests read input files that they expect to be in the current
directory. These files are never downloaded to the remote system, so
many tests show assertion failures. It might be as simple as making
sure to download all supporting files before running any tests.
--
Summary: libstdc++ testing does not work remotely
Product: gcc
Version: 3.5.0
Status: UNCONFIRMED
Severity: enhancement
Priority: P2
Component: libstdc++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: drow at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC host triplet: i386-pc-linux-gnu
GCC target triplet: arm-unknown-linux-gnu
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15047
More information about the Gcc-bugs
mailing list