summaryrefslogtreecommitdiff
path: root/testsuite/driver/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* testsuite: More type checking fixesBen Gamari2019-07-181-2/+2
* testsuite: A major revamp of the driverBen Gamari2019-06-251-11/+20
* gitlab-ci: Lint testsuite for framework failuresBen Gamari2019-06-141-1/+1
* Update terminal title while running test-suiteOleg Grenrus2019-05-141-1/+18
* Exit with exit code 1 when tests unexpectedly passMatthew Pickering2019-02-231-0/+1
* Fix test runner crash when not in a git repoDavid Eichmann2019-02-211-6/+5
* Fix and Reapply "Performance tests: recover a baseline from ancestor commits ...David Eichmann2019-02-161-8/+27
* Revert "Performance tests: recover a baseline from ancestor commits and CI re...Ben Gamari2019-01-311-28/+8
* Performance tests: recover a baseline from ancestor commits and CI results.David Eichmann2019-01-301-8/+28
* Revert "Batch merge"Ben Gamari2019-01-301-28/+8
* Batch mergeBen Gamari2019-01-301-8/+28
* testsuite: Add predicate for CPU feature availabilityBen Gamari2019-01-271-0/+7
* testsuite: Print which ways we are going to runBen Gamari2018-12-121-1/+4
* Do not save performance test results if worktree is dirty.David Eichmann2018-12-111-2/+7
* testsuite: Don't use git status to determine whether we are inside a repoBen Gamari2018-12-011-3/+3
* Skip all performance tests if not in a git repo.David Eichmann2018-11-301-6/+26
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-11/+60
* Simplify testsuite driver, part 2Krzysztof Gogolewski2018-08-121-4/+4
* Simplify testsuite driverKrzysztof Gogolewski2018-08-111-1/+1
* Testsuite driver: fix encoding issue when calling ghc-pkgKrzysztof Gogolewski2018-08-061-1/+1
* Fix typosKrzysztof Gogolewski2018-08-051-1/+1
* Remove dead code in testsuite driverKrzysztof Gogolewski2018-07-271-4/+0
* #15387 Fix setting testsuite verbose to zeroAntti Siponen2018-07-161-1/+1
* testsuite: Print summary even if interruptedBen Gamari2018-06-141-15/+18
* Windows: fix all failing tests.Tamar Christina2018-01-021-10/+23
* testsuite: Exit with non-zero exit code when tests failBen Gamari2017-12-181-1/+8
* Only look for locales of the form LL.VVGabor Greif2017-12-111-1/+1
* testsuite: Fix validation of waysBen Gamari2017-09-051-9/+18
* testsuite: Don't pass allow_abbrevBen Gamari2017-07-281-2/+1
* testsuite: Produce JUnit outputBen Gamari2017-07-281-0/+5
* Switched out optparse for argparse in runtests.pyJared Weakly2017-07-281-77/+57
* testsuite: Move echoing commands in make invocations to VERBOSE=5Reid Barton2017-03-021-2/+2
* testsuite: Remove old python version testsReid Barton2017-02-231-38/+4
* Revert "Suppress duplicate .T files"Gabor Greif2016-12-221-1/+1
* Suppress duplicate .T filesGabor Greif2016-12-211-1/+1
* testsuite: Use python3 by defaultBen Gamari2016-11-291-4/+3
* Fix testsuite threading, timeout, encoding and performance issues on WindowsTamar Christina2016-11-291-19/+28
* testsuite: Simplify kernel32 glue logicBen Gamari2016-11-021-5/+6
* testsuite/driver: Allow threading on WindowsBen Gamari2016-10-171-3/+0
* testsuite/driver: More Unicode awarenessBen Gamari2016-10-171-2/+7
* Testsuite: framework failure improvements (#11165)Thomas Miedema2016-06-281-7/+13
* Testsuite: cleanup printing of summaryThomas Miedema2016-06-281-2/+2
* Testsuite: never pick up .T files in .run directoriesThomas Miedema2016-06-271-1/+1
* Testsuite: write "\n" instead of "\r\n" when using mingw PythonThomas Miedema2016-06-181-1/+1
* Testsuite: run tests in <testdir>.run instead of /tmpThomas Miedema2016-06-181-2/+48
* Testsuite driver: always quote opts.testdirThomas Miedema2016-06-071-1/+1
* Testsuite: run tests in /tmp/ghctest-xxx instead of /tmp/ghctest/xxxThomas Miedema2016-06-021-15/+1
* Testsuite: delete check_files_writtenThomas Miedema2016-05-241-3/+0
* Testsuite: run tests in /tmp after copying required filesThomas Miedema2016-05-171-4/+26
* Testsuite: report and error out on unfound testsThomas Miedema2015-10-291-1/+7