summaryrefslogtreecommitdiff
path: root/regtest/backends/__init__.py
AgeCommit message (Expand)AuthorFilesLines
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-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 Campos1-2/+14
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: Ignore checksums of crashed, failed and stderr filesCarlos Garcia Campos1-3/+3
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 Campos1-0/+220