summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/all.T
diff options
context:
space:
mode:
authorsheaf <sam.derbyshire@gmail.com>2021-10-05 18:01:32 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2021-10-06 00:12:54 -0400
commit4e91839acbfab71a525b58b7ac1785892b96e5ff (patch)
treee4f44bad855527211201f48002a3c29de5b6c24a /testsuite/tests/codeGen/should_compile/all.T
parentfc4c7ffbe4d65b936095ebedddf4f4ef6af54c8a (diff)
downloadhaskell-4e91839acbfab71a525b58b7ac1785892b96e5ff.tar.gz
Add a regression test for #13233
This test fails on GHC 8.0.1, only when profiling is enabled, with the error: ghc: panic! (the 'impossible' happened) kindPrimRep.go a_12 This was fixed by commit b460d6c9.
Diffstat (limited to 'testsuite/tests/codeGen/should_compile/all.T')
-rw-r--r--testsuite/tests/codeGen/should_compile/all.T1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_compile/all.T b/testsuite/tests/codeGen/should_compile/all.T
index 0e89b1d82c..3c76163582 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -33,6 +33,7 @@ test('T10518', [cmm_src], compile, ['-no-hs-main'])
test('T10667', normal, compile, ['-g'])
test('T12115', normal, compile, [''])
test('T12355', normal, compile, [''])
+test('T13233_orig', [unless(have_profiling(), skip)], makefile_test, [])
test('T14999',
[when(unregisterised(), skip),
unless(opsys('linux') and arch('x86_64') and have_gdb() and