Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-12-12 | [test] Trim the number of fallback resolutions tested. | Chris Wilson | 1 | -0/+0 | |
Simplify the test matrix to only include testing the fallback-resolution of a uniform scale in one or both axes. | |||||
2008-10-31 | [test] Use '.' as the field separator in the names | Chris Wilson | 1 | -0/+0 | |
We frequently use '-' within the test name or format name and so we encounter confusion as '-' is also used as the field separator. At times this has caused a new test to break an old test because the new test would match one of the old test's target specific reference images. So switch everything over to use '.' between fields (test name, target, format, subtest, etc.). |