[commit: ghc] wip/T14068: Update test cases that check Core output (cba0b2a)
git at git.haskell.org
git at git.haskell.org
Wed Aug 2 17:05:32 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T14068
Link : http://ghc.haskell.org/trac/ghc/changeset/cba0b2a6a477b2e2de4b01c1a477ad3d51e0117f/ghc
>---------------------------------------------------------------
commit cba0b2a6a477b2e2de4b01c1a477ad3d51e0117f
Author: Joachim Breitner <mail at joachim-breitner.de>
Date: Wed Aug 2 10:40:23 2017 -0400
Update test cases that check Core output
We see many recursive functions being inlined as jointrecs!
(Also, test cases that simply check the `-ddump-simpl` are not really
useful, and time-consuming. At least `grep` on relevant bits…)
>---------------------------------------------------------------
cba0b2a6a477b2e2de4b01c1a477ad3d51e0117f
.../tests/simplCore/should_compile/T12603.stdout | 2 +-
.../tests/simplCore/should_compile/T13143.stderr | 75 ++-
.../tests/simplCore/should_compile/T3717.stderr | 64 ++-
.../tests/simplCore/should_compile/T3772.stdout | 27 +-
.../tests/simplCore/should_compile/T4908.stderr | 80 ++-
.../tests/simplCore/should_compile/T7360.stderr | 43 +-
.../simplCore/should_compile/spec-inline.stderr | 166 +++---
.../tests/stranal/should_compile/T10482.stderr | 278 +++++++++-
.../tests/stranal/should_compile/T10482a.stderr | 585 ++++++++++++++++++++-
testsuite/tests/stranal/should_compile/all.T | 4 +-
10 files changed, 1099 insertions(+), 225 deletions(-)
Diff suppressed because of size. To see it, use:
git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc cba0b2a6a477b2e2de4b01c1a477ad3d51e0117f
More information about the ghc-commits
mailing list