svn commit: r306397 - head/contrib/netbsd-tests/lib/libc/gen

Ruslan Bukin ruslan.bukin at cl.cam.ac.uk
Wed Sep 28 12:13:54 UTC 2016


On Wed, Sep 28, 2016 at 07:44:20PM +0900, Ngie Cooper wrote:
> 
> > On Sep 28, 2016, at 17:45, Ruslan Bukin <br at FreeBSD.org> wrote:
> > 
> > Author: br
> > Date: Wed Sep 28 08:45:42 2016
> > New Revision: 306397
> > URL: https://svnweb.freebsd.org/changeset/base/306397
> > 
> > Log:
> >  Use right piece of code for FreeBSD.
> > 
> >  Sponsored by:    DARPA, AFRL
> >  Sponsored by:    HEIF5
> > 
> > Modified:
> >  head/contrib/netbsd-tests/lib/libc/gen/t_nice.c
> 
> I didn't run into this problem on amd64 -- what was the symptom that you ran into?
> Thanks,

I think pri and pri2 here were not equeal (as pri2 was not initialized at all) so test failed.
if (pri != pri2)
	_exit(EXIT_FAILURE);

Very interesting why it works on amd64.

Ruslan


More information about the svn-src-all mailing list