summaryrefslogtreecommitdiff
path: root/testsuite/tests/arrows/should_fail/all.T
blob: ef7aac6fa00d0221abd2ac16db77c8decf15f8e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
setTestOpts(only_compiler_types(['ghc']))

test('arrowfail001', expect_broken(5267), compile_fail, [''])
 # arrowfail001 gets an ASSERT error in the stage1 compiler
 # because we simply are not typechecking arrow commands
 # correcly.  See Trac #5267, #5609, #5605

test('arrowfail002', normal, compile_fail, [''])
test('arrowfail003', normal, compile_fail, [''])
test('arrowfail004', normal, compile_fail, [''])
test('T2111', normal, compile_fail, [''])
test('T5380', normal, compile_fail, [''])