summaryrefslogtreecommitdiff
path: root/testsuite/driver/runtests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Testsuite Windows: don't use forward slashes in topdir pathThomas Miedema2015-10-201-1/+4
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-031-0/+3
* Testsuite: mention the existence of ticket #10510Thomas Miedema2015-06-111-1/+1
* Make validate more quietThomas Miedema2015-06-041-6/+10
* Testdriver: do not interfer with MinGW path magic (#10449)Thomas Miedema2015-05-281-2/+7
* Testdriver: don't use os.popen in config/ghcPhil Ruffwind2015-05-281-4/+1
* Python 3 support, second attempt (Trac #9184)Krzysztof Gogolewski2014-10-191-28/+39
* Extend windows detection in testsuite to recognize MSYS targetGintautas Miliauskas2014-10-111-2/+2
* Fallback to `ctypes.cdll` if `ctypes.windll` unavailableGintautas Miliauskas2014-10-111-6/+4
* Revert "Basic Python 3 support for testsuite driver (Trac #9184)"Krzysztof Gogolewski2014-10-031-39/+28
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-011-28/+39
* Revert "Fix a couple test failures encountered when building on Windows"Austin Seipp2014-09-011-4/+1
* Fix a couple test failures encountered when building on WindowsAustin Seipp2014-09-011-1/+4
* New testsuite verbosity level 4Joachim Breitner2014-07-141-2/+2
* Detect msys2 via uname (different to msys)Simon Peyton Jones2013-11-121-1/+4
* Flag to test suite: SKIP_PERF_TESTSJoachim Breitner2013-10-051-0/+4
* Test driver: Implement different verbositiesJoachim Breitner2013-09-201-1/+9