diff options
author | Ben Gamari <ben@smart-cactus.org> | 2015-12-04 07:56:33 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2015-12-04 13:58:15 +0100 |
commit | dc33e4c65dc1587c265c698473f35f9843673cba (patch) | |
tree | 5f84decee1e67b8b9b64c8535a58081aa204f042 /testsuite | |
parent | e9220daf7dbbd1ee084296a0d486a62aca7f1dcf (diff) | |
download | haskell-dc33e4c65dc1587c265c698473f35f9843673cba.tar.gz |
T5642 is broken
This appears to be due to the new exhaustiveness checker. See #11163.
Diffstat (limited to 'testsuite')
-rw-r--r-- | testsuite/tests/perf/compiler/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/perf/compiler/all.T b/testsuite/tests/perf/compiler/all.T index 27a0b7b786..ede30b60d3 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 |