summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: change some expect_fail tests to expect_brokenThomas Miedema2015-06-111-0/+5
* Testsuite: mention the existence of ticket #10510Thomas Miedema2015-06-111-1/+1
* Testsuite Windows: fix T8172 (#8172)Thomas Miedema2015-06-111-0/+4
* Revert "The test runner now also works under the msys-native Python."Thomas Miedema2015-06-091-16/+0
* Testsuite: only show output diff when test is expected to passThomas Miedema2015-06-061-11/+17
* Testsuite: add/fix cleanup for certain testsThomas Miedema2015-06-041-0/+6
* Make validate more quietThomas Miedema2015-06-043-8/+26
* 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-283-46/+29
* testsuite: handle missing stats files gracefully (#10305)Thomas Miedema2015-05-231-1/+8
* Add "error:" prefix to error-messagesKonstantine Rybnikov2015-04-141-0/+12
* Don't `make accept` output of `expect_broken_for` testsThomas Miedema2015-04-031-16/+17
* Don't `make accept` output of expect_broken testsThomas Miedema2015-04-011-1/+4
* Testsuite: redirect stderr to /dev/null when running GS on bad.psThomas Miedema2015-03-311-1/+2
* Testsuite: suppress errors when running GS on bad.psPhil Ruffwind2015-03-311-1/+1
* Make testsuite driver Python 2.6 compatible againThomas Miedema2015-03-231-8/+8
* Fix Windows testsuite driverThomas Miedema2015-03-171-4/+4
* Fix testsuite driver for a profiling compilerThomas Miedema2015-03-161-0/+3
* Move the function strip_quotes to testutil.pyThomas Miedema2015-03-132-4/+3
* testsuite: use same flags for ghci way and scriptsThomas Miedema2015-03-111-1/+1
* Cleanup test framework string formattingThomas Miedema2015-03-111-48/+44
* Refactor testsuite with normalise_version()Edward Z. Yang2015-03-101-4/+16
* testsuite: format commands using config dictThomas Miedema2015-03-061-7/+17
* Always ignore user-package-db when running testsThomas Miedema2015-02-231-2/+2
* The test runner now also works under the msys-native Python.Gintautas Miliauskas2014-11-191-0/+16
* Split off stat (benchmark) test failures into a separate section in the test ...Gintautas Miliauskas2014-10-312-8/+22
* Fix test driver python3 compatibility issuesMateusz Lenik2014-10-301-5/+5
* testlib: Get rid of two_normalisersJoachim Breitner2014-10-281-24/+31
* Add n-ary version of `two_normalisers` to testsuite libHerbert Valerio Riedel2014-10-281-2/+25
* Enabled warn on tabs by default (fixes #9230)Mateusz Lenik2014-10-211-7/+55
* Python 3 support, second attempt (Trac #9184)Krzysztof Gogolewski2014-10-193-147/+131
* 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-033-131/+155
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-013-155/+131
* 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
* testsuite: normalise integer library name for T8958Sergei Trofimovich2014-08-301-4/+2
* testsuite: add signal_exit_code function to the driverKarel Gardas2014-08-071-0/+11
* Correctly round when calculating the deviationJoachim Breitner2014-07-171-1/+1
* Include test case name in performance resultJoachim Breitner2014-07-171-9/+11
* Give performance benchmark deviation also in percentsJoachim Breitner2014-07-141-2/+6
* New testsuite verbosity level 4Joachim Breitner2014-07-142-3/+3
* Remove external coreAustin Seipp2014-05-031-95/+0
* Fix #5435, adding new test config check_stdout.Edward Z. Yang2014-04-092-1/+20
* Fix some Python brainos in testlib (except e is not valid form).Edward Z. Yang2014-02-061-2/+2
* Explain skipping compiler-perf tests when debugging is onJoachim Breitner2013-11-281-0/+2
* Summarily skip compiler_perf tests when DEBUG is onJoachim Breitner2013-11-281-0/+3
* Detect msys2 via uname (different to msys)Simon Peyton Jones2013-11-121-1/+4
* Flag to test suite: SKIP_PERF_TESTSJoachim Breitner2013-10-053-0/+13