summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_compile/all.T
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2014-07-31 11:47:16 +0100
committerSimon Marlow <marlowsd@gmail.com>2014-08-01 12:45:41 +0100
commit2989ffdcb88ab24e8a4e8b3d0454497a0db2652c (patch)
tree56f3ba6c42c1d4268c729c0becc4971f7c2dee1f /testsuite/tests/codeGen/should_compile/all.T
parent6c06db13a670f156a79301c89b6bf2669d91af88 (diff)
downloadhaskell-2989ffdcb88ab24e8a4e8b3d0454497a0db2652c.tar.gz
A panic in CmmBuildInfoTables.bundle shouldn't be a panic (#9329)
Summary: This code needs more comments, but I believe this is safe. By definition I can't have broken anything that was working by turning a panic into a non-panic anyway. Test Plan: validate Reviewers: hvr, simonpj, austin Subscribers: simonmar, relrod, ezyang, carter Differential Revision: https://phabricator.haskell.org/D105 GHC Trac Issues: #9329
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 a3020fe340..a6b6894317 100644
--- a/testsuite/tests/codeGen/should_compile/all.T
+++ b/testsuite/tests/codeGen/should_compile/all.T
@@ -24,3 +24,4 @@ test('T7574', [cmm_src, omit_ways(['llvm', 'optllvm'])], compile, [''])
test('T8205', normal, compile, ['-O0'])
test('T9155', normal, compile, ['-O2'])
test('T9303', normal, compile, ['-O2'])
+test('T9329', [cmm_src], compile, [''])