[commit: ghc] master: Add test for #9646 (220a0b9)

git at git.haskell.org git at git.haskell.org
Sat Mar 19 19:23:25 UTC 2016


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/220a0b934c71a8844a14dd8cd67fa0e23f807182/ghc

>---------------------------------------------------------------

commit 220a0b934c71a8844a14dd8cd67fa0e23f807182
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


>---------------------------------------------------------------

220a0b934c71a8844a14dd8cd67fa0e23f807182
 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 220a0b934c71a8844a14dd8cd67fa0e23f807182


More information about the ghc-commits mailing list