summaryrefslogtreecommitdiff
path: root/regtest
AgeCommit message (Expand)AuthorFilesLines
2014-11-07regtest: Update references also for tests that no longer crashCarlos Garcia Campos2-0/+26
2014-10-30regtest: Try to fix again the paths of the resources in the generated HTML re...Carlos Garcia Campos1-24/+23
2014-10-29regtest: respect --no-absolute-paths when creating the pretty diff linksCarlos Garcia Campos1-6/+10
2014-10-27regtest: Add an option to create the HTML report without absolute pathsCarlos Garcia Campos2-4/+15
2014-10-26regtest: Fix png diff generation with python-pil pillow forkCarlos Garcia Campos1-1/+1
2014-10-26regtest: Limit the number of worker threads to the number of documents to testCarlos Garcia Campos1-9/+18
2014-10-26regtest: Allow to run groups of tests individuallyCarlos Garcia Campos3-13/+49
2013-12-15regtest: Add a command line option to create-report command to not launch the...Carlos Garcia Campos2-3/+7
2013-12-15regtest: Return an exist status code depending on whether the command succeededCarlos Garcia Campos8-10/+20
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-12-06regtest: Show also the tests expected to crash/fail to run but don't failCarlos Garcia Campos1-1/+7
2013-12-06regtest: Improve readability of test resultsCarlos Garcia Campos1-20/+47
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
2013-11-29regtest: Do not store the current line in Printer but only its lengthCarlos Garcia Campos1-5/+5
2013-11-27regtest: Do not consider docs with no refs as skippedCarlos Garcia Campos1-17/+23
2013-11-27regtest: Use number of tests run to show the progressCarlos Garcia Campos3-112/+118
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