| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-05-13 | test/core: remove unused variable | Marc André Tanner | 1 | -1/+0 | |
| 2020-05-13 | test/core: instruct memory sanitizer to track memory origin | Marc André Tanner | 1 | -1/+1 | |
| 2020-05-13 | test/core: fix memory leak in array test | Marc André Tanner | 1 | -0/+1 | |
| 2020-05-13 | test/core: update ccan tap module | Marc André Tanner | 1 | -2/+2 | |
| Syncs to last upstream change d1a951b82386391b82e48b32403891f85e253565 of the tap module. | |||||
| 2020-05-11 | test/core: fix compilation with gcc 10 | Marc André Tanner | 2 | -1/+3 | |
| Newer gcc rejects multiple definitions of global variables. Fix #21 | |||||
| 2020-02-25 | Revert "test/vis: use C.UTF-8 locale" | Marc André Tanner | 1 | -1/+1 | |
| Apparently the C.UTF-8 locale is not yet supported by upstrem glibc. As a result this breaks the tests on distributions such as Arch Linux which use unmodified glibc. This reverts commit 92ee4fc43fd750246bbc1529082c0c0c8d9f233e. Fix #20 | |||||
| 2020-02-22 | test/vim: add info about skipped tests | Marc André Tanner | 1 | -0/+1 | |
| 2020-02-22 | test/util: fix compilation with old libtermkey versions | Marc André Tanner | 1 | -2/+1 | |
| 2020-02-22 | Merge branch 'vis-interop-tests' of https://github.com/x1ddos/vis-test | Marc André Tanner | 8 | -0/+20 | |
| 2020-02-21 | test/vis: add a couple lua-vis interop tests | alex | 8 | -0/+20 | |
| The tests assert that the entire file text is written to disk even if mutated in a vis.events.FILE_SAVE_PRE hooks. | |||||
| 2020-02-21 | vis: allow tests to have an optional lua script | alex | 1 | -0/+9 | |
| The script named after <test-name>.lua, if exists, is run just before loading and executing <test-name>.keys. This allows tests to inject Lua code in the running vis instance to help augment the test environment. For instance, a test could listen to vis.events.FILE_SAVE_PRE events and mutate file text. | |||||
| 2020-02-17 | test/core: avoid compiler warning about zero length format string | Marc André Tanner | 1 | -2/+2 | |
| 2020-02-13 | test/util: list all enum values to fix compiler warning | Marc André Tanner | 1 | -5/+8 | |
| 2020-02-13 | test/sam: add test for anchor behavior involving new lines | Marc André Tanner | 2 | -0/+2 | |
| 2020-02-13 | test/vim: skip tests if vim is not available | Marc André Tanner | 1 | -3/+7 | |
| 2020-02-13 | test/vis: use C.UTF-8 locale | Marc André Tanner | 1 | -1/+1 | |
| 2020-02-13 | Fix compiler warnings | Marc André Tanner | 2 | -1/+6 | |
| 2018-05-22 | test/vim: remove case related tests | Marc André Tanner | 2 | -2/+0 | |
| They were bogus. All vim related test cases should be considered as deprecated, they should eventually be migrated/rewritten to only depend on vis. | |||||
| 2018-05-16 | Merge branch 'check-shadow-permissions' of https://github.com/paride/vis-test | Marc André Tanner | 1 | -1/+1 | |
| 2018-05-16 | Merge branch 'test-cleanup' of https://github.com/paride/vis-test | Marc André Tanner | 2 | -0/+2 | |
| 2018-05-15 | test/vim: remove tests for obsolete features | Marc André Tanner | 5 | -7/+8 | |
| Adjust to removed/changed functionality. | |||||
| 2018-05-03 | Check that /etc/shadow is actually not readable | Paride Legovini | 1 | -1/+1 | |
| In some chrooted build enviroments the build/test process runs with UID=0. In these cases the "Opening file without sufficient permissions" test fails, as /etc/shadow is readable. Let's perform it only if it is actually not readable. | |||||
| 2018-04-15 | make clean: actually cleanup everything | Paride Legovini | 2 | -0/+2 | |
| Fixes: #13. | |||||
| 2018-04-15 | Explicitly add ISC license | Marc André Tanner | 1 | -0/+13 | |
| Close #14 | |||||
| 2018-03-29 | test/vis: delete test depending on external sed(1) invocation | Marc André Tanner | 3 | -5/+0 | |
| 2018-02-19 | test/sam: add regression test to delete empty lines using x g/^$/ d | Marc André Tanner | 2 | -0/+18 | |
| 2018-01-26 | test/vis: adapt verbatim insertion test to new <C-v><C-m> behaviour | Marc André Tanner | 1 | -2/+1 | |
| 2017-07-13 | test/lua: adapt tests to changes in Lua API | Marc André Tanner | 2 | -51/+51 | |
| 2017-07-09 | test/vis: add more tests for selection operations | Marc André Tanner | 36 | -0/+295 | |
| 2017-07-08 | test/sam: add simple search replace unicode regression test | Marc André Tanner | 2 | -0/+6 | |
| 2017-07-08 | test/vis: add tests for set operations on selections | Marc André Tanner | 73 | -2/+295 | |
| Also rename some files and adjust to new mark key bindings. | |||||
| 2017-06-19 | test/vis: adapt to new trim selection key binding | Marc André Tanner | 1 | -1/+1 | |
| 2017-04-09 | test/core: tweak used CFLAGS | Marc André Tanner | 1 | -5/+5 | |
| 2017-04-08 | test: update tests to for new line ending handling | Marc André Tanner | 3 | -6/+2 | |
| 2017-04-08 | test/core: add a few tests for iterator find functions | Marc André Tanner | 1 | -0/+43 | |
| 2017-04-06 | test: terminate tests via command line argument not lua code | Marc André Tanner | 4 | -5/+3 | |
| Executing a vis:command("qall!") or similar from a Lua WIN_OPEN event handler is a bad idea. | |||||
| 2017-04-06 | test: fail test with error on bad return code | Christian Hesse | 2 | -2/+4 | |
| Close #10 | |||||
| 2017-03-22 | test/vis: adapt test to new shift right behavior | Marc André Tanner | 1 | -2/+2 | |
| 2017-03-15 | test/lua: update README | Marc André Tanner | 1 | -10/+7 | |
| 2017-03-05 | test/lua: fix luacheck warnings | Marc André Tanner | 4 | -7/+7 | |
| 2017-03-04 | test/lua: convert tests to busted infrastructure | Marc André Tanner | 32 | -457/+198 | |
| 2017-03-04 | test/vis: tweak word motion tests | Marc André Tanner | 24 | -45/+113 | |
| Add more tests for: - starting position on a space/tab - single letter words - special symbols | |||||
| 2017-03-04 | Merge branch 'prev-start-of-word' of https://github.com/erf/vis-test into word | Marc André Tanner | 24 | -11/+187 | |
| 2017-03-03 | test/lua: add infrastructure for busted based unit tests | Marc André Tanner | 5 | -19/+134 | |
| 2017-03-01 | test/lua: do not load visrc but only vis.lua | Marc André Tanner | 1 | -1/+1 | |
| Since vis.lua now loads a standard set of plugins, we do not need to include the visrc.lua file which might contain user specific changes. | |||||
| 2017-02-26 | test/vis: added tests for w, W, e, E, ge, gE | Erlend Fagerheim | 24 | -11/+187 | |
| 2017-02-25 | test/vis: update tests for new pseudo key naming | Marc André Tanner | 1 | -1/+1 | |
| 2017-02-25 | test/vis: cleanup motion tests | Marc André Tanner | 35 | -97/+335 | |
| 2017-02-24 | test/vis: added a few motion tests | Erlend Fagerheim | 14 | -0/+77 | |
| 2017-02-23 | test: fix travis macOS test failures | Marc André Tanner | 5 | -2/+9 | |
| The vim version installed on the Travis macOS VMs does not seem to correctly handle ; when already on a matching position. Move the affected test to test/vis. Also fix white space related issues in sed invocation. | |||||
