summaryrefslogtreecommitdiffstats
path: root/src/testdir/test_startup.vim
AgeCommit message (Collapse)Author
2024-01-29patch 9.1.0064: No Wayland supportv9.1.0064lilydjwg
Problem: No Wayland support Solution: Add Wayland UI support (lilydjwg) closes: #9639 Signed-off-by: lilydjwg <lilydjwg@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2024-01-29patch 9.1.0063: GTK code can be improvedv9.1.0063lilydjwg
Problem: GTK code can be improved Solution: Improve GTK code for initial Wayland support (lilydjwg) related: #9639 Signed-off-by: lilydjwg <lilydjwg@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-17patch 9.0.2042: Test_cq_zero_exmode fails without channel featurev9.0.2042Christian Brabandt
Problem: Test_cq_zero_exmode fails without channel feature Solution: Make the test check the channel feature closes: #13365 Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-10-14patch 9.0.2023: need more tests for :cqv9.0.2023Christian Brabandt
Problem: need more tests for :cq Solution: Add more tests, including wraparound on linux Signed-off-by: Christian Brabandt <cb@256bit.org>
2023-02-28patch 9.0.1365: dead test codev9.0.1365zeertzjq
Problem: Dead test code. Solution: Remove code that depends on Farsi, which has been removed. (closes #12084)
2022-10-12patch 9.0.0730: startup test fails with right-left featurev9.0.0730Bram Moolenaar
Problem: Startup test fails with right-left feature. Solution: Do not delete test file too early.
2022-10-10patch 9.0.0719: too many delete() calls in testsv9.0.0719Bram Moolenaar
Problem: Too many delete() calls in tests. Solution: Use deferred delete where possible.
2022-09-24patch 9.0.0569: cannot easily get out when using "vim file | grep word"v9.0.0569Bram Moolenaar
Problem: Cannot easily get out when using "vim file | grep word". Solution: Without changes let CTRL-C exit Vim. Otherwise give a message on stderr. (closes #11209)
2022-09-09patch 9.0.0428: autocmd test uses common file namev9.0.0428Bram Moolenaar
Problem: Autocmd test uses common file name. Solution: Use unique name to reduce flakiness.
2022-08-29patch 9.0.0323: using common name in tests leads to flaky testsv9.0.0323Bram Moolenaar
Problem: Using common name in tests leads to flaky tests. Solution: Rename files and directories to be more specific.
2022-06-21patch 8.2.5142: startup test fails if there is a status barv8.2.5142Bram Moolenaar
Problem: Startup test fails if there is a status bar at the top of the screen. (Ernie Rael) Solution: Use a larger vertical offset in the test.
2022-04-12patch 8.2.4742: there is no way to start logging very early in startupv8.2.4742Bram Moolenaar
Problem: There is no way to start logging very early in startup. Solution: Add the --log argument. Include the date in the start message in the log file. Avoid a duplicate message when forking. Log an executed shell command.
2022-04-03patch 8.2.4677: the Athena GUI support is outdatedv8.2.4677Bram Moolenaar
Problem: The Athena GUI support is outdated. Solution: Remove the Athena GUI code.
2022-01-07patch 8.2.4031: crash in xterm with only two linesv8.2.4031Bram Moolenaar
Problem: Crash in xterm with only two lines. (Dominique Pellé) Solution: Only perform xterm compatibility test if possible. (closes #9488)
2021-10-11patch 8.2.3499: GUI geometry startup test failsv8.2.3499Bram Moolenaar
Problem: GUI geometry startup test fails. Solution: Check string values instead of numbers
2021-10-11patch 8.2.3495: GUI geometry startup test fails on some systemsv8.2.3495Bram Moolenaar
Problem: GUI geometry startup test fails on some systems. (Drew Vogel) Solution: Add tolerance to the size check. (closes #8815)
2021-10-05patch 8.2.3477: startup test fails on MS-Windowsv8.2.3477Bram Moolenaar
Problem: Startup test fails on MS-Windows. Solution: Skip the test if not on Unix.
2021-10-04patch 8.2.3476: renaming a buffer on startup may cause using freed memoryv8.2.3476Bram Moolenaar
Problem: Renaming a buffer on startup may cause using freed memory. Solution: Check if the buffer is used in a window. (closes #8955)
2021-09-09patch 8.2.3421: a bit of code is not covered by testsv8.2.3421Dominique Pelle
Problem: A bit of code is not covered by tests. Solution: Add a few more test cases. (Dominique Pellé, closes #8857)
2021-06-27patch 8.2.3070: not enough testing for shell usev8.2.3070Yegappan Lakshmanan
Problem: Not enough testing for shell use. Solution: Add a bit more testing. (Yegappan Lakshmanan, closes #8469)
2021-06-16patch 8.2.3009: startup test may hangv8.2.3009Bram Moolenaar
Problem: Startup test may hang. Solution: Do not run the test in the GUI.
2021-06-15patch 8.2.3008: startup test may hangv8.2.3008Bram Moolenaar
Problem: Startup test may hang. Solution: Add quit command in the script.
2021-06-15patch 8.2.3006: crash when echoing a value very earlyv8.2.3006Bram Moolenaar
Problem: Crash when echoing a value very early. (Naruhiko Nishino) Solution: Do not use a NUL to truncate the message, make a copy. (closes #8388)
2021-06-02patch 8.2.2927: test commented out because it fails with ASANv8.2.2927Bram Moolenaar
Problem: Test commented out because it fails with ASAN. Solution: Only skip the test when running with ASAN.
2021-05-29patch 8.2.2906: ASAN reports errors for test_startupv8.2.2906Bram Moolenaar
Problem: ASAN reports errors for test_startup for unknown reasons. Solution: Temporarily disable the new test.
2021-05-29patch 8.2.2905: no error when defaults.vim cannot be loadedv8.2.2905Christian Brabandt
Problem: No error when defaults.vim cannot be loaded. Solution: Add an error message. (Christian Brabandt, closes #8248)
2021-05-13patch 8.2.2849: bufwrite not sufficiently testedv8.2.2849Yegappan Lakshmanan
Problem: Bufwrite not sufficiently tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #8192)
2021-05-06patch 8.2.2837: various code lines not covered by testsv8.2.2837Dominique Pelle
Problem: Various code lines not covered by tests. Solution: Add test cases. (Dominique Pellé, closes #8178)
2021-03-27patch 8.2.2662: there is no way to avoid some escape sequencesv8.2.2662Bram Moolenaar
Problem: There is no way to avoid some escape sequences. Solution: Suppress escape sequences when the --not-a-term argument is used. (Gary Johnson)
2021-03-26patch 8.2.2656: some command line arguments and regexp errors not testedv8.2.2656Bram Moolenaar
Problem: Some command line arguments and regexp errors not tested. Solution: Add a few test cases. (Dominique Pellé, closes #8013)
2021-03-26patch 8.2.2655: The -w command line argument doesn't workv8.2.2655Bram Moolenaar
Problem: The -w command line argument doesn't work. Solution: Don't set 'window' when set with the -w argument. (closes #8011)
2021-03-20patch 8.2.2632: not all command line arguments are testedv8.2.2632Bram Moolenaar
Problem: Not all command line arguments are tested. Solution: Add tests for -D and -serverlist. (Dominique Pellé, closes #7992)
2021-03-17patch 8.2.2611: conditions for startup tests are not exactly rightv8.2.2611Bram Moolenaar
Problem: Conditions for startup tests are not exactly right. Solution: Check for type of GUI instead of MS-Windows. (Ozaki Kiichi, closes #7976)
2021-03-16patch 8.2.2609: test disabled on MS-Windows even though it should workv8.2.2609Bram Moolenaar
Problem: Test disabled on MS-Windows even though it should work. Solution: Restore the condition for skipping the test. (Ken Takata, closes #7970)
2021-03-14patch 8.2.2604: GUI-specific command line arguments not testedv8.2.2604Bram Moolenaar
Problem: GUI-specific command line arguments not tested. Solution: Add tests for several arguments. (Dominique Pellé, closes #7962)
2021-01-11patch 8.2.2329: not all ways Vim can be started are testedv8.2.2329Bram Moolenaar
Problem: Not all ways Vim can be started are tested. Solution: Add a test for different program names. (Dominique Pellé, closes #7651)
2020-12-19patch 8.2.2161: arguments -T and -x not tested yetv8.2.2161Bram Moolenaar
Problem: Arguments -T and -x not tested yet. Solution: Add a test. (Dominique Pellé, closes #7490
2020-10-04patch 8.2.1799: some Normal mode commands not fully testedv8.2.1799Bram Moolenaar
Problem: Some Normal mode commands not fully tested. Solution: Add a few more tests. (Yegappan Lakshmanan, closes #7073)
2020-08-12patch 8.2.1432: various inconsistencies in test filesv8.2.1432Bram Moolenaar
Problem: Various inconsistencies in test files. Solution: Add modelines where they were missing. Use Check commands instead of silently skipping over tests. Adjust indents and comments. (Ken Takata, closes #6695)
2020-07-15patch 8.2.1217: startup test depends on random source filev8.2.1217Bram Moolenaar
Problem: Startup test depends on random source file. Solution: Write a test file to find quickfix errors in.
2020-07-15patch 8.2.1216: startup test failsv8.2.1216Bram Moolenaar
Problem: Startup test fails. Solution: Adjust expected values for deleted lines.
2020-05-31patch 8.2.0866: not enough tests for buffer writingv8.2.0866Bram Moolenaar
Problem: Not enough tests for buffer writing. Solution: Add more tests. Use CheckRunVimInTerminal in more places. (Yegappan Lakshmanan, closes #6167)
2020-05-03patch 8.2.0692: startup test fails on MS-Windowsv8.2.0692Bram Moolenaar
Problem: Startup test fails on MS-Windows. Solution: Allow for any path.
2020-05-03patch 8.2.0691: startup test failsv8.2.0691Bram Moolenaar
Problem: Startup test fails. Solution: Adjust expected output from -V2 argument.
2020-04-08patch 8.2.0533: tests using term_wait() can still be flakyv8.2.0533Bram Moolenaar
Problem: Tests using term_wait() can still be flaky. Solution: Increase the wait time when rerunning a test. (James McCoy, closes #5899) Halve the initial times to make tests run faster when there is no rerun.
2020-04-04patch 8.2.0509: various code is not properly tested.v8.2.0509Bram Moolenaar
Problem: various code is not properly tested. Solution: Add more tests. (Yegappan Lakshmanan, closes #5871)
2019-12-01patch 8.1.2373: cannot build with +popupwin but without +quickfixv8.1.2373Bram Moolenaar
Problem: Cannot build with +popupwin but without +quickfix. (John Marriott) Solution: Adjust #ifdefs.
2019-10-29patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar
Problem: Cannot get the Vim command line arguments. Solution: Add v:argv. (Dmitri Vereshchagin, closes #1322)
2019-10-05patch 8.1.2115: MS-Windows: shell commands fail if &shell contains a spacev8.1.2115Bram Moolenaar
Problem: MS-Windows: shell commands fail if &shell contains a space. Solution: Use quotes instead of escaping. (closes #4920)
2019-08-07patch 8.1.1826: tests use hand coded feature and option checksv8.1.1826Bram Moolenaar
Problem: Tests use hand coded feature and option checks. Solution: Use the commands from check.vim in more tests.