mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.1.1508: sound keeps failing on Travis
Problem: Sound keeps failing on Travis. Solution: Throw a skipped exception in the test.
This commit is contained in:
@@ -27,7 +27,9 @@ func Test_play_silent()
|
|||||||
|
|
||||||
" play without callback
|
" play without callback
|
||||||
let id1 = sound_playfile(fname)
|
let id1 = sound_playfile(fname)
|
||||||
call assert_true(id1 > 0)
|
if id1 == 0
|
||||||
|
throw 'Skipped: playing a sound is not working'
|
||||||
|
endif
|
||||||
|
|
||||||
" play until the end
|
" play until the end
|
||||||
let id2 = sound_playfile(fname, 'PlayCallback')
|
let id2 = sound_playfile(fname, 'PlayCallback')
|
||||||
|
@@ -777,6 +777,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 */
|
||||||
|
/**/
|
||||||
|
1508,
|
||||||
/**/
|
/**/
|
||||||
1507,
|
1507,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user