From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:39246) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1h8nZZ-0005oO-0I for guix-patches@gnu.org; Tue, 26 Mar 2019 11:01:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1h8nZX-0005vY-2M for guix-patches@gnu.org; Tue, 26 Mar 2019 11:01:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:46839) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1h8nZV-0005v7-V4 for guix-patches@gnu.org; Tue, 26 Mar 2019 11:01:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1h8nZV-0005lP-Pk for guix-patches@gnu.org; Tue, 26 Mar 2019 11:01:01 -0400 Subject: [bug#34820] [PATCH] gnu: rust: Update to 1.32.0 Resent-Message-ID: Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 11.5 \(3445.9.1\)) From: Ivan Petkov In-Reply-To: <20190326142148.622a46ae@scratchpost.org> Date: Tue, 26 Mar 2019 08:00:32 -0700 Content-Transfer-Encoding: quoted-printable Message-Id: <1D8916FD-CC21-4AD0-9098-78339590F353@gmail.com> References: <9E833478-6D25-4549-B90A-8244CCED81DD@gmail.com> <9FA7C98C-EFF0-4A04-A628-AB4B907D438E@gmail.com> <20190319024719.7226c75f@scratchpost.org> <20190326142148.622a46ae@scratchpost.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Danny Milosavljevic Cc: 34820@debbugs.gnu.org Hi Danny, > On Mar 26, 2019, at 6:21 AM, Danny Milosavljevic = wrote: >=20 > I got a test failure while building rust 1.30.1, in = ui/run-pass/issues/issue-44056.rs . Hmm, I think I hit this too. The patch attempts to mark the test as = ignored, similar to what we do in earlier rust versions. > I'm rebuilding that with "--keep-failed" now=E2=80=A6 Could you check what the issue-44056 test file contains in case the substitution didn=E2=80=99t work right? Thanks, =E2=80=94Ivan