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: A number of testsuite problems


On Fri, Jun 27, 2003 at 11:51:01AM -0500, B. Kosnik wrote:
> 
> >1)  After the testsuite runs, a pair of 1.2 GB files are left behind, "tmp"
> >and "tmp_setbuf2".  That's not a problem per se, but is a tad rude.  :-)
> 
> -rw-rw-r--    1 bkoz     bkoz           48 Jun 27 11:13 tmp_setbuf2
> -rw-rw-r--    1 bkoz     bkoz          95M Jun 27 11:36 tmp
> 
> It is rude to have huge files around after make check. If you run "make
> clean" in the testsuite directory, they'll be cleaned out. Perhaps they
> should be deleted after the test finishes.

I wonder why the size difference... anyhow, yes, I'm hoping to delete them
after the test finishes.


> >2)  The trunk testsuite is being linked against the installed system
> >libstdc++.so, not the freshly built one.
> 
> Cannot reproduce. I do have LD_LIBRARY_PATH set to the build dir though.

The dg harness should be doing this.  I can't reproduce it by hand.  Grr.


> >3)  27_io/basic_filebuf/close/char/4879.cc has two problems:
> >
> >  a)  it hangs opening tmp_fifo1, and
> >  b)  dejagnu isn't killing it after the timeout, and in fact it's recorded
> >      as a PASS.
> 
> Cannot reproduce.

I can't reproduce this by hand either.  I can't attach gdb to it either,
because the exe has been deleted by dejagnu by this point.  Have a feeling
that I'll be hacking the system dg.exp file to disable the automatic
deletion.  (Will post a patch for future reference, in case anyone else
needs to do this.)

Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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