summaryrefslogtreecommitdiff
path: root/sam
AgeCommit message (Collapse)Author
2017-04-06test: terminate tests via command line argument not lua codeMarc André Tanner
Executing a vis:command("qall!") or similar from a Lua WIN_OPEN event handler is a bad idea.
2017-04-06test: fail test with error on bad return codeChristian Hesse
Close #10
2017-02-14Skip tests if Lua support is not compiled inMarc André Tanner
2017-02-02test/sam: add more testsMarc André Tanner
2017-01-13test/sam: add test for new grouping semanticsMarc André Tanner
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-12test/sam: adapt tests to new grouping semanticsMarc André Tanner
2017-01-07test/sam: work around bug of 9base sam as shipped by Ubuntu 12.04Marc André Tanner
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-05test/sam: use smaller file for filter test caseMarc André Tanner
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-30test/sam: try to fix travis list outputMarc André Tanner
2016-12-30Revert "Make sure that info messages are printed before test case is run"Marc André Tanner
This reverts commit 8a366cebda597e960f1f49e245785f8fdedff0a6. Travis is strange.
2016-12-28Make sure that info messages are printed before test case is runMarc André Tanner
Useful for hanging tests also redirect stdout to /dev/null for better output on Travis.
2016-12-19test: ignore custom visrc.lua configurationMarc André Tanner
2016-11-21test/sam: use our own implementation of ssam(1)Marc André Tanner
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-21test/sam: apply commands to complete fileMarc André Tanner
2016-11-19test/sam: try to fall back to `9 ssam` if ssam is not foundMarc André Tanner
2016-11-11test/sam: few new testsMarc André Tanner
2016-11-05test/sam: improve test outputMarc André Tanner
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-05test/sam: add new test casesMarc André Tanner
2016-11-05test/sam: add more remarks about sam incompatibilities to READMEMarc André Tanner
2016-11-03test/sam: add sam testing infrastructureMarc André Tanner
Compare structural regular expression implementation with the one of sam(1).