From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46382) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dN3Zh-0004gp-2a for guix-patches@gnu.org; Mon, 19 Jun 2017 16:47:05 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dN3Zd-00058d-Vr for guix-patches@gnu.org; Mon, 19 Jun 2017 16:47:05 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:53949) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dN3Zd-00058X-Sv for guix-patches@gnu.org; Mon, 19 Jun 2017 16:47:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dN3Zd-0003tf-N3 for guix-patches@gnu.org; Mon, 19 Jun 2017 16:47:01 -0400 Subject: [bug#27428] Acknowledgement ([PATCH] gnu: gsl: Update to 2.4.) Resent-Message-ID: Message-Id: MIME-Version: 1.0 From: Arun Isaac Date: Tue, 20 Jun 2017 02:16:02 +0530 In-reply-to: References: <1a1bdf27.AEAALq4UWmUAAAAAAAAAAAOtUOAAAAACwQwAAAAAAAW9WABZSDbL@mailjet.com> Content-Type: text/plain Content-Transfer-Encoding: quoted-printable 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: 27428@debbugs.gnu.org > + `(;; Currently there are numerous tests that fail on "exotic" > ;; architectures such as aarch64 and ppc64le. > ,@(if (string-prefix? "aarch64-linux" > (or (%current-target-system) (%current-syst= em))) > - '(#:tests? #f) > - '()))) I don't know if this section is still valid. I don't have machines with these architectures. How do I check? =