summaryrefslogtreecommitdiff
path: root/testsuite/tests/codeGen/should_run/all.T
diff options
context:
space:
mode:
authorJoachim Breitner <mail@joachim-breitner.de>2015-04-06 09:37:42 +0200
committerJoachim Breitner <mail@joachim-breitner.de>2015-04-06 09:37:42 +0200
commit8f0709249826dd2eda9bf53be89f176a4f30c81f (patch)
tree2c5f6ca010aeb2e6146252f46ded9e6013ab179a /testsuite/tests/codeGen/should_run/all.T
parenta838d1f7c668f6c5886ce350cb456f3ecbcb1499 (diff)
downloadhaskell-8f0709249826dd2eda9bf53be89f176a4f30c81f.tar.gz
Test case for #10246
still marked known_broken. This also adds the test case for #10245, which should pass once #10246 is fixed.
Diffstat (limited to 'testsuite/tests/codeGen/should_run/all.T')
-rw-r--r--testsuite/tests/codeGen/should_run/all.T2
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/codeGen/should_run/all.T b/testsuite/tests/codeGen/should_run/all.T
index 15c3476cc5..41d18e5cef 100644
--- a/testsuite/tests/codeGen/should_run/all.T
+++ b/testsuite/tests/codeGen/should_run/all.T
@@ -128,3 +128,5 @@ test('T9013', omit_ways(['ghci']), # ghci doesn't support unboxed tuples
test('T9340', normal, compile_and_run, [''])
test('cgrun074', normal, compile_and_run, [''])
test('CmmSwitchTest', when(fast(), skip), compile_and_run, [''])
+test('T10245', expect_broken(10246), compile_and_run, [''])
+test('T10246', expect_broken(10246), compile_and_run, [''])