summaryrefslogtreecommitdiff
path: root/regtest
AgeCommit message (Expand)AuthorFilesLines
2012-12-29regtest: Print test results when the test has finishedCarlos Garcia Campos2-15/+28
2012-12-08regtest: Use the number of cpus as default number of worker threadsCarlos Garcia Campos1-3/+5
2012-12-08regtest: Remove trailing whitespacesCarlos Garcia Campos3-13/+13
2012-12-06implement parallel testing using Python's Queue classAdam Reichold6-34/+104
2012-10-21regstest: Add print_test_result_ln() and use it for failed test resultsCarlos Garcia Campos2-5/+8
2012-10-21regtest: Do not rewrite lines in verbose modeCarlos Garcia Campos1-1/+1
2012-09-23regtest: Reduce the noise of the default output when running testsCarlos Garcia Campos8-29/+137
2012-04-01regtest: remove debug print to show bisect exit status in Bisect.pyCarlos Garcia Campos1-1/+0
2012-04-01regtest: Fix crash when creating HTML report for a single testCarlos Garcia Campos1-4/+1
2012-04-01regtest: Don't show results for crashed or failed to run tests in HTML reportCarlos Garcia Campos1-0/+2
2012-03-11regtest: Add find-regression command to run git bisect automaticallyCarlos Garcia Campos4-0/+339
2012-03-10regtest: Add information about skipped tests in the summaryCarlos Garcia Campos1-3/+9
2012-03-03regtest: Ignore backends with no results when creating html reportCarlos Garcia Campos1-0/+5
2012-03-03regtest: Add --pretty-diff option to create-report commandCarlos Garcia Campos2-3/+129
2012-02-25regtest: Add create-report command to generate html report of test resultsCarlos Garcia Campos3-1/+273
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 Campos2-2/+5
2011-11-01regtest: Add --update-refs command line option to run-tests commandCarlos Garcia Campos3-3/+37
2011-09-20Update .gitignoreAdrian Johnson1-0/+1
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 Cid9-38/+38
2011-09-13regtest: Add a way to skip filesCarlos Garcia Campos4-5/+39
2011-09-13regtest: Limit the number of arguments to 1Carlos Garcia Campos3-26/+26
2011-09-13regtest: Sort tests before create-refs/run-tests and show progressCarlos Garcia Campos3-23/+53
2011-09-13Add initial poppler regressions test programCarlos Garcia Campos14-0/+1025