Skip to content

Commit

Permalink
[test] Use '.' as the field separator in the names
Browse files Browse the repository at this point in the history
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.).
  • Loading branch information
Chris Wilson committed Oct 31, 2008
1 parent e90073f commit 992f74d
Show file tree
Hide file tree
Showing 715 changed files with 782 additions and 752 deletions.
8 changes: 4 additions & 4 deletions test/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ pdf2png
ps2png
svg2png
valgrind-log
*-out.*
*-pass.*
*-fail.*
*-diff.png
*.out.*
*.pass.*
*.fail.*
*.diff.png
*.manifest
*.gcda
*.gcno
Expand Down
Loading

0 comments on commit 992f74d

Please sign in to comment.