summaryrefslogtreecommitdiff
path: root/src/testdir/test_quotestar.vim
AgeCommit message (Collapse)Author
2018-04-30patch 8.0.1776: in tests, when WaitFor() fails it doesn't say whyBram Moolenaar
Problem: In tests, when WaitFor() fails it doesn't say why. Solution: Turn a few more WaitFor() into WaitForAssert().
2018-04-11patch 8.0.1697: various tests are still a bit flakyBram Moolenaar
Problem: Various tests are still a bit flaky. Solution: Increase the default wait time to five seconds.
2018-02-24patch 8.0.1536: quotestar test is flaky when using the GUIBram Moolenaar
Problem: Quotestar test is flaky when using the GUI. Solution: Add check that the star register arrived at the server. Increase timeouts.
2017-11-04patch 8.0.1260: using global variables for WaitFor()Bram Moolenaar
Problem: Using global variables for WaitFor(). Solution: Use a lambda function instead. Don't check a condition if WaitFor() already checked it.
2017-07-19patch 8.0.0737: crash when X11 selection is very bigBram Moolenaar
Problem: Crash when X11 selection is very big. Solution: Use static items instead of allocating them. Add callbacks. (Ozaki Kiichi)
2017-06-10patch 8.0.0632: the quotestar test is still a bit flakyBram Moolenaar
Problem: The quotestar test is still a bit flaky. Solution: Kill any existing server to make the retry work. Wait for the register to be filled.
2017-03-25patch 8.0.0511: message for skipping client-server tests is unclearBram Moolenaar
Problem: Menuage for skipping client-server tests is unclear. Solution: Be more specific about what's missing (Hirohito Higashi, Kazunobu Kuriyama)
2017-03-25patch 8.0.0507: client-server tests fail when $DISPLAY is not setBram Moolenaar
Problem: Client-server tests fail when $DISPLAY is not set. Solution: Check for E240 before running the test.
2017-03-21patch 8.0.0500: quotestar test is still a bit flakyBram Moolenaar
Problem: Quotestar test is still a bit flaky. Solution: Add a slower check for v:version.
2017-03-20patch 8.0.0495: quotestar test uses timer instead of timeoutBram Moolenaar
Problem: The quotestar test uses a timer instead of a timeout, thus it cannot be rerun like a flaky test. Solution: Remove the timer and add a timeout. (Kazunobu Kuriyama)
2017-03-19patch 8.0.0491: quotestar test fails when features are missingBram Moolenaar
Problem: The quotestar test fails when a required feature is missing. Solution: Prepend "Skipped" to the thrown exception.
2017-03-19patch 8.0.0489: clipboard and "* register is not testedBram Moolenaar
Problem: Clipboard and "* register is not tested. Solution: Add a test for Mac and X11. (Kazunobu Kuriyama)