On Mi, 24 Jul 2019, Christian Brabandt wrote:
> Bram, > when running the testsuite, I see the following error for > test_popupwin.vim: > > > Screenshot: https://i.imgur.com/1OEnpP5.png > > 1 FAILED: > Found errors in Test_popup_select(): > Run 1: > function RunTheTest[40]..Test_popup_select[26]..VerifyScreenDump line 55: See > dump file difference: call > term_dumpdiff("testdir/failed/Test_popupwin_select_01.dump", > "testdir/dumps/Test_popupwin_select_01.dump"); difference in line 4: "|4| > @7|║+0#0000001#ffd7ff255|t|h|e| > ─|w|o|r|d| @9|║| +0#0000000#ffffff0@45"; difference in line 5: "|5| > @7|║+0#0000001#ffd7ff255|s|o|m|e| |m|o|r|e| @8|║| +0#0000000#ffffff0@45"; > difference in line 6: "|6| @7|║+0#0000001#ffd7ff255|s|e|v|e|r|a|l| > |w|o|r|d|s| |h|e|r|e|║| +0#0000000#ffffff0@45" > function RunTheTest[40]..Test_popup_select[33]..VerifyScreenDump line 55: See > dump file difference: call > term_dumpdiff("testdir/failed/Test_popupwin_select_02.dump", > "testdir/dumps/Test_popupwin_select_02.dump"); difference in line 1: > ">1+0&#ffffff0| @73"; difference in l > ─ine 2: "|2| @73"; difference in line 3: "|3| @73"; difference in line 4: > "|4| @73"; difference in line 5: "|5| @73"; difference in line 6: "|6| @73"; > difference in line 7: "|7| @73"; difference in line 8: "|8| @73"; difference > in line 9: "|9| @73"; difference in line 10: > ─ "@57|1|,|1| @10|T|o|p| " > Run 2: > function RunTheTest[40]..Test_popup_select[26]..VerifyScreenDump line 55: See > dump file difference: call > term_dumpdiff("testdir/failed/Test_popupwin_select_01.dump", > "testdir/dumps/Test_popupwin_select_01.dump"); difference in line 4: "|4| > @7|║+0#0000001#ffd7ff255|t|h|e| > ─|w|o|r|d| @9|║| +0#0000000#ffffff0@45"; difference in line 5: "|5| > @7|║+0#0000001#ffd7ff255|s|o|m|e| |m|o|r|e| @8|║| +0#0000000#ffffff0@45"; > difference in line 6: "|6| @7|║+0#0000001#ffd7ff255|s|e|v|e|r|a|l| > |w|o|r|d|s| |h|e|r|e|║| +0#0000000#ffffff0@45" > function RunTheTest[40]..Test_popup_select[33]..VerifyScreenDump line 55: See > dump file difference: call > term_dumpdiff("testdir/failed/Test_popupwin_select_02.dump", > "testdir/dumps/Test_popupwin_select_02.dump"); difference in line 1: > ">1+0&#ffffff0| @73"; difference in l > ─ine 2: "|2| @73"; difference in line 3: "|3| @73"; difference in line 4: > "|4| @73"; difference in line 5: "|5| @73"; difference in line 6: "|6| @73"; > difference in line 7: "|7| @73"; difference in line 8: "|8| @73"; difference > in line 9: "|9| @73"; difference in line 10: > ─ "@57|1|,|1| @10|T|o|p| " > Flaky test failed too often, giving up > > It looks like the (visual) highlighting wasn't removed. Anything that could > cause this? Ah, the highlighting should be there, while it isn't. I wonder if this could happen because this is run in a putty environment, where the mouse does not actually work. However, it looks like this is the only test failure, although there are other tests which use test_setmouse. Best, Christian -- Stürmt und schneit's Silvester nicht, ist das Neujahr auch in Sicht. -- -- 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/20190724213810.GB9441%40256bit.org.
