summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-05-18workaround __builtin_strncpy bounds checkingRandy Palamar
2023-10-10disable selections/out-of-view for nowRandy Palamar
2023-08-07vim/test.sh: use ${CPP:-cpp} instead of hardcoding to cppHaelwenn (lanodan) Monnier
2023-08-07core/Makefile: Respect $CC and $CFLAGSHaelwenn (lanodan) Monnier
2023-05-22test/vis: assert cursor at eof behaves as expectedJeremy Bobbin
2023-05-22test/vis: assert that visibility of the selection doesn't affect stateJeremy Bobbin
2021-01-25test/sam: add tests for empty matches at the end of a rangeMarc André Tanner
2020-11-19test/vim: remove test involving g~Marc André Tanner
2020-10-25test/core: add labs(3) implementation for TIS analyzerMarc André Tanner
2020-10-24text/core: add basic test for branching of revision treeMarc André Tanner
2020-10-24text/core: skip failing I/O test on CygwinMarc André Tanner
2020-10-23text/core: add basic test for linear text_{earlier,later}Marc André Tanner
2020-10-23text/core: test all load/save method combinationsMarc André Tanner
2020-10-23text/core: add basic undo/redo sanity check for empty fileMarc André Tanner
2020-10-23text/core: fix undo test name numberingMarc André Tanner
2020-10-23test/core: add basic array_{peek,pop} testMarc André Tanner
2020-10-20test/core: add time(3) stub for tis-interpreterMarc André Tanner
2020-10-20test/core: avoid puts("") to print a new lineMarc André Tanner
2020-10-20test/core: fix relative #include directiveMarc André Tanner
2020-10-10test: adapt source list in MakefilesMarc André Tanner
2020-09-29test: add array.c source dependency for core text data structureMarc André Tanner
2020-09-20test/vim: set an UTF-8 localeMarc André Tanner
2020-08-31test/vim: add test for word text objects with symbolsMarc André Tanner
2020-07-27test/vis: remove entire text object testMarc André Tanner
2020-07-26test/vis: remove z> testsMarc André Tanner
2020-07-26test/vis: remove z< testsMarc André Tanner
2020-07-26test/vis: remove z- testsMarc André Tanner
2020-07-26test/vis: remove z+ testsMarc André Tanner
2020-07-26test/vis: remove pairwise selection intersectionMarc André Tanner
2020-07-26test/vis: remove pairwise selection union z|Marc André Tanner
2020-07-26test/vis: use ~ instead of ! to complement selectionMarc André Tanner
2020-07-26test/vim: use g~ instead of ~ to swap caseMarc André Tanner
2020-07-26test/fuzz: add @ dump command to print data structureMarc André Tanner
2020-07-26test/fuzz: add % command to print data structure memory informationMarc André Tanner
2020-07-25Add basic text benchmarking infrastructureMarc André Tanner
2020-07-12test/sam: set LANG=en_US.UTF-8Marc André Tanner
2020-07-11test: move failing sam tests to visMarc André Tanner
2020-07-11test/core: let make clean remove generated filesMarc André Tanner
2020-05-30test/fuzz: simplify MakefileMarc André Tanner
2020-05-14test/fuzz: add libfuzzer target for text data structureMarc André Tanner
2020-05-14test/fuzz: fix compilation by adapting to newer APIMarc André Tanner
2020-05-14test/fuzz: add missing CFLAGSMarc André Tanner
2020-05-13test/vim: remove test which fails on macOSMarc André Tanner
2020-05-13test/core: add basic save/load tests involving linksMarc André Tanner
2020-05-13test/core: add basic save/load sanity testsMarc André Tanner
2020-05-13test/core: remove unused variableMarc André Tanner
2020-05-13test/core: instruct memory sanitizer to track memory originMarc André Tanner
2020-05-13test/core: fix memory leak in array testMarc André Tanner
2020-05-13test/core: update ccan tap moduleMarc André Tanner
2020-05-11test/core: fix compilation with gcc 10Marc André Tanner