This is the mail archive of the cygwin-developers@cygwin.com mailing list for the Cygwin 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: Many pthread failures in the test suite, one setgroup failure


On Wed, Sep 25, 2002 at 10:16:53AM -0400, Chris Faylor wrote:
> ltp/setgroups01.c: child process exited abnormally
> XFAIL: ltp/setgroups01.c (execute)

Did you check that in the setgroups01.c test:

void
setup()
{
    [...]
    if ( geteuid() != 0 )
            tst_brkm(TBROK, cleanup, "Must be ROOT to run this test.");

Corinna


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