Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | patch 8.0.0196: profile test is slo and does not work on MS-Windows | Bram 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-15 | patch 8.0.0194: profile tests fails if total and self time are equal | Bram Moolenaar | |
Problem: Profile tests fails if total and self time are equal. Solution: Make one time optional. | |||
2017-01-15 | patch 8.0.0189: profile commands are not tested | Bram Moolenaar | |
Problem: There are no tests for the :profile command. Solution: Add tests. (Dominique Pelle, closes #1383) |