summaryrefslogtreecommitdiff
path: root/test/run
AgeCommit message (Expand)Author
2025-07-01Print full test name in test frameworkMaxime Coste
2025-06-26Fix flaky blame-in-diff test and "edit -fifo" in BufCloseFifoJohannes Altmanninger
2025-06-24Fix test runner for tests using assert_eqMaxime Coste
2025-06-23Use word-diff when possible when comparing json ui output in testsMaxime Coste
2024-11-11Remove noisy output from testsJohannes Altmanninger
2024-11-11Simplify ui_out argument parsingJohannes Altmanninger
2024-11-04Change ui_out -until-grep to check for equality the next argumentMaxime Coste
2024-05-12Fix another case where git tests were hangingMaxime Coste
2024-05-10Fix tests that were failing on alpineMaxime Coste
2024-02-18Remove unused -within-next ui_out switchMaxime Coste
2024-02-18Fix flaky blame-jump-message testJohannes Altmanninger
2024-02-13rc git.kak: fix blame-jump for commits with special charactersJohannes Altmanninger
2023-03-14Cleanup and speed up test runnerMaxime Coste
2021-12-14Bug: The `enabled` test checks, though they exist are never actually runSidharth Kshatriya
2021-07-20Prevent overwriting existing file in :write <explicit filename>Maxime Coste
2021-01-22Support a DEBUGGER env-var to run testsMaxime Coste
2020-06-10Drain ui-out to avoid deadlock with small pipe buffersMaxime Coste
2020-04-27Display all failing ui_out in tests instead of just the first oneMaxime Coste
2020-04-13Drop trailing EOL in test commandsMaxime Coste
2020-03-14Use %file in the test run script instead of %shMaxime Coste
2019-11-24Fix test/run ui_out diff displayMaxime Coste
2019-10-13test: Allow expect-style UI tests, testing any varJason Felice
2019-10-13test: Clear socket correctly when XDG_RUNTIME_DIR is setJason Felice
2019-06-23Fix tests with new opt-in quotingMaxime Coste
2019-03-12Refactor colorize function away from the test scriptAlex Leferry 2
2019-02-17Fix wording used in test runnerDimitri Merejkowsky
2018-07-19src: Rename `auto_complete` to `autocomplete`Frank LENORMAND
2018-07-15Change autoshowcompl to auto_complete with insert|prompt possible valuesMaxime Coste
2018-07-05test/run: Fix script post hook behaviour changeMaxime Coste
2018-06-28Fix wrong logic for moving filedescriptors leading to closed stdinMaxime Coste
2018-05-19test/run: Support a "ui-in" file containing json-rpc messagesMaxime Coste
2018-05-19test/run: Rename "display" expected ui output file as "ui-out"Maxime Coste
2018-02-27Add -lock switch to enter-user-mode commandDelapouite
2018-02-24test: fix run script after changes jump list behaviourMaxime Coste
2018-02-07test: fix run script use of non standard `\+` in sed regexMaxime Coste
2017-12-03test: fix support for '(' in initial selected textMaxime Coste
2017-06-27Do not allow repeating last insert when we are not in normal modeMaxime Coste
2017-06-15Use more correct `[ -f <file> ]` in test runnerMaxime Coste
2017-02-21Refactor test run scriptMaxime Coste
2016-12-17Fix more uses of echo in the test run scriptMaxime Coste
2016-12-17Use printf instead of echo for displaying modified linesMaxime Coste
2016-12-17Respect TMPDIR in test run scriptMaxime Coste
2016-12-16Change the test session name to avoid hitting the unix socket path length limitMaxime Coste
2016-06-20Do not preserve registers by default when exec/eval in a non draft contextMaxime Coste
2016-05-10Improve test scriptMaxime Coste
2016-05-10Improve test runscript to avoid false positives when an output is not generatedMaxime Coste
2016-05-10preserve diff leading whitespaces when displayin them in the test runnerMaxime Coste
2016-04-27Fix handling of expected to fail testsMaxime Coste
2016-04-27Fix test runner use of sed -rMaxime Coste
2016-03-17Update test run script, was not writing test name in some casesMaxime Coste