summaryrefslogtreecommitdiff
path: root/regtest
AgeCommit message (Expand)AuthorFilesLines
2018-11-18regtest: Fix file opened in wrong mode.Elliott Sales de Andrade1-3/+2
2018-11-18regtest: Fix Printer.printerr.Elliott Sales de Andrade1-2/+2
2018-11-18regtest: Replace execfile with plain read & exec.Elliott Sales de Andrade1-1/+2
2018-11-18regtest: Enable new-style division everywhere.Elliott Sales de Andrade22-25/+29
2018-11-18regtest: Enable absolute import on all files.Elliott Sales de Andrade22-22/+22
2018-11-18regtest: Replace tabs with spaces.Elliott Sales de Andrade1-1/+1
2018-11-18regtest: Use print function everywhere.Elliott Sales de Andrade22-1/+23
2018-11-18regtest: Fix iteration through dictionary on Py3.Elliott Sales de Andrade2-7/+2
2018-11-18regtest: Don't use exceptions for Printer singleton.Elliott Sales de Andrade1-14/+12
2017-12-21regtest: Add an option to exit after n failuresCarlos Garcia Campos4-3/+68
2017-09-24regtest: change default value of utils dir to ../build/utilsCarlos Garcia Campos1-1/+1
2016-01-02regtest: Fix the number of worker threads spawned reported in log of run-test...Carlos Garcia Campos1-1/+1
2016-01-02regtest: Limit the number of worker threads to the number of documents to cre...Adam Reichold1-9/+18
2016-01-01regtest: Allow to interrupt run-tests and create-refs commands when multiple ...Carlos Garcia Campos3-4/+72
2016-01-01regtest: Do not use the log printer with the TestReferences lock heldAdam Reichold1-1/+1
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 Campos9-15/+49
2015-06-04regtest: Disable pretty diffs for text files in HTML reportsCarlos Garcia Campos1-2/+5
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