commit:     70c66c40396792a5fd723057412d6e17b11bc62a
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 30 19:29:39 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> 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
 }

Reply via email to