aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-02-22test/vis: add regression test for ec9007f0512930bc16f23e97ea626799187700b6Marc André Tanner3-0/+5
2017-02-20test/fuzz: add fuzzing driver for bufferMarc André Tanner5-2/+142
2017-02-20test/fuzz: add fuzzing infrastructureMarc André Tanner7-0/+260
2017-02-20test/core: add msan make targetMarc André Tanner1-1/+4
2017-02-18test/core: rename files to have distinct namesMarc André Tanner6-17/+14
2017-02-17test/vis: add some more testsMarc André Tanner12-0/+84
2017-02-17test/core: add some more array related testsMarc André Tanner1-0/+30
2017-02-16test/vis: set UTF-8 localeChristian Hesse1-0/+1
2017-02-16test/vis: add some tests for digraphs and verbatim insertionMarc André Tanner7-0/+94
2017-02-16test/vis: patch Lua package.path to include source repositoryMarc André Tanner1-0/+1
2017-02-15test/vis: add a test for the lexer text objectMarc André Tanner3-0/+17
2017-02-15test/vis: source the default visrc.lua fileMarc André Tanner1-3/+4
2017-02-15test/vis: remove C function related tests for nowMarc André Tanner3-47/+0
2017-02-14Skip tests if Lua support is not compiled inMarc André Tanner3-0/+15
2017-02-12test/vim: tweak combining characters testMarc André Tanner2-1/+5
2017-02-11test/vis: use [0-9]+ instead of \d+ in regexMarc André Tanner3-3/+3
2017-02-11test/vim: add a file with lots of combining charactersMarc André Tanner2-0/+3
2017-02-11test/vis: add some test related to multiple cursors/selectionsMarc André Tanner30-0/+133
2017-02-11test/vis: drop cpp(1) as a preprocessorMarc André Tanner9-25/+33
2017-02-08test/core: adjust mark related testsMarc André Tanner1-20/+28
2017-02-08test/core: add tests for new iterator semanticsMarc André Tanner1-1/+57
2017-02-07test: add a few new tests related to text objectsMarc André Tanner19-0/+145
2017-02-02test/core: remove map_prefix_delete testsMarc André Tanner1-2/+0
2017-02-02test/vim: add a few special filesMarc André Tanner4-0/+104865
2017-02-02test/sam: add more testsMarc André Tanner25-1/+66
2017-02-01Add regression tests for recently fixed bugsMarc André Tanner13-0/+40
2017-01-20test/lua: adapt basic_map test to new newline behaviorMarc André Tanner1-5/+6
2017-01-18test/vim: give a hint about skipped testsChristian Hesse1-1/+4
2017-01-18test/vim: add some basic tests for count and repetion of `i` and `a`Marc André Tanner4-0/+8
2017-01-18test/vim: use macro count specifier where appropriateMarc André Tanner4-21/+5
2017-01-13test/sam: add test for new grouping semanticsMarc André Tanner2-0/+5
2017-01-13test: change existing tests to avoid substitute commandMarc André Tanner3-3/+3
2017-01-13test/vim: tweak test to not rely on only first substitutionMarc André Tanner1-1/+1
2017-01-13test/vis: tweak structural regex tests to take new selection into accountMarc André Tanner2-2/+4
2017-01-12tests: make :help output actually visibleMarc André Tanner2-2/+2
2017-01-12test/sam: adapt tests to new grouping semanticsMarc André Tanner21-60/+63
2017-01-07test/core: add some more buffer testsMarc André Tanner1-10/+14
2017-01-07test/sam: work around bug of 9base sam as shipped by Ubuntu 12.04Marc André Tanner1-1/+1
2017-01-05test/sam: use smaller file for filter test caseMarc André Tanner1-1/+1
2016-12-30test/sam: try to fix travis list outputMarc André Tanner1-2/+2
2016-12-30Revert "Make sure that info messages are printed before test case is run"Marc André Tanner3-7/+5
2016-12-29test/core: add tests for map_{first, prefix_delete}Marc André Tanner1-0/+11
2016-12-28Make sure that info messages are printed before test case is runMarc André Tanner3-5/+7
2016-12-28test/core: make tap.h replacement output work outside of tis-interpreterMarc André Tanner1-0/+2
2016-12-27test/core: add some array_remove test casesMarc André Tanner1-0/+28
2016-12-22test/core: reorder test casesMarc André Tanner1-3/+3
2016-12-22test/core: add make {a,ub}san targetsMarc André Tanner1-1/+7
2016-12-22test/core: add make valgrind targetMarc André Tanner2-1/+10
2016-12-22test/core: use smaller buffer/block sizes to force more memory allocationsMarc André Tanner1-1/+1
2016-12-22test/core: tweak tests to work with tis-interpreterMarc André Tanner6-26/+77