[commit: ghc] wip/T14068: Update test cases that check Core output (a92dffe)
git at git.haskell.org
git at git.haskell.org
Wed Aug 2 15:40:47 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/T14068
Link : http://ghc.haskell.org/trac/ghc/changeset/a92dffe9090e41964fd45f9d6ba5a6bc188e25f9/ghc
>---------------------------------------------------------------
commit a92dffe9090e41964fd45f9d6ba5a6bc188e25f9
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…)
>---------------------------------------------------------------
a92dffe9090e41964fd45f9d6ba5a6bc188e25f9
.../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 | 279 +++++++++-
.../tests/stranal/should_compile/T10482a.stderr | 590 ++++++++++++++++++++-
9 files changed, 1103 insertions(+), 223 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 a92dffe9090e41964fd45f9d6ba5a6bc188e25f9
More information about the ghc-commits
mailing list