summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* Rearrange error msgs and add section markers (Trac #11014).Evan Laforge2015-11-241-3/+9
* Testsuite: report and error out on unfound testsThomas Miedema2015-10-293-4/+19
* Testsuite Windows: don't use forward slashes in topdir pathThomas Miedema2015-10-201-1/+4
* Testsuite: make driver python 2.6 compatible againThomas Miedema2015-10-051-6/+6
* Make Windows linker more robust to unknown sectionsTamar Christina2015-10-031-0/+3
* base: use Show for ErrorCall in uncaughtExceptionHandlerEric Seidel2015-09-211-2/+2
* Always run explicitly requested ways (extra_ways) for fast runs.Edward Z. Yang2015-09-201-1/+8
* Testsuite: normalise slashes in callstack outputThomas Miedema2015-09-121-3/+5
* Testsuite: ignore line number differences in call stacks (#10834)Thomas Miedema2015-09-041-0/+8
* Testsuite: only print msg when timeout kills process unexpectedlyThomas Miedema2015-09-041-0/+4
* Testsuite: delete dead codeThomas Miedema2015-09-021-3/+0
* Testsuite: by default run all tests for a single wayThomas Miedema2015-09-022-6/+7
* Testsuite: refactoring onlyThomas Miedema2015-09-021-53/+58
* Testsuite: speedup running a single testThomas Miedema2015-08-151-1/+3
* Testsuite: delete *.stderr-ghc-7.0 *.stdout-ghc-7.0Thomas Miedema2015-07-141-4/+3
* Testsuite: rename *.stderr-ghc to *.stderrThomas Miedema2015-07-141-4/+3
* Testsuite: delete remaining only_compiler_types(['ghc']) setupsThomas Miedema2015-07-142-32/+14
* Testsuite: delete unused with_namebaseThomas Miedema2015-07-142-42/+5
* Testsuite: put extra_run_opts last on command lineThomas Miedema2015-06-301-3/+7
* Testsuite: fix framework failureThomas Miedema2015-06-151-2/+2
* Testsuite: add function compile_timeout_multiplier (#10345)Thomas Miedema2015-06-132-8/+17
* 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: 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