summaryrefslogtreecommitdiff
path: root/testsuite/driver/testlib.py
Commit message (Expand)AuthorAgeFilesLines
...
* testsuite: Remove directories that already exist when seeding extra_filesBen Gamari2019-01-271-0/+2
* testsuite: Add predicate for CPU feature availabilityBen Gamari2019-01-271-0/+1
* Fix tests for `integer-simple`Alec Theriault2019-01-161-3/+0
* Introduce NCG config flag and add helperGabor Greif2018-12-301-1/+4
* testsuite: Fix a variety of issues when building with integer-simpleBen Gamari2018-12-241-12/+14
* Revert "testsuite: Fix broken_without_gmp"Ben Gamari2018-12-231-4/+5
* testsuite: Fix broken_without_gmpBen Gamari2018-12-231-5/+4
* testsuite: Fix typo: integer-gimp /= integer-gmpBen Gamari2018-12-131-1/+1
* testsuite: Normalise away spurious differences in out-of-scope instancesBen Gamari2018-12-121-1/+7
* testsuite: Fix a number of GHCi-related failures due to integer-simpleBen Gamari2018-12-121-0/+5
* testuite: update more windows tests outputsTamar Christina2018-11-221-2/+3
* Fix GhostScript detection (Trac #15856)Krzysztof Gogolewski2018-11-221-2/+2
* testsuite: Save performance metrics in git notes.David Eichmann2018-11-071-85/+147
* testsuite: Use bools for booleans, not intsBen Gamari2018-09-051-15/+15
* Simplify testsuite driver, part 2Krzysztof Gogolewski2018-08-121-10/+9
* Simplify testsuite driverKrzysztof Gogolewski2018-08-111-15/+8
* Strip ../ from testdir (fixes #15469)Thomas Miedema2018-08-061-1/+3
* Remove dead code in testsuite driverKrzysztof Gogolewski2018-07-271-17/+4
* Disable -fghci-leak-check in DEBUG modeRichard Eisenberg2018-07-141-1/+2
* testuite: remove strace call.Tamar Christina2018-06-131-3/+0
* Fix `print-explicit-runtime-reps` (#11786).HE, Tao2018-06-081-2/+2
* testsuite: Fix incorrectly capitalized True in testlib.pyBen Gamari2018-05-291-1/+1
* Clean up Windows testsuite failuresTamar Christina2018-05-281-0/+4
* Correctly add unwinding info in manifestSp and makeFixupBlocksBartosz Nitka2018-05-031-0/+6
* testsuite: allow accepting of fine grained results [skip ci]Tamar Christina2018-03-311-2/+12
* Windows: fix all failing tests.Tamar Christina2018-01-021-4/+7
* Add testcase for #14186Joachim Breitner2017-09-121-0/+13
* testsuite: Produce JUnit outputBen Gamari2017-07-281-0/+1
* testsuite: Pipe stdin directly to processBen Gamari2017-07-201-11/+5
* Sort list of failed tests for easier comparison between runsAndreas Klebinger2017-07-111-1/+1
* Render \t as 8 spaces in caret diagnosticsPhil Ruffwind2017-05-121-2/+12
* testsuite/driver: Fix deletion retry logic on WindowsBen Gamari2017-04-241-7/+15
* testsuite: Classify missing expected perf numbers as merely warningsBen Gamari2017-04-021-2/+15
* array: Clear up inconsistency in T9220 outputBen Gamari2017-04-021-0/+7
* testsuite: Move echoing commands in make invocations to VERBOSE=5Reid Barton2017-03-021-1/+1
* tests: remove extra_files.py (#12223)Reid Barton2017-02-261-1/+1
* Add delete retry loop. [ci skip]Tamar Christina2017-01-281-14/+29
* testsuite driver: don't append to existing output filesReid Barton2017-01-101-2/+2
* Fix various issues with testsuite code on WindowsTamar Christina2016-12-281-36/+74
* Fix typos (not test relevant)Gabor Greif2016-12-211-1/+1
* testsuite: make tests respond to SIGINT properlyPhil Ruffwind2016-12-091-13/+9
* testsuite: Remove Unicode literals from driverBen Gamari2016-12-011-12/+12
* Fix testsuite threading, timeout, encoding and performance issues on WindowsTamar Christina2016-11-291-79/+95
* Typos in commentsGabor Greif2016-11-251-1/+1
* testsuite: Rip out hack for #12554Ben Gamari2016-11-171-24/+1
* testsuite/driver: More Unicode awarenessBen Gamari2016-10-171-9/+9
* testsuite: Work around #12554Ben Gamari2016-10-171-2/+42
* The Backpack patch.Edward Z. Yang2016-10-081-7/+33
* Testsuite: do not depend on sys.stdout.encodingThomas Miedema2016-06-301-2/+2
* Testsuite: use ignore_stderr/stdout instead of ignore_outputThomas Miedema2016-06-291-22/+27