summaryrefslogtreecommitdiff
path: root/regtest/TestRun.py
AgeCommit message (Expand)AuthorFilesLines
2018-11-18regtest: Enable new-style division everywhere.Elliott Sales de Andrade1-4/+8
2018-11-18regtest: Enable absolute import on all files.Elliott Sales de Andrade1-1/+1
2018-11-18regtest: Replace tabs with spaces.Elliott Sales de Andrade1-1/+1
2018-11-18regtest: Use print function everywhere.Elliott Sales de Andrade1-0/+1
2017-12-21regtest: Add an option to exit after n failuresCarlos Garcia Campos1-2/+44
2016-01-02regtest: Fix the number of worker threads spawned reported in log of run-test...Carlos Garcia Campos1-1/+1
2016-01-01regtest: Allow to interrupt run-tests and create-refs commands when multiple ...Carlos Garcia Campos1-2/+2
2015-12-03regtest: Add support for testing password protected documentsCarlos Garcia Campos1-4/+7
2014-11-07regtest: Update references also for tests that no longer crashCarlos Garcia Campos1-0/+2
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 Campos1-2/+24
2013-12-15regtest: Return an exist status code depending on whether the command succeededCarlos Garcia Campos1-0/+2
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-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 Campos1-62/+74
2012-12-29regtest: Print test results when the test has finishedCarlos Garcia Campos1-9/+9
2012-12-08regtest: Remove trailing whitespacesCarlos Garcia Campos1-5/+5
2012-12-06implement parallel testing using Python's Queue classAdam Reichold1-12/+46
2012-10-21regstest: Add print_test_result_ln() and use it for failed test resultsCarlos Garcia Campos1-5/+5
2012-09-23regtest: Reduce the noise of the default output when running testsCarlos Garcia Campos1-17/+18
2012-03-10regtest: Add information about skipped tests in the summaryCarlos Garcia Campos1-3/+9
2011-11-01regtest: Add --update-refs command line option to run-tests commandCarlos Garcia Campos1-1/+1
2011-09-14Make it work with Python3Albert Astals Cid1-16/+16
2011-09-13regtest: Add a way to skip filesCarlos Garcia Campos1-2/+7
2011-09-13regtest: Sort tests before create-refs/run-tests and show progressCarlos Garcia Campos1-11/+10
2011-09-13Add initial poppler regressions test programCarlos Garcia Campos1-0/+156