This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: RFA: Tweak test for fileio support
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Richard Sandiford <rsandifo at nildram dot co dot uk>
- Cc: libstdc++ at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org
- Date: Tue, 25 Sep 2007 10:36:38 -0500
- Subject: Re: RFA: Tweak test for fileio support
- References: <87sl53j18b.fsf@firetop.home>
> Many of the libstdc++ file I/O tests fail for mips-sim-idt{32,64}.
> The IDT monitor apparently provides callbacks for open and close,
> which the gdb simulator emulates as full semihosted calls. This is
> enough to pass the open ("." ...) test in check_v3_target_fileio.
> However, the monitor doesn't provide callbacks for lseek or *stat,
> so libgloss provides dummy implementations that cause most real file
> I/O tests fail.
Got it.
> libstdc++-v3/
> * testsuite/lib/libstdc++.exp (check_v3_target_fileio): Test
> lseek.
This is OK.
-benjamin