Skip to content

Commit

Permalink
app-editors/vim: skip hanging Test_spelldump_bang test
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Nov 5, 2021
1 parent 03a8fec commit f4cb1df
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
4 changes: 3 additions & 1 deletion app-editors/vim/vim-8.2.3428-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 3 additions & 1 deletion app-editors/vim/vim-8.2.3567.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down
4 changes: 3 additions & 1 deletion app-editors/vim/vim-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit f4cb1df

Please sign in to comment.