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



>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.

>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.

>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.

-benjamin


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