On Wed, Sep 28, 2016 at 07:44:20PM +0900, Ngie Cooper wrote:
>
> > On Sep 28, 2016, at 17:45, Ruslan Bukin <[email protected]> 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
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"