|
Message-ID: <20130423154705.GB20323@brightrain.aerifal.cx>
Date: Tue, 23 Apr 2013 11:47:05 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: cluts test suite with musl
On Tue, Apr 23, 2013 at 11:31:27AM -0400, Rich Felker wrote:
> On Tue, Apr 23, 2013 at 06:17:15PM +0300, Timerlan Moldobaev wrote:
> > Can you please specify what tests within cluts should work correctly ?
> > There are chances that in my specific environment some musl issues might
> > pop up even when running cluts partly.
> > I can assist in debugging such issues (as it was for testsuite case).
>
> Yes, I'm actually working on a patch right now that disables the
> incorrect tests and fixes up some other issues.
Here's the patch. I've just disabled the EINTR test module entirely
since it's full of wrong code including broken attempts at
synchronization based on a volatile variable, and attempts to unlock a
lock that's already unlocked.
The other main issue was invalid numeric tests.
Note that the setuid race test will not work without root, and I don't
think it's reliable anyway. There's an alternate test for this issue
on the glibc bug tracker:
http://sourceware.org/bugzilla/show_bug.cgi?id=13347
Rich
View attachment "fix_wrong_tests.diff" of type "text/plain" (8526 bytes)
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.