mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
patch 9.0.1881: Test_crash fails on Mac
Problem: Test_crash fails on Mac Solution: Skip test on Mac Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@@ -7,6 +7,8 @@ CheckScreendump
|
|||||||
func Test_crash1()
|
func Test_crash1()
|
||||||
CheckNotBSD
|
CheckNotBSD
|
||||||
CheckExecutable dash
|
CheckExecutable dash
|
||||||
|
" Test 7 fails on Mac ...
|
||||||
|
CheckNotMac
|
||||||
|
|
||||||
" The following used to crash Vim
|
" The following used to crash Vim
|
||||||
let opts = #{cmd: 'sh'}
|
let opts = #{cmd: 'sh'}
|
||||||
|
@@ -699,6 +699,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1881,
|
||||||
/**/
|
/**/
|
||||||
1880,
|
1880,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user