summaryrefslogtreecommitdiff
path: root/regtest/backends
AgeCommit message (Expand)AuthorFilesLines
2018-11-18regtest: Enable new-style division everywhere.Elliott Sales de Andrade5-5/+5
2018-11-18regtest: Enable absolute import on all files.Elliott Sales de Andrade5-5/+5
2018-11-18regtest: Use print function everywhere.Elliott Sales de Andrade5-0/+5
2015-12-04regtest: Pass always both the owner and user passwords to the toolsCarlos Garcia Campos4-4/+4
2015-12-03regtest: Fix testing text backendCarlos Garcia Campos1-1/+1
2015-12-03regtest: Add support for testing password protected documentsCarlos Garcia Campos5-9/+21
2014-11-07regtest: Update references also for tests that no longer crashCarlos Garcia Campos1-0/+24
2014-10-26regtest: Fix png diff generation with python-pil pillow forkCarlos Garcia Campos1-1/+1
2013-12-06regtest: Limit the stderr files to ~1MBCarlos Garcia Campos1-1/+5
2013-12-06regtest: Save checksum results sorted in md5 filesCarlos Garcia Campos1-1/+1
2013-11-29regtest: Do not buffer stderr outputCarlos Garcia Campos1-10/+30
2013-11-29regtest: Read test results in chunks to get the md5 digestCarlos Garcia Campos1-7/+12
2013-11-29regtest: Remove unused method _check_exit_status2Carlos Garcia Campos1-20/+0
2012-12-06implement parallel testing using Python's Queue classAdam Reichold2-6/+4
2012-09-23regtest: Reduce the noise of the default output when running testsCarlos Garcia Campos1-5/+8
2012-02-25regtest: Add create-report command to generate html report of test resultsCarlos Garcia Campos1-1/+19
2012-02-25regtest: Use diff.png extension for image diff filesCarlos Garcia Campos4-5/+17
2012-01-07regtest: read stderr output before calling wait to fix a possible deadlockThomas Freitag1-4/+4
2011-11-06regtest: Skip tests with results when creating refsCarlos Garcia Campos1-0/+3
2011-11-01regtest: Add --update-refs command line option to run-tests commandCarlos Garcia Campos1-2/+32
2011-09-19regtest: render cairo at 72ppiAdrian Johnson1-2/+2
2011-09-19regtest: Ignore checksums of crashed, failed and stderr filesCarlos Garcia Campos1-3/+3
2011-09-18Render at 72 instead of 150, it's faster :DAlbert Astals Cid1-2/+2
2011-09-18regtest: Do not create checksums for crashed, failed and stderr filesCarlos Garcia Campos1-1/+11
2011-09-18regtest: Fix checksum check for tests containing spaces in filenameCarlos Garcia Campos1-1/+1
2011-09-14Make it work with Python3Albert Astals Cid1-6/+6
2011-09-13Add initial poppler regressions test programCarlos Garcia Campos5-0/+381