From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id AFC691388BF for ; Wed, 17 Feb 2016 20:43:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 216A0E080D; Wed, 17 Feb 2016 20:43:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8256CE07E6 for ; Wed, 17 Feb 2016 20:43:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E21E3409D7 for ; Wed, 17 Feb 2016 20:43:19 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1478415FB for ; Wed, 17 Feb 2016 20:43:18 +0000 (UTC) From: "Dirkjan Ochtman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Dirkjan Ochtman" Message-ID: <1455741782.8d4345c5107f523bdfe0caff9ae407a36712ebf9.djc@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-p2p/syncthing/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-p2p/syncthing/syncthing-0.12.19.ebuild X-VCS-Directories: net-p2p/syncthing/ X-VCS-Committer: djc X-VCS-Committer-Name: Dirkjan Ochtman X-VCS-Revision: 8d4345c5107f523bdfe0caff9ae407a36712ebf9 X-VCS-Branch: master Date: Wed, 17 Feb 2016 20:43:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eb8e350c-9c87-46aa-8159-5c0dc16fcade X-Archives-Hash: d04780b5e14193ed3a3005eed92b95fe commit: 8d4345c5107f523bdfe0caff9ae407a36712ebf9 Author: Dirkjan Ochtman gentoo org> AuthorDate: Wed Feb 17 20:43:02 2016 +0000 Commit: Dirkjan Ochtman gentoo org> CommitDate: Wed Feb 17 20:43:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8d4345c5 net-p2p/syncthing: disable tests again in 0.12.19, fix hasn't landed yet net-p2p/syncthing/syncthing-0.12.19.ebuild | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/net-p2p/syncthing/syncthing-0.12.19.ebuild b/net-p2p/syncthing/syncthing-0.12.19.ebuild index 5f22a11..f6a31e4 100644 --- a/net-p2p/syncthing/syncthing-0.12.19.ebuild +++ b/net-p2p/syncthing/syncthing-0.12.19.ebuild @@ -32,10 +32,12 @@ src_compile() { go run build.go -version "v${PV}" -no-upgrade || die "build failed" } -src_test() { - cd src/${EGO_PN} - go run build.go test || die "test failed" -} +# go test: -race is only supported on amd64 platforms +# https://github.com/syncthing/syncthing/issues/2765 +#src_test() { +# cd src/${EGO_PN} +# go run build.go test || die "test failed" +#} src_install() { cd src/${EGO_PN}