| Commit message (Expand) | Author | Age | Files | Lines |
* | Update terminal title while running test-suite | Oleg Grenrus | 2019-05-14 | 3 | -4/+30 |
* | codegen: fix memset unroll for small bytearrays, add 64-bit sets | Artem Pyanykh | 2019-04-09 | 1 | -2/+57 |
* | testsuite: Show exit code of GHCi tests on failure | Ömer Sinan Ağacan | 2019-04-08 | 1 | -1/+1 |
* | Update Wiki URLs to point to GitLab | Takenobu Tani | 2019-03-25 | 1 | -1/+1 |
* | Print test suite results ("unexpected failures" etc.) in sorted order | Ömer Sinan Ağacan | 2019-03-20 | 1 | -1/+1 |
* | testsuite: Display observed exit code on failure due to bad exit code | Ben Gamari | 2019-03-20 | 1 | -1/+1 |
* | Update Trac ticket URLs to point to GitLab | Ryan Scott | 2019-03-15 | 1 | -2/+2 |
* | testsuite: Introduce fragile modifier | Ben Gamari | 2019-03-06 | 1 | -0/+24 |
* | Test Runner: don't show missing baseline warning for performance tests with e... | David Eichmann | 2019-03-05 | 1 | -15/+18 |
* | Fix parsing of expected performance changes for tests with non-alpha characters. | David Eichmann | 2019-03-01 | 1 | -1/+1 |
* | testsuite: Fix whitespace in hp2ps error message | Ben Gamari | 2019-02-23 | 1 | -1/+1 |
* | Exit with exit code 1 when tests unexpectedly pass | Matthew Pickering | 2019-02-23 | 2 | -0/+2 |
* | Testsuite: opt-in to symlinks on Windows | Tamar Christina | 2019-02-21 | 1 | -1/+1 |
* | Fix test runner crash when not in a git repo | David Eichmann | 2019-02-21 | 3 | -14/+18 |
* | Test bit-manipulating primops under respective arch flags like -msse4.2 | Dmitry Ivanov | 2019-02-20 | 1 | -3/+1 |
* | Testsuite: implement use_specs. | Tamar Christina | 2019-02-17 | 2 | -0/+29 |
* | Fix and Reapply "Performance tests: recover a baseline from ancestor commits ... | David Eichmann | 2019-02-16 | 5 | -65/+277 |
* | testsuite: Report unexpected passes in junit output | Matthew Pickering | 2019-02-11 | 1 | -2/+5 |
* | testsuite: Report stdout and stderr in JUnit output | Ben Gamari | 2019-02-10 | 4 | -34/+69 |
* | testsuite: Mark print037 as broken when GHC is built with LLVM | Ben Gamari | 2019-02-04 | 1 | -0/+9 |
* | Revert "Performance tests: recover a baseline from ancestor commits and CI re... | Ben Gamari | 2019-01-31 | 5 | -259/+62 |
* | Performance tests: recover a baseline from ancestor commits and CI results. | David Eichmann | 2019-01-30 | 5 | -62/+259 |
* | testsuite: Use makefile_test | Ben Gamari | 2019-01-30 | 1 | -1/+1 |
* | testsuite: Introduce makefile_test | Ben Gamari | 2019-01-30 | 1 | -0/+7 |
* | Revert "Batch merge" | Ben Gamari | 2019-01-30 | 5 | -267/+63 |
* | Batch merge | Ben Gamari | 2019-01-30 | 5 | -63/+267 |
* | testsuite: Remove directories that already exist when seeding extra_files | Ben Gamari | 2019-01-27 | 1 | -0/+2 |
* | testsuite: Add predicate for CPU feature availability | Ben Gamari | 2019-01-27 | 3 | -0/+79 |
* | testsuite: Ensure that config.{msys,cygwin} are initialized | Ben Gamari | 2019-01-23 | 1 | -0/+2 |
* | Fix tests for `integer-simple` | Alec Theriault | 2019-01-16 | 1 | -3/+0 |
* | testsuite: Show both test name and way in JUnit output | Ben Gamari | 2019-01-14 | 1 | -6/+6 |
* | Introduce NCG config flag and add helper | Gabor Greif | 2018-12-30 | 1 | -1/+4 |
* | testsuite: Fix a variety of issues when building with integer-simple | Ben Gamari | 2018-12-24 | 1 | -12/+14 |
* | Revert "testsuite: Fix broken_without_gmp" | Ben Gamari | 2018-12-23 | 1 | -4/+5 |
* | testsuite: Fix broken_without_gmp | Ben Gamari | 2018-12-23 | 1 | -5/+4 |
* | testsuite: Fix typo: integer-gimp /= integer-gmp | Ben Gamari | 2018-12-13 | 1 | -1/+1 |
* | testsuite: Normalise away spurious differences in out-of-scope instances | Ben Gamari | 2018-12-12 | 1 | -1/+7 |
* | testsuite: Fix a number of GHCi-related failures due to integer-simple | Ben Gamari | 2018-12-12 | 1 | -0/+5 |
* | testsuite: Print which ways we are going to run | Ben Gamari | 2018-12-12 | 1 | -1/+4 |
* | Do not save performance test results if worktree is dirty. | David Eichmann | 2018-12-11 | 2 | -2/+11 |
* | testsuite: Don't use git status to determine whether we are inside a repo | Ben Gamari | 2018-12-01 | 2 | -7/+8 |
* | Skip all performance tests if not in a git repo. | David Eichmann | 2018-11-30 | 2 | -6/+35 |
* | testuite: update more windows tests outputs | Tamar Christina | 2018-11-22 | 1 | -2/+3 |
* | Fix GhostScript detection (Trac #15856) | Krzysztof Gogolewski | 2018-11-22 | 1 | -2/+2 |
* | testsuite: Save performance metrics in git notes. | David Eichmann | 2018-11-07 | 6 | -105/+764 |
* | testsuite: Use bools for booleans, not ints | Ben Gamari | 2018-09-05 | 2 | -26/+26 |
* | Simplify testsuite driver, part 2 | Krzysztof Gogolewski | 2018-08-12 | 2 | -14/+13 |
* | Simplify testsuite driver | Krzysztof Gogolewski | 2018-08-11 | 3 | -22/+9 |
* | Testsuite driver: fix encoding issue when calling ghc-pkg | Krzysztof Gogolewski | 2018-08-06 | 2 | -4/+3 |
* | Strip ../ from testdir (fixes #15469) | Thomas Miedema | 2018-08-06 | 1 | -1/+3 |