Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vim/
Date: Fri, 05 Nov 2021 04:13:44
Message-Id: 1636085579.f4cb1df706076a43e9063bb75874126e1f04f8ac.sam@gentoo
1 commit: f4cb1df706076a43e9063bb75874126e1f04f8ac
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Nov 5 04:12:59 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Nov 5 04:12:59 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4cb1df7
7
8 app-editors/vim: skip hanging Test_spelldump_bang test
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 app-editors/vim/vim-8.2.3428-r1.ebuild | 4 +++-
13 app-editors/vim/vim-8.2.3567.ebuild | 4 +++-
14 app-editors/vim/vim-9999.ebuild | 4 +++-
15 3 files changed, 9 insertions(+), 3 deletions(-)
16
17 diff --git a/app-editors/vim/vim-8.2.3428-r1.ebuild b/app-editors/vim/vim-8.2.3428-r1.ebuild
18 index c792713ca09..a47ad4b51b2 100644
19 --- a/app-editors/vim/vim-8.2.3428-r1.ebuild
20 +++ b/app-editors/vim/vim-8.2.3428-r1.ebuild
21 @@ -282,7 +282,9 @@ src_test() {
22 # Looks in wrong location? (bug #742710)
23 # - Test_job_tty_in_out
24 # Fragile and depends on TERM(?)
25 - export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\)'
26 + # - Test_spelldump_bang
27 + # Hangs.
28 + export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\)'
29
30 emake -j1 -C src/testdir nongui
31 }
32
33 diff --git a/app-editors/vim/vim-8.2.3567.ebuild b/app-editors/vim/vim-8.2.3567.ebuild
34 index e95a8438fc8..bdfd543c08a 100644
35 --- a/app-editors/vim/vim-8.2.3567.ebuild
36 +++ b/app-editors/vim/vim-8.2.3567.ebuild
37 @@ -284,7 +284,9 @@ src_test() {
38 # Looks in wrong location? (bug #742710)
39 # - Test_job_tty_in_out
40 # Fragile and depends on TERM(?)
41 - export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\)'
42 + # - Test_spelldump_bang
43 + # Hangs.
44 + export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\)'
45
46 emake -j1 -C src/testdir nongui
47 }
48
49 diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild
50 index e95a8438fc8..bdfd543c08a 100644
51 --- a/app-editors/vim/vim-9999.ebuild
52 +++ b/app-editors/vim/vim-9999.ebuild
53 @@ -284,7 +284,9 @@ src_test() {
54 # Looks in wrong location? (bug #742710)
55 # - Test_job_tty_in_out
56 # Fragile and depends on TERM(?)
57 - export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\)'
58 + # - Test_spelldump_bang
59 + # Hangs.
60 + export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\)'
61
62 emake -j1 -C src/testdir nongui
63 }