[Bug libstdc++/11610] testcases 27_io/* don't work properly remotely
dank at kegel dot com
gcc-bugzilla@gcc.gnu.org
Mon Aug 25 15:10:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=11610
dank at kegel dot com changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dhazeghi at yahoo dot com
Summary|testcase |testcases 27_io/* don't work
|27_io/filebuf_members.cc |properly remotely
|Assertion `fb_01.is_open()' |
|failed |
------- Additional Comments From dank at kegel dot com 2003-08-25 15:10 -------
The regression tests
filebuf_members
filebuf_virtuals
ifstream_members
istream_extractor_other
istream_seeks
istream_unformatted
ostream_inserter_other
all fail because they assume the input files *.txt, *.tst
are available on the target. (They also seem to create
output files in / on the target, but that might just be
a strangeness in my setup.)
The right fix would be to use dejagnu's remote file operations
to copy those files to the target when is_remote is true.
More information about the Gcc-bugs
mailing list