| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Problem: Typos and other small problems.
Solution: Fix the typos. Add missing files to the distribution.
|
|
|
|
|
| |
Problem: Typos and other small problems.
Solution: Fix the typos. Add missing file to distribution.
|
|
|
|
|
| |
Problem: Previewwindow test fails on some systems. (James McCoy)
Solution: Wait a bit after sending the "o". (closes #5849)
|
|
|
|
|
| |
Problem: Confirm test fails on amd64 system. (Alimar Riesebieter)
Solution: Add an extra WaitForAssert(). (Dominique Pelle)
|
|
|
|
|
| |
Problem: Build failure because of wrong feature name.
Solution: Correct feature name.
|
|
|
|
|
| |
Problem: Cannot check if a function name is correct.
Solution: Add "?funcname" to exists().
|
|
|
|
|
| |
Problem: Missing feature check in test function.
Solution: Add check commands.
|
|
|
|
|
| |
Problem: Test_quotestar() often fails when run under valgrind.
Solution: Wait longer for the GUI to start.
|
|
|
|
|
| |
Problem: Test_confirm_cmd is flaky.
Solution: Add a term_wait() call. (closes #5854)
|
|
|
|
|
| |
Problem: Cannot set the highlight group for a specific terminal.
Solution: Add the "highlight" option to term_start(). (closes #5818)
|
|
|
|
|
|
| |
Problem: Some tests fail when the system is slow.
Solution: Make the run number global, use in the test to increase the
waiting time. (closes #5841)
|
|
|
|
|
| |
Problem: Trailing space in job_start() command causes empty argument.
Solution: Ignore trailing space. (closes #5851)
|
|
|
|
|
| |
Problem: channel_parse_messages() fails when called recursively.
Solution: Return for a recursive call. (closes #5835)
|
|
|
|
|
|
| |
Problem: Win32: double-width character displayed incorrectly.
Solution: First move the cursor to the first column. (Nobuhiro Takasaki,
closes #5848)
|
|
|
|
|
| |
Problem: Not enough testing for restricted mode and function calls.
Solution: Add more tests. (Yegappan Lakshmanan, closes #5847)
|
|
|
|
|
| |
Problem: Vim9: crash if return type is invalid. (Yegappan Lakshmanan)
Solution: Always return some type, not NULL.
|
|
|
|
|
|
| |
Problem: Various functions not properly tested.
Solution: Add more tests, especially for failures. (Yegappan Lakshmanan,
closes #5843)
|
|
|
|
|
|
| |
Problem: Terminal scroll tests fails on some systems.
Solution: Remove the fixed 100msec wait for Win32. Add a loop to wait until
scrolling has finished. (James McCoy, closes #5842)
|
|
|
|
|
| |
Problem: Listener with undo of deleting all lines not tested.
Solution: Add a test.
|
|
|
|
|
| |
Problem: Png and xpm files not in MS-Windows zip file.
Solution: Move files to shared between Unix and Windows target.
|
|
|
|
|
| |
Problem: Swap file test fails on some systems.
Solution: Preserve the swap file. Send NL terminated keys.
|
|
|
|
|
|
| |
Problem: Clipboard code is spread out.
Solution: Move clipboard code to its own file. (Yegappan Lakshmanan,
closes #5827)
|
|
|
|
|
| |
Problem: Channel contents might be used after being freed.
Solution: Reset the job channel before freeing the channel.
|
|
|
|
|
| |
Problem: Terminal noblock test is still failing on BSD.
Solution: Reduce the amount of text.
|
|
|
|
|
| |
Problem: Terminal noblock test is still very flaky on BSD.
Solution: Increase the waiting time.
|
|
|
|
|
|
| |
Problem: :disassemble has minor flaws.
Solution: Format the code. Use (int) instead of (char) for %c.
(also by James McCoy, closes #5831)
|
|
|
|
|
|
| |
Problem: Terminal noblock test is very flaky on BSD.
Solution: Change WaitFor() to WaitForAssert() to be able to see why it
failed. Add a short wait in between sending keys.
|
|
|
|
|
| |
Problem: MS-Windows installer contains old stuff.
Solution: Rely on Windows NT. (Ken Takata, closes #5832)
|
|
|
|
|
|
| |
Problem: No warnings for incorrect printf arguments.
Solution: Fix attribute in declaration. Fix uncovered mistakes. (Dominique
Pelle, closes #5834)
|
|
|
|
|
|
| |
Problem: Channel contents might be freed twice.
Solution: Call either channel_free_channel() or channel_free(), not both.
(Nobuhiro Takasaki, closes #5835)
|
|
|
|
|
|
| |
Problem: MS-Windows with VTP: Normal color not working.
Solution: After changing the Normal color update the VTP console color.
(Nobuhiro Takasaki, closes #5836)
|
|
|
|
|
|
| |
Problem: INT signal not properly tested.
Solution: Add a test. Also clean up some unnecessary lines. (Dominique
Pelle, closes #5828)
|
|
|
|
|
| |
Problem: A few tests fail in a huge terminal.
Solution: Make the tests pass. (Dominique Pelle, closes #5829)
|
|
|
|
|
|
| |
Problem: Some compilers don't support using \e for Esc. (Yegappan
Lakshmanan)
Solution: use \033 instead.
|
|
|
|
|
| |
Problem: Window creation failure not properly tested.
Solution: Improve the test. (Yegappan Lakshmanan, closes #5826)
|
|
|
|
|
| |
Problem: No warning when test checks for option that never exists.
Solution: In tests check that the option can exist.
|
|
|
|
|
| |
Problem: Buffer name may leak.
Solution: Free the buffer name before overwriting it.
|
|
|
|
|
| |
Problem: It is not possible to check for a typo in a feature name.
Solution: Add an extra argument to has().
|
|
|
|
|
| |
Problem: Some errors were not tested for.
Solution: Add tests. (Dominique Pelle, closes #5824)
|
|
|
|
|
|
| |
Problem: Code for modeless selection not sufficiently tested.
Solution: Add tests. Move mouse code functionality to a common script file.
(Yegappan Lakshmanan, closes #5821)
|
|
|
|
|
| |
Problem: Checking for wrong return value. (Tom)
Solution: Invert the check and fix the test.
|
|
|
|
|
|
| |
Problem: In some environments a few tests are expected to fail.
Solution: Add $TEST_MAY_FAIL to list tests that should not cause make to
fail.
|
|
|
|
|
| |
Problem: Crash when passing popup window to win_splitmove(). (john Devin)
Solution: Disallow moving a popup window. (closes #5816)
|
|
|
|
|
| |
Problem: Interrupting with CTRL-C does not always work.
Solution: Recognize CTRL-C while modifyOtherKeys is set.
|
|
|
|
|
| |
Problem: Vim9: cannot interrupt a loop with CTRL-C.
Solution: Check for CTRL-C once in a while. Doesn't fully work yet.
|
|
|
|
|
| |
Problem: Various memory leaks in Vim9 script code.
Solution: Fix the leaks. (Ozaki Kiichi, closes #5814)
|
|
|
|
|
| |
Problem: Code in eval.c not sufficiently covered by tests.
Solution: Add more tests. (Yegappan Lakshmanan, closes #5815)
|
|
|
|
|
|
| |
Problem: Travis CI config can be improved.
Solution: Remove COVERAGE variable. Add load-snd-dummy script. add "-i NONE"
to avoid messages about viminfo. (Ozaki Kiichi, closes #5813)
|
|
|
|
|
| |
Problem: Test leaves file behind.
Solution: Delete the file.
|
|
|
|
|
| |
Problem: Bsdl filetype is not detected.
Solution: Add an entry in the filetype list. (Daniel Kho, closes #5810)
|