[commit: ghc] ghc-8.0: Add test for #9646 (8dff211)
git at git.haskell.org
git at git.haskell.org
Wed Mar 23 16:38:05 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-8.0
Link : http://ghc.haskell.org/trac/ghc/changeset/8dff21104b6a56e458943f25f3013fb2b0be0a0f/ghc
>---------------------------------------------------------------
commit 8dff21104b6a56e458943f25f3013fb2b0be0a0f
Author: Erik de Castro Lopo <erikd at mega-nerd.com>
Date: Wed Mar 16 20:19:28 2016 +1100
Add test for #9646
Test Plan: Test that it passes git HEAD and fails with GHC 7.8.
Reviewers: bgamari, hvr, austin, goldfire, thomie
Differential Revision: https://phabricator.haskell.org/D2009
GHC Trac Issues: #9646
(cherry picked from commit 220a0b934c71a8844a14dd8cd67fa0e23f807182)
>---------------------------------------------------------------
8dff21104b6a56e458943f25f3013fb2b0be0a0f
testsuite/tests/simplCore/T9646/Main.hs | 47 +++++++++
testsuite/tests/simplCore/T9646/Makefile | 9 ++
testsuite/tests/simplCore/T9646/Natural.hs | 84 ++++++++++++++++
testsuite/tests/simplCore/T9646/StrictPrim.hs | 70 +++++++++++++
testsuite/tests/simplCore/T9646/T9646.stdout | 5 +
testsuite/tests/simplCore/T9646/Type.hs | 79 +++++++++++++++
.../tests/simplCore/T9646/cbits/primitive-memops.c | 25 +++++
.../tests/simplCore/T9646/cbits/primitive-memops.h | 10 ++
testsuite/tests/simplCore/T9646/readme.txt | 112 +++++++++++++++++++++
.../tests/{programs/lex => simplCore/T9646}/test.T | 2 +-
10 files changed, 442 insertions(+), 1 deletion(-)
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 8dff21104b6a56e458943f25f3013fb2b0be0a0f
More information about the ghc-commits
mailing list