[cairo] [PATCH 0/2 v2] test: Don't ignore test output files when written to the wrong directory

Bryce W. Harrington b.harrington at samsung.com
Tue Jul 16 21:38:29 PDT 2013


Several tests write output files into the test/ directory rather than
test/output as they should.  This hasn't been noticeable because the
.gitignore file makes *.out.* files not show up when running git
status.  (Except for one of pdf-mime-data's pdf output files.)

One patch in this set corrects .gitignore so these stray output files
are no longer hidden.  The other fixes up all the tests to write them
into test/output.

Bryce Harrington (2):
  test: Don't ignore test output files left in test directory
  test: Fix several tests to place output files in the output directory

 test/.gitignore           |    4 ----
 test/create-for-stream.c  |    2 +-
 test/multi-page.c         |    5 +++--
 test/pdf-features.c       |    3 ++-
 test/pdf-mime-data.c      |    9 +++++----
 test/pdf-surface-source.c |    4 +++-
 test/png.c                |    3 ++-
 test/ps-features.c        |    3 ++-
 test/ps-surface-source.c  |    4 +++-
 test/svg-clip.c           |    3 ++-
 test/svg-surface-source.c |    4 +++-
 test/svg-surface.c        |    3 ++-
 12 files changed, 28 insertions(+), 19 deletions(-)

-- 
1.7.9.5


More information about the cairo mailing list