summaryrefslogtreecommitdiff
path: root/testsuite/driver/testlib.py
Commit message (Expand)AuthorAgeFilesLines
* Testsuite: add function compile_timeout_multiplier (#10345)Thomas Miedema2015-06-131-7/+15
* Testsuite: diff non-whitespace normalised output (#10152)Thomas Miedema2015-06-131-29/+36
* Testsuite: fix the little known CHECK_FILES_WRITTEN=1Thomas Miedema2015-06-121-3/+17
* Testsuite: change some expect_fail tests to expect_brokenThomas Miedema2015-06-111-0/+5
* 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-041-1/+6
* Testdriver: don't use os.popen in config/ghcPhil Ruffwind2015-05-281-42/+10
* 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-131-4/+0
* 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-311-8/+20
* 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-191-85/+92
* Revert "Basic Python 3 support for testsuite driver (Trac #9184)"Krzysztof Gogolewski2014-10-031-92/+93
* Basic Python 3 support for testsuite driver (Trac #9184)Krzysztof Gogolewski2014-10-011-93/+92
* 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-141-1/+1
* Remove external coreAustin Seipp2014-05-031-95/+0
* Fix #5435, adding new test config check_stdout.Edward Z. Yang2014-04-091-1/+15
* 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
* Flag to test suite: SKIP_PERF_TESTSJoachim Breitner2013-10-051-0/+6
* Driver: Fix % operator typoJoachim Breitner2013-09-231-1/+1
* Test driver: Implement different verbositiesJoachim Breitner2013-09-201-18/+20
* Test driver: Print total time spent at the endJoachim Breitner2013-09-201-1/+6
* Make test cleaning a little more consistentIan Lynagh2013-05-171-4/+6