summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/should_run/UnboxedTuples/unboxedtuples.T
blob: 530c9a4ac943ae44f2d6ba8ff7556f1b188b2931 (plain)
1
2
3
4
5
6
7
8
9
10
11
test('UnboxedTuples',
     [ extra_files(['Obj.hs', 'ByteCode.hs', 'Common.hs-incl']),
       req_interp,
       when(arch('powerpc64le'), expect_broken(19609)),
       extra_ways(['ghci']),
       when(config.have_ext_interp, extra_ways(['ghci', 'ghci-ext'])),
       when(config.have_ext_interp and config.have_profiling, extra_ways(['ghci', 'ghci-ext', 'ghci-ext-prof']))
     ],
     compile_and_run,
     ['']
    )