summaryrefslogtreecommitdiff
path: root/testsuite/tests/cmm/should_compile/all.T
blob: ce38d8d9a11cc0cebcfefd361c1a4845f9f8094c (plain)
1
2
3
4
5
6
7
8
9
10
setTestOpts(
  [ js_skip # Cmm not supported by the JS backend
  ])

test('selfloop', [cmm_src], compile, ['-no-hs-main'])
test('cmm_sink_sp', [ only_ways(['optasm']), grep_errmsg('(\[Sp.*\]).*(=).*(\[.*R1.*\]).*;',[1,2,3]), cmm_src], compile, ['-no-hs-main -ddump-cmm -dsuppress-uniques -O'])

test('T16930', normal, makefile_test, ['T16930'])
test('T17442', normal, compile, [''])
test('T20725', normal, compile, ['-package ghc'])