Date: Wed, 28 Sep 2016 12:13:42 +0000 From: Ruslan Bukin <ruslan.bukin@cl.cam.ac.uk> To: Ngie Cooper <yaneurabeya@gmail.com> Cc: Ruslan Bukin <br@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r306397 - head/contrib/netbsd-tests/lib/libc/gen Message-ID: <20160928121342.GA45465@bsdpad.com> In-Reply-To: <5768D1B8-A03C-4D9D-B884-3CBF3B1193BD@gmail.com> References: <201609280845.u8S8jhkF058371@repo.freebsd.org> <5768D1B8-A03C-4D9D-B884-3CBF3B1193BD@gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Sep 28, 2016 at 07:44:20PM +0900, Ngie Cooper wrote: > > > On Sep 28, 2016, at 17:45, Ruslan Bukin <br@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160928121342.GA45465>