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: V3 Testsuite PATCH: Disable tests on newlib


>Benjamin, I think the V3 testsuite needs a better way of dealing with
>this situation.  If using mkfifo is essential, then something should
>be done on the DejaGNU side of the testsuite to make it possible to
>XFAIL these tests on targets that do not have mkfifo.  Or, if I am
>simply missing the right incantation, I should discover it. :-)

I agree, something should be done. 

I'd rather model this on the way that named locale support was done than
as with your patch, however.

Ie, make a function, use it instead of mkfifo in the test,  and if a
particular target can't hack it, just exit silently. I'd rather exit and
mark the test as unsupported, but I cannot figure out how to do that,
however.

-benjamin


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