summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/caf_crash/all.T
blob: d50cc5c423e2ee5795622d2e9d35044965a6c1b8 (plain)
1
2
3
4
5
6
7
test('caf_crash',
     [extra_files(['A.hs', 'B.hs', 'D.hs', ]),
      when(ghc_dynamic(), skip),
      extra_ways(['ghci-ext']),
      omit_ways(['ghci']),
      js_broken(22359)],
     ghci_script, ['caf_crash.script'])