summaryrefslogtreecommitdiff
path: root/testsuite/driver
Commit message (Expand)AuthorAgeFilesLines
* testsuite: introduce 'static_stats' testsAlp Mestanogullari2019-05-292-5/+16
* Improve test runner logging when calculating performance metric baseline #16662David Eichmann2019-05-201-5/+16
* Update terminal title while running test-suiteOleg Grenrus2019-05-143-4/+30
* codegen: fix memset unroll for small bytearrays, add 64-bit setsArtem Pyanykh2019-04-091-2/+57
* testsuite: Show exit code of GHCi tests on failureÖmer Sinan Ağacan2019-04-081-1/+1
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-1/+1
* Print test suite results ("unexpected failures" etc.) in sorted orderÖmer Sinan Ağacan2019-03-201-1/+1
* testsuite: Display observed exit code on failure due to bad exit codeBen Gamari2019-03-201-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-2/+2
* testsuite: Introduce fragile modifierBen Gamari2019-03-061-0/+24
* Test Runner: don't show missing baseline warning for performance tests with e...David Eichmann2019-03-051-15/+18
* Fix parsing of expected performance changes for tests with non-alpha characters.David Eichmann2019-03-011-1/+1
* testsuite: Fix whitespace in hp2ps error messageBen Gamari2019-02-231-1/+1
* Exit with exit code 1 when tests unexpectedly passMatthew Pickering2019-02-232-0/+2
* Testsuite: opt-in to symlinks on WindowsTamar Christina2019-02-211-1/+1
* Fix test runner crash when not in a git repoDavid Eichmann2019-02-213-14/+18
* Test bit-manipulating primops under respective arch flags like -msse4.2Dmitry Ivanov2019-02-201-3/+1
* Testsuite: implement use_specs.Tamar Christina2019-02-172-0/+29
* Fix and Reapply "Performance tests: recover a baseline from ancestor commits ...David Eichmann2019-02-165-65/+277
* testsuite: Report unexpected passes in junit outputMatthew Pickering2019-02-111-2/+5
* testsuite: Report stdout and stderr in JUnit outputBen Gamari2019-02-104-34/+69
* testsuite: Mark print037 as broken when GHC is built with LLVMBen Gamari2019-02-041-0/+9
* Revert "Performance tests: recover a baseline from ancestor commits and CI re...Ben Gamari2019-01-315-259/+62
* Performance tests: recover a baseline from ancestor commits and CI results.David Eichmann2019-01-305-62/+259
* testsuite: Use makefile_testBen Gamari2019-01-301-1/+1
* testsuite: Introduce makefile_testBen Gamari2019-01-301-0/+7
* Revert "Batch merge"Ben Gamari2019-01-305-267/+63
* Batch mergeBen Gamari2019-01-305-63/+267
* testsuite: Remove directories that already exist when seeding extra_filesBen Gamari2019-01-271-0/+2
* testsuite: Add predicate for CPU feature availabilityBen Gamari2019-01-273-0/+79
* testsuite: Ensure that config.{msys,cygwin} are initializedBen Gamari2019-01-231-0/+2
* Fix tests for `integer-simple`Alec Theriault2019-01-161-3/+0
* testsuite: Show both test name and way in JUnit outputBen Gamari2019-01-141-6/+6
* 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
* testsuite: Print which ways we are going to runBen Gamari2018-12-121-1/+4
* Do not save performance test results if worktree is dirty.David Eichmann2018-12-112-2/+11
* testsuite: Don't use git status to determine whether we are inside a repoBen Gamari2018-12-012-7/+8
* Skip all performance tests if not in a git repo.David Eichmann2018-11-302-6/+35
* 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-076-105/+764
* testsuite: Use bools for booleans, not intsBen Gamari2018-09-052-26/+26
* Simplify testsuite driver, part 2Krzysztof Gogolewski2018-08-122-14/+13
* Simplify testsuite driverKrzysztof Gogolewski2018-08-113-22/+9