| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2020-07-12 | test/sam: set LANG=en_US.UTF-8 | Marc André Tanner | 1 | -0/+2 | |
| Conceptually C.UTF-8 would be the correct setting. However, it is currently not supported by upstream glibc (albeit patched in by various distriubtions e.g. Debian, Ubuntu and Fedora). The vis specific tests already use the same locale, hence it is not a new dependency and the Debian CI script has been adapted accordingly in martanne/vis@b0192ce. Fix #25 | |||||
| 2020-07-11 | test: move failing sam tests to vis | Marc André Tanner | 6 | -6/+0 | |
| Contrary to sam we do currently not change the buffer if the external command fails. Fix #24 | |||||
| 2020-02-13 | test/sam: add test for anchor behavior involving new lines | Marc André Tanner | 2 | -0/+2 | |
| 2018-02-19 | test/sam: add regression test to delete empty lines using x g/^$/ d | Marc André Tanner | 2 | -0/+18 | |
| 2017-07-08 | test/sam: add simple search replace unicode regression test | Marc André Tanner | 2 | -0/+6 | |
| 2017-04-06 | test: terminate tests via command line argument not lua code | Marc André Tanner | 2 | -3/+2 | |
| 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 | 1 | -1/+2 | |
| Close #10 | |||||
| 2017-02-14 | Skip tests if Lua support is not compiled in | Marc André Tanner | 1 | -0/+5 | |
| 2017-02-02 | test/sam: add more tests | Marc André Tanner | 25 | -1/+66 | |
| 2017-01-13 | test/sam: add test for new grouping semantics | Marc André Tanner | 2 | -0/+5 | |
| The more idomatic ,x/[a-zA-Z]+/{ g/Emacs/ v/....../ c/vi/ g/vi/ v/.../ c/Emacs/ } does not seem to work on the sam version from 9base as shipped by Ubuntu 12.04 LTS and used in the Travis environment. | |||||
| 2017-01-12 | test/sam: adapt tests to new grouping semantics | Marc André Tanner | 21 | -60/+63 | |
| 2017-01-07 | test/sam: work around bug of 9base sam as shipped by Ubuntu 12.04 | Marc André Tanner | 1 | -1/+1 | |
| For some reason this sam version does match nothing for: /[a-zA-Z]+/ This should finally fix the Travis failure for Linux builds. | |||||
| 2017-01-05 | test/sam: use smaller file for filter test case | Marc André Tanner | 1 | -1/+1 | |
| The old test case invoked tr(1) about 485 times which might be the reason for the test failure of the Travis Linux builds. | |||||
| 2016-12-30 | test/sam: try to fix travis list output | Marc André Tanner | 1 | -2/+2 | |
| 2016-12-30 | Revert "Make sure that info messages are printed before test case is run" | Marc André Tanner | 1 | -1/+1 | |
| This reverts commit 8a366cebda597e960f1f49e245785f8fdedff0a6. Travis is strange. | |||||
| 2016-12-28 | Make sure that info messages are printed before test case is run | Marc André Tanner | 1 | -1/+1 | |
| Useful for hanging tests also redirect stdout to /dev/null for better output on Travis. | |||||
| 2016-12-19 | test: ignore custom visrc.lua configuration | Marc André Tanner | 2 | -0/+1 | |
| 2016-11-21 | test/sam: use our own implementation of ssam(1) | Marc André Tanner | 2 | -16/+27 | |
| The ssam(1) rc script is seamingly not part of earlier 9base packages and the homebrew version is by default unusable due to a broken shebang line. Also improve sam(1) detection: check default binary location as used by the Debian package. | |||||
| 2016-11-21 | test/sam: apply commands to complete file | Marc André Tanner | 1 | -1/+1 | |
| 2016-11-19 | test/sam: try to fall back to `9 ssam` if ssam is not found | Marc André Tanner | 1 | -5/+12 | |
| 2016-11-11 | test/sam: few new tests | Marc André Tanner | 4 | -0/+19 | |
| 2016-11-05 | test/sam: improve test output | Marc André Tanner | 1 | -2/+2 | |
| Redirect the vis UI to /dev/null. Let it write to an output file instead of redirecting stdout, keeps the terminal in a sane state. | |||||
| 2016-11-05 | test/sam: add new test cases | Marc André Tanner | 10 | -0/+75 | |
| 2016-11-05 | test/sam: add more remarks about sam incompatibilities to README | Marc André Tanner | 1 | -12/+51 | |
| 2016-11-03 | test/sam: add sam testing infrastructure | Marc André Tanner | 4 | -0/+128 | |
| Compare structural regular expression implementation with the one of sam(1). | |||||
