summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* 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
* Driver: Fix % operator typoJoachim Breitner2013-09-231-1/+1
* Test driver: Implement different verbositiesJoachim Breitner2013-09-203-20/+30
* Test driver: Print total time spent at the endJoachim Breitner2013-09-203-7/+9
* Make test cleaning a little more consistentIan Lynagh2013-05-171-4/+6
* Add a multi_cpu_race helperIan Lynagh2013-04-171-0/+5
* Fix tests for dynamic ghcIan Lynagh2013-03-151-1/+1
* Remove composeIan Lynagh2013-02-171-3/+0
* Remove uses of compose(s) in tests, and change how composition is handledIan Lynagh2013-02-141-13/+10
* Reorder some functions to group themIan Lynagh2013-02-131-18/+17
* Tweak the brokens list to include the directory the test is inIan Lynagh2013-02-113-6/+6
* More conversionsIan Lynagh2013-02-111-6/+3
* More helper conversionsIan Lynagh2013-02-111-6/+3
* Convert more helpersIan Lynagh2013-02-111-11/+2
* Convert more helper functionsIan Lynagh2013-02-111-61/+22
* Convert more helper functions to the new schemeIan Lynagh2013-02-111-33/+6
* Convert more helpers to the new schemeIan Lynagh2013-02-111-21/+6
* Change '{if,unless}_arch' to 'arch'Ian Lynagh2013-02-111-11/+2
* Print a warning if we get framework failures when listing brokensIan Lynagh2013-02-111-0/+6
* Handle duplicates in the brokens listIan Lynagh2013-02-111-4/+8
* expect_broken_for should also be added to the list of brokensIan Lynagh2013-02-111-8/+10
* Replace 'if_os' and 'unless_os' with 'opsys'Ian Lynagh2013-02-111-11/+2
* Add 'make list_brokens'Ian Lynagh2013-02-113-21/+36
* Rearrange the summary outputIan Lynagh2013-02-101-16/+18
* Remove unused helper functionsIan Lynagh2013-02-081-6/+0