Mailing-List: contact cygwin-developers-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT cygwin DOT com Delivered-To: mailing list cygwin-developers AT cygwin DOT com Date: Wed, 25 Sep 2002 16:25:08 +0200 From: Corinna Vinschen To: cygwin-developers AT cygwin DOT com Subject: Re: Many pthread failures in the test suite, one setgroup failure Message-ID: <20020925162508.H20875@cygbert.vinschen.de> Reply-To: cygwin-developers AT cygwin DOT com Mail-Followup-To: cygwin-developers AT cygwin DOT com References: <20020925141653 DOT GA6134 AT redhat DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20020925141653.GA6134@redhat.com> User-Agent: Mutt/1.3.22.1i 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