summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops/should_run/all.T
blob: e03cfd8a97bfbfa9da5d75b3a1a0fcab8c998509 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
test('T6135', normal, compile_and_run, [''])
test('T7689', normal, compile_and_run, [''])
# These tests are using unboxed tuples, so omit ghci
test('T9430', omit_ways(['ghci']), compile_and_run, [''])
test('T4442',
     [omit_ways(['ghci']), when(wordsize(32), expect_broken(15184))],
     compile_and_run, [''])
test('T10481', exit_code(1), compile_and_run, [''])
test('T10678',
     [ collect_stats('bytes allocated',5),
      only_ways('normal')
     ],
     compile_and_run, ['-O'])
test('T11296', normal, compile_and_run, [''])
test('T13825-compile', normal, compile_and_run, [''])
test('T16164', normal, compile_and_run, [''])
test('ArithInt8', omit_ways(['ghci']), compile_and_run, [''])
test('ArithWord8', omit_ways(['ghci']), compile_and_run, [''])
test('CmpInt8', normal, compile_and_run, [''])
test('CmpWord8', normal, compile_and_run, [''])
test('ShowPrim', normal, compile_and_run, [''])

# These two tests use unboxed tuples, which GHCi doesn't support
test('ArithInt16', omit_ways(['ghci']), compile_and_run, [''])
test('ArithWord16', omit_ways(['ghci']), compile_and_run, [''])

test('CmpInt16', normal, compile_and_run, [''])
test('CmpWord16', normal, compile_and_run, [''])