Craig Rodrigues
2016-Sep-01 02:11 UTC
svn commit: r301752 - head/contrib/netbsd-tests/lib/libc/string
Ngie, Can you please MFC this to stable/10 branch? I believe this has been causing a test failure in this branch since June. Thanks. -- Craig On Thu, Jun 9, 2016 at 11:35 AM, Garrett Cooper <ngie at freebsd.org> wrote:> Author: ngie > Date: Thu Jun 9 18:35:37 2016 > New Revision: 301752 > URL: https://svnweb.freebsd.org/changeset/base/301752 > > Log: > Update `goodResult` after recent changes made to the PRNG in libc > > The PRNG was changed in r300953/r300956, and subsequently, the numbers > generated have changed. This is expected ABI breakage per ache > > X-MFC with: r300953, r300956 > Tested with: amd64, i386 > Sponsored by: EMC / Isilon Storage Division > > Modified: > head/contrib/netbsd-tests/lib/libc/string/t_memcpy.c > > Modified: head/contrib/netbsd-tests/lib/libc/string/t_memcpy.c > ===========================================================> =================> --- head/contrib/netbsd-tests/lib/libc/string/t_memcpy.c Thu Jun > 9 18:27:41 2016 (r301751) > +++ head/contrib/netbsd-tests/lib/libc/string/t_memcpy.c Thu Jun > 9 18:35:37 2016 (r301752) > @@ -54,7 +54,7 @@ char result[100]; > #ifdef __NetBSD__ > const char goodResult[] = "7b405d24bc03195474c70ddae9e1f8fb"; > #else > -const char goodResult[] = "217b4fbe456916bf62a2f85df752e4ab"; > +const char goodResult[] = "5ab4443f0e3e058d94087d9f2a11ef5e"; > #endif > > static void > >
Ngie Cooper (yaneurabeya)
2016-Sep-01 02:12 UTC
svn commit: r301752 - head/contrib/netbsd-tests/lib/libc/string
> On Aug 31, 2016, at 7:11 PM, Craig Rodrigues <rodrigc at freebsd.org> wrote: > > Ngie, > > Can you please MFC this to stable/10 branch? > I believe this has been causing a test failure in this branch > since June.Shoot ? I?ll verify the issue and commit the change. Thanks, -Ngie