Patch 8.1.1508
Problem: Sound keeps failing on Travis.
Solution: Throw a skipped exception in the test.
Files: src/testdir/test_sound.vim
*** ../vim-8.1.1507/src/testdir/test_sound.vim 2019-06-09 13:42:36.428522167
+0200
--- src/testdir/test_sound.vim 2019-06-09 15:33:44.523672793 +0200
***************
*** 27,33 ****
" play without callback
let id1 = sound_playfile(fname)
! call assert_true(id1 > 0)
" play until the end
let id2 = sound_playfile(fname, 'PlayCallback')
--- 27,35 ----
" play without callback
let id1 = sound_playfile(fname)
! if id1 == 0
! throw 'Skipped: playing a sound is not working'
! endif
" play until the end
let id2 = sound_playfile(fname, 'PlayCallback')
*** ../vim-8.1.1507/src/version.c 2019-06-09 15:21:24.159886643 +0200
--- src/version.c 2019-06-09 15:34:33.455426325 +0200
***************
*** 779,780 ****
--- 779,782 ----
{ /* Add new patch number below this line */
+ /**/
+ 1508,
/**/
--
In a world without fences, who needs Gates and Windows?
/// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/vim_dev/201906091335.x59DZuvO004854%40masaka.moolenaar.net.
For more options, visit https://groups.google.com/d/optout.