[commit: ghc] master: T5642 is broken (dc33e4c)

git at git.haskell.org git at git.haskell.org
Fri Dec 4 12:57:57 UTC 2015


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

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

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

commit dc33e4c65dc1587c265c698473f35f9843673cba
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Fri Dec 4 07:56:33 2015 -0500

    T5642 is broken
    
    This appears to be due to the new exhaustiveness checker. See #11163.


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

dc33e4c65dc1587c265c698473f35f9843673cba
 testsuite/tests/perf/compiler/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T
index 27a0b7b..ede30b6 100644
--- a/testsuite/tests/perf/compiler/all.T
+++ b/testsuite/tests/perf/compiler/all.T
@@ -513,6 +513,7 @@ test('T5321FD',
 
 test('T5642',
      [ only_ways(['normal']),
+       expect_broken(11163),
        compiler_stats_num_field('bytes allocated',
            [(wordsize(32), 641085256, 10),
                      # sample from x86/Linux



More information about the ghc-commits mailing list