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 F2742138206 for ; Sat, 30 Apr 2016 19:29:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 66C7F21C011; Sat, 30 Apr 2016 19:29:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1615F21C011 for ; Sat, 30 Apr 2016 19:29:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 26265340D54 for ; Sat, 30 Apr 2016 19:29:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E9237B for ; Sat, 30 Apr 2016 19:29:46 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1462044579.70c66c40396792a5fd723057412d6e17b11bc62a.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Wx/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-perl/Wx/Wx-0.992.800.ebuild X-VCS-Directories: dev-perl/Wx/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: 70c66c40396792a5fd723057412d6e17b11bc62a X-VCS-Branch: master Date: Sat, 30 Apr 2016 19:29:46 +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: ffa7108d-5328-4230-a8cd-97572c9bc041 X-Archives-Hash: 85e326852a81c5431344b028c8726845 commit: 70c66c40396792a5fd723057412d6e17b11bc62a Author: Andreas K. Hüttel gentoo org> AuthorDate: Sat Apr 30 19:29:39 2016 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Sat Apr 30 19:29:39 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70c66c40 dev-perl/Wx: Disable one misbehaving test Package-Manager: portage-2.2.28 dev-perl/Wx/Wx-0.992.800.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-perl/Wx/Wx-0.992.800.ebuild b/dev-perl/Wx/Wx-0.992.800.ebuild index 99b7666..9fadda9 100644 --- a/dev-perl/Wx/Wx-0.992.800.ebuild +++ b/dev-perl/Wx/Wx-0.992.800.ebuild @@ -39,6 +39,9 @@ src_prepare() { } src_test() { - perl_rm_files t/12_pod.t + # the webview/t/03_threads.t test tends to hang or crash in weird + # ways depending on local configuration. eg, backtraces involving + # all of webkit-gtk, kpartsplugin and kdelibs... + perl_rm_files t/12_pod.t ext/webview/t/03_threads.t virtx perl-module_src_test }