summaryrefslogtreecommitdiff
path: root/src/testdir/test_profile.vim
AgeCommit message (Collapse)Author
2017-01-16patch 8.0.0196: profile test is slo and does not work on MS-WindowsBram Moolenaar
Problem: The test for :profile is slow and does not work on MS-Windows. Solution: Use the "-es" argument. (Dominique Pelle) Swap single and double quotes for system()
2017-01-15patch 8.0.0194: profile tests fails if total and self time are equalBram Moolenaar
Problem: Profile tests fails if total and self time are equal. Solution: Make one time optional.
2017-01-15patch 8.0.0189: profile commands are not testedBram Moolenaar
Problem: There are no tests for the :profile command. Solution: Add tests. (Dominique Pelle, closes #1383)