From owner-freebsd-stable@freebsd.org Thu Sep 1 02:11:53 2016 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 614A7BCA652; Thu, 1 Sep 2016 02:11:53 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-ua0-x22c.google.com (mail-ua0-x22c.google.com [IPv6:2607:f8b0:400c:c08::22c]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 192C6DDC; Thu, 1 Sep 2016 02:11:53 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by mail-ua0-x22c.google.com with SMTP id i32so121225125uai.2; Wed, 31 Aug 2016 19:11:53 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=60tMKaj8BnWro8GRObSvtmg4a27r0oMvXRMSDJ0NYXk=; b=BzfaSv2r3HZuKHyWHJM7p8FHIwNeKW3nALTsOcqbe0H6YW7vZAekc3c9hkUZqinZjG U04UvaH1It/3oHMp98ezeurQk5Fz6IQSODzSBRYUKubclCJbGpw44z/JKRbzaxKXHUeX slVNdHh55LekPnvXBsD1/GKY8lHPWeOIXOQbfhUSdvIlvTwvclAs+OWjz++6dF3nwRvN ZH092SeiKIT3vdoinTDfdF78Eivk8EmcBWFCiQO5T8K9n78IkTp/Ne7o4d28IQydVusa 6a3R6ux9pzZhBZP1GcqcWza7vfoeKPs671/pBGGwaUnIYkiyQJj14rWdxv/3I/FNvjAo Ybug== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=60tMKaj8BnWro8GRObSvtmg4a27r0oMvXRMSDJ0NYXk=; b=dC7QL90LBmjkjpdTSLvfz8VwlmzvHM/3gleM5gt66nVb7RQBlauWDCgJqqkqXmoUDd a4zSBmUDt7Z9Bvv3Z/jW0dmCst/6K/pJEiOms6k+NgBi8BnigMuPHevc4iUg4Cx7zfh3 20K6Qnw0FjC+j+qVqNg60Co3Bd3g/+MYRamEICG2OAMNrcCyafyj5tpsHy5Sw697/Z5T 9oi3Y5c1W8Jm266c4aM3zUxtsuxxEMUAZH10j62Zq0rAEhdgfdIjfMCLxdrpUN1645qd 3hk4Sl9rRIOyayjAlEuFO1aRHacNq94+wcW9NdJXXRFHUH3hoeUH6cRabj47MT61UAAl Xw3w== X-Gm-Message-State: AE9vXwMSvPKuBlWDDIN1+trcy4OFbqJcP9r7eGLDGS78l+72etUA8GXQHfFrr2sRcFXpsCBloH93+e2XyQvK3Q== X-Received: by 10.176.82.50 with SMTP id i47mr6780473uaa.60.1472695912079; Wed, 31 Aug 2016 19:11:52 -0700 (PDT) MIME-Version: 1.0 Sender: crodr001@gmail.com Received: by 10.103.31.134 with HTTP; Wed, 31 Aug 2016 19:11:51 -0700 (PDT) In-Reply-To: <201606091835.u59IZbtB094147@repo.freebsd.org> References: <201606091835.u59IZbtB094147@repo.freebsd.org> From: Craig Rodrigues Date: Wed, 31 Aug 2016 19:11:51 -0700 X-Google-Sender-Auth: nDhuaJ8yjFM_3B2pU8hODJgoWEM Message-ID: Subject: Re: svn commit: r301752 - head/contrib/netbsd-tests/lib/libc/string To: Ngie Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" , "jenkins-admin@freebsd.org" , FreeBSD stable Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.22 X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 02:11:53 -0000 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 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 > >