commit:     94e5a7d7a0c03c18616374816f264cc7b0def514
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 11 18:24:39 2018 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Oct 13 10:59:46 2018 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=94e5a7d7

kde-frameworks/kpeople: Disable broken persondatatest

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 kde-frameworks/kpeople/kpeople-5.51.0.ebuild | 7 +++++--
 kde-frameworks/kpeople/kpeople-9999.ebuild   | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/kde-frameworks/kpeople/kpeople-5.51.0.ebuild 
b/kde-frameworks/kpeople/kpeople-5.51.0.ebuild
index 15f9745acd..a25b7fe58e 100644
--- a/kde-frameworks/kpeople/kpeople-5.51.0.ebuild
+++ b/kde-frameworks/kpeople/kpeople-5.51.0.ebuild
@@ -31,8 +31,11 @@ RDEPEND="${DEPEND}
 "
 
 src_test() {
-       # bug: 612504
-       local myctestargs=( -j1 )
+       # personsmodeltest segfaults, bug 668192
+       local myctestargs=(
+               -j1
+               -E "(persondatatest)"
+       )
 
        kde5_src_test
 }

diff --git a/kde-frameworks/kpeople/kpeople-9999.ebuild 
b/kde-frameworks/kpeople/kpeople-9999.ebuild
index 8fa7f51936..7a52f257da 100644
--- a/kde-frameworks/kpeople/kpeople-9999.ebuild
+++ b/kde-frameworks/kpeople/kpeople-9999.ebuild
@@ -31,8 +31,11 @@ RDEPEND="${DEPEND}
 "
 
 src_test() {
-       # bug: 612504
-       local myctestargs=( -j1 )
+       # personsmodeltest segfaults, bug 668192
+       local myctestargs=(
+               -j1
+               -E "(persondatatest)"
+       )
 
        kde5_src_test
 }

Reply via email to