[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] source control, defect tracking and unit tests
From: |
George Williams |
Subject: |
Re: [ft-devel] source control, defect tracking and unit tests |
Date: |
04 Feb 2005 08:05:18 -0800 |
On Fri, 2005-02-04 at 01:46, Graham Asher wrote:
> Unit tests are obviously controversial:
I believe that some level of regression testing is useful. This may be
different from "unit test"s, I'm not up on current terminology.
I grew up in the world of compilers where there was a definite
right/wrong answer. A compiled program either did what it should, or it
did not.
FreeType is quite different, the output of a rasterization operation is
rather subjective and demanding exactly the same output is probably
wrong in general.
However there are areas that can benefit from regression testing. I have
a (small) testsuite for fontforge which makes sure ff can load a wide
variety of fonts and perform some standard transformations without
crashing.
Obviously it is by no means complete, but it has proven helpful.
One problem with such a testsuite is that of licenses. I can't
distribute mine because I am testing third party fonts. This may make it
less appealing in a multi-developer environment like freetype.
- [ft-devel] issue with ArialMT in 2.1.9, Ian Brown, 2005/02/02
- Re: [ft-devel] issue with ArialMT in 2.1.9, Leonard Rosenthol, 2005/02/02
- [ft-devel] address@hidden [Was: issue with ArialMT in 2.1.9], Antoine Leca, 2005/02/03
- Re: [ft-devel] address@hidden [Was: issue with ArialMT in 2.1.9], David Turner, 2005/02/03
- Re: [ft-devel] address@hidden, Werner LEMBERG, 2005/02/03
- [ft-devel] source control, defect tracking and unit tests, Graham Asher, 2005/02/04
- Re: [ft-devel] source control, defect tracking and unit tests,
George Williams <=
- Re: [ft-devel] source control, defect tracking and unit tests, David Turner, 2005/02/04
- RE: [ft-devel] source control, defect tracking and unit tests, Graham Asher, 2005/02/05
- RE: [ft-devel] tests, George Williams, 2005/02/06
- Re: [ft-devel] tests, Werner LEMBERG, 2005/02/08
- Re: [ft-devel] tests, George Williams, 2005/02/09
- Re: [ft-devel] tests, David Somers, 2005/02/10
- Re: [ft-devel] tests, George Williams, 2005/02/11
Re: [ft-devel] issue with ArialMT in 2.1.9, David Turner, 2005/02/05
Re: [ft-devel] issue with ArialMT in 2.1.9, Werner LEMBERG, 2005/02/10