On Mi, 03 Aug 2016, Christian Brabandt wrote:

> On Mi, 03 Aug 2016, Christian Brabandt wrote:
> > On Mi, 03 Aug 2016, Bram Moolenaar wrote:
> > > Christian Brabandt wrote:
> > > > Am 2016-08-02 23:05, schrieb Bram Moolenaar:
> > > > > Patch 7.4.2149
> > > > > Problem:    If a test leaves a window open a following test may fail.
> > > > > Solution:   Always close extra windows after running a test.
> > > > > Files:      src/testdir/runtest.vim, src/testdir/test_popup.vim
> > > > 
> > > > I think, this patch broke the appveyor build:
> > > > https://ci.appveyor.com/project/chrisbra/vim/build/1670/job/l38go72qo1ucc694#L2247
> > > 
> > > Why would it break only there?  The tests pass for me.
> > 
> > I don't know. But if you go on history, you can see, that the failure 
> > started exactly with this patch (also happened at the win32-installer 
> > builds). 
> > 
> > I pushed the rebuild commit button, perhaps, that was just a temporary 
> > flaw?
> 
> Something is seriously broken. On windows, I can reproduce the problem.
> When the command :lhelpgrep quickfix has been executed and the location 
> list has been opened, w:quickfix_title is still ':lexpr ""'
> 
> 
> I'll try to debug this later.

I think, it is opening the locationlist of the wrong window.
However, I don't understand, why it only happens on Windows.

This patch fixes it for me:
diff -r ecc1173685b0 src/testdir/test_quickfix.vim
--- a/src/testdir/test_quickfix.vim     Tue Aug 02 23:15:07 2016 +0200
+++ b/src/testdir/test_quickfix.vim     Wed Aug 03 17:00:17 2016 +0200
@@ -407,6 +407,7 @@

 function Test_helpgrep()
   call s:test_xhelpgrep('c')
+  helpclose
   call s:test_xhelpgrep('l')
 endfunc



Best,
Christian
-- 

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Raspunde prin e-mail lui