Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/plasma-desktop/
Date: Sat, 13 Oct 2018 11:00:58
Message-Id: 1539428386.8d0d1c8a729a75dfc1c21006abca70adb438c9f0.asturm@gentoo
1 commit: 8d0d1c8a729a75dfc1c21006abca70adb438c9f0
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 16 09:53:53 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 10:59:46 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8d0d1c8a
7
8 kde-plasma/plasma-desktop: Re-disable broken test...
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-plasma/plasma-desktop/plasma-desktop-5.14.0.ebuild | 4 ++--
14 kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild | 4 ++--
15 kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild | 4 ++--
16 3 files changed, 6 insertions(+), 6 deletions(-)
17
18 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.14.0.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.14.0.ebuild
19 index e023c460c5..45ceab7c55 100644
20 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.14.0.ebuild
21 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.14.0.ebuild
22 @@ -141,11 +141,11 @@ src_configure() {
23 }
24
25 src_test() {
26 - # parallel tests fail, foldermodeltest hangs, bug #646890
27 + # parallel tests fail, foldermodeltest,positionertest hang, bug #646890
28 # needs D-Bus, bug #634166
29 local myctestargs=(
30 -j1
31 - -E "(foldermodeltest|test_kio_fonts)"
32 + -E "(foldermodeltest|positionertest|test_kio_fonts)"
33 )
34
35 kde5_src_test
36
37 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
38 index 040dc08c58..642b74c0cf 100644
39 --- a/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
40 +++ b/kde-plasma/plasma-desktop/plasma-desktop-5.14.49.9999.ebuild
41 @@ -141,11 +141,11 @@ src_configure() {
42 }
43
44 src_test() {
45 - # parallel tests fail, foldermodeltest hangs, bug #646890
46 + # parallel tests fail, foldermodeltest,positionertest hang, bug #646890
47 # needs D-Bus, bug #634166
48 local myctestargs=(
49 -j1
50 - -E "(foldermodeltest|test_kio_fonts)"
51 + -E "(foldermodeltest|positionertest|test_kio_fonts)"
52 )
53
54 kde5_src_test
55
56 diff --git a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
57 index 9159798943..5f872b2060 100644
58 --- a/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
59 +++ b/kde-plasma/plasma-desktop/plasma-desktop-9999.ebuild
60 @@ -141,11 +141,11 @@ src_configure() {
61 }
62
63 src_test() {
64 - # parallel tests fail, foldermodeltest hangs, bug #646890
65 + # parallel tests fail, foldermodeltest,positionertest hang, bug #646890
66 # needs D-Bus, bug #634166
67 local myctestargs=(
68 -j1
69 - -E "(foldermodeltest|test_kio_fonts)"
70 + -E "(foldermodeltest|positionertest|test_kio_fonts)"
71 )
72
73 kde5_src_test