From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:50045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eXHsX-0005Gq-RC for guix-patches@gnu.org; Thu, 04 Jan 2018 21:37:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eXHsV-00077Z-69 for guix-patches@gnu.org; Thu, 04 Jan 2018 21:37:05 -0500 Received: from debbugs.gnu.org ([208.118.235.43]:55763) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eXHsU-000764-Ge for guix-patches@gnu.org; Thu, 04 Jan 2018 21:37:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1eXHsU-0005qD-B0 for guix-patches@gnu.org; Thu, 04 Jan 2018 21:37:02 -0500 Subject: bug#29979: [PATCH] gnu: glog: Disable signal-handler unit tests. Resent-To: guix-patches@gnu.org Resent-Message-ID: From: Eric Bavier Date: Fri, 5 Jan 2018 02:36:38 +0000 Message-ID: References: <20180104170427.GI188239@pe06.us.cray.com>, <20180104180303.GB9302@jasmine.lan> In-Reply-To: <20180104180303.GB9302@jasmine.lan> Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 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: Leo Famulari Cc: "29979-done@debbugs.gnu.org" <29979-done@debbugs.gnu.org> Thanks for the review. Pushed in 17e1e21603e7cba622cf4ec41c0e1467972fd449 Eric Bavier, Scientific Libraries, Cray Inc. ________________________________________ From: Leo Famulari Sent: Thursday, January 4, 2018 12:03 To: Eric Bavier Cc: 29979@debbugs.gnu.org Subject: Re: [bug#29979] [PATCH] gnu: glog: Disable signal-handler unit tes= ts. On Thu, Jan 04, 2018 at 11:04:27AM -0600, Eric Bavier wrote: > This patch disable the signal handler unit tests in 'glog'. These > tests are known to fail on several systems where the expected signals > are not generated. LGTM