diff options
author | Sam James <sam@gentoo.org> | 2021-11-05 04:12:59 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-11-05 04:12:59 +0000 |
commit | f4cb1df706076a43e9063bb75874126e1f04f8ac (patch) | |
tree | 31962f68a4b590c2b09bdb088ac9adaf3057db7f /app-editors/vim | |
parent | media-libs/openexr: bump to 3.1.3 (diff) | |
download | gentoo-f4cb1df706076a43e9063bb75874126e1f04f8ac.tar.gz gentoo-f4cb1df706076a43e9063bb75874126e1f04f8ac.tar.bz2 gentoo-f4cb1df706076a43e9063bb75874126e1f04f8ac.zip |
app-editors/vim: skip hanging Test_spelldump_bang test
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/vim')
-rw-r--r-- | app-editors/vim/vim-8.2.3428-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim/vim-8.2.3567.ebuild | 4 | ||||
-rw-r--r-- | app-editors/vim/vim-9999.ebuild | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/app-editors/vim/vim-8.2.3428-r1.ebuild b/app-editors/vim/vim-8.2.3428-r1.ebuild index c792713ca092..a47ad4b51b28 100644 --- a/app-editors/vim/vim-8.2.3428-r1.ebuild +++ b/app-editors/vim/vim-8.2.3428-r1.ebuild @@ -282,7 +282,9 @@ src_test() { # Looks in wrong location? (bug #742710) # - Test_job_tty_in_out # Fragile and depends on TERM(?) - export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\)' + # - Test_spelldump_bang + # Hangs. + export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\)' emake -j1 -C src/testdir nongui } diff --git a/app-editors/vim/vim-8.2.3567.ebuild b/app-editors/vim/vim-8.2.3567.ebuild index e95a8438fc8b..bdfd543c08a4 100644 --- a/app-editors/vim/vim-8.2.3567.ebuild +++ b/app-editors/vim/vim-8.2.3567.ebuild @@ -284,7 +284,9 @@ src_test() { # Looks in wrong location? (bug #742710) # - Test_job_tty_in_out # Fragile and depends on TERM(?) - export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\)' + # - Test_spelldump_bang + # Hangs. + export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\)' emake -j1 -C src/testdir nongui } diff --git a/app-editors/vim/vim-9999.ebuild b/app-editors/vim/vim-9999.ebuild index e95a8438fc8b..bdfd543c08a4 100644 --- a/app-editors/vim/vim-9999.ebuild +++ b/app-editors/vim/vim-9999.ebuild @@ -284,7 +284,9 @@ src_test() { # Looks in wrong location? (bug #742710) # - Test_job_tty_in_out # Fragile and depends on TERM(?) - export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\)' + # - Test_spelldump_bang + # Hangs. + export TEST_SKIP_PAT='\(Test_expand_star_star\|Test_exrc\|Test_job_tty_in_out\|Test_spelldump_bang\)' emake -j1 -C src/testdir nongui } |