This is the mail archive of the libc-help@sourceware.org mailing list for the glibc 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: Using vfork() in do_system() instead of fork()


On Mon, Jun 29, 2009 at 3:38 PM, David
Wuertele<dave+libc-help@wuertele.com> wrote:
> OK, my clone(VFORK|VM)/execl() implementation of system has passed my
> own battery of tests, and now I'm looking for any other tests that I might
> leverage. ?I did some grepping through LTP, but didn't find anything that
> tests system() specifically. ?I'm especially interested in tests that verify
> system()'s handling of signals and cancellation.
>
> Does anyone have suggestions for where I might find good tests
> for exercising the system() call?

I've never seen such tests, only basic tests that verify system()
functions as documented.

Cheers,
Carlos.


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