summaryrefslogtreecommitdiffstats
path: root/src/testdir/summarize.vim
AgeCommit message (Collapse)Author
2020-06-22patch 8.2.1041: test summary is missing executed countv8.2.1041Bram Moolenaar
Problem: Test summary is missing executed count. Solution: Adjust pattern used for counting.
2019-12-30patch 8.2.0058: running tests changes ~/.viminfov8.2.0058Bram Moolenaar
Problem: Running tests changes ~/.viminfo. Solution: Make 'viminfo' empty when summarizing tests results. (closes #5414)
2019-09-27patch 8.1.2087: cannot easily select one test function to executev8.1.2087Bram Moolenaar
Problem: Cannot easily select one test function to execute. Solution: Support the $TEST_FILTER environment variable. (Ozaki Kiichi, closes #2695)
2019-08-30patch 8.1.1947: when executing one test the report doesn't show itv8.1.1947Bram Moolenaar
Problem: When executing one test the report doesn't show it. Solution: Adjust the regexp. (Daniel Hahler, closes #4879)
2019-08-20patch 8.1.1893: script to summarize test results can be improvedv8.1.1893Bram Moolenaar
Problem: Script to summarize test results can be improved. Solution: Use "silent" for substitute to avoid reporting number of matches. Remove duplicate "set nocp". (Daniel Hahler, closes #4845)
2019-06-07patch 8.1.1488: summary of tests has incorrect failed countv8.1.1488Bram Moolenaar
Problem: Summary of tests has incorrect failed count. Solution: Add to the failed count instead of setting it. (Christian Brabandt)
2019-06-06patch 8.1.1478: still an error when running tests with the tiny versionv8.1.1478Bram Moolenaar
Problem: Still an error when running tests with the tiny version. Solution: Do not try reading test.log
2019-06-06patch 8.1.1477: test summary fails in the tiny versionv8.1.1477Bram Moolenaar
Problem: Test summary fails in the tiny version. Solution: set 'nocompatible'.
2019-06-06patch 8.1.1476: no statistics displayed after running testsv8.1.1476Bram Moolenaar
Problem: No statistics displayed after running tests. Solution: Summarize the test results. (Christian Brabandt, closes #4391) Also make it possible to report a skipped file.