summaryrefslogtreecommitdiff
path: root/testsuite/tests/primops/should_run/all.T
blob: 742206d93d82238bd12593e20a46acd8db5e5921 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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',
     [stats_num_field('bytes allocated',
                      [(wordsize(64), 64004171, 5)
                       # 2015-11-04: 88041768 +/- 5%  (before runRW#)
                       # 2015-11-04: 64004171         (after runRW#)
                      ]),
      only_ways('normal')
     ],
     compile_and_run, ['-O'])
test('T11296', normal, compile_and_run, [''])
test('T13825-compile', normal, compile_and_run, [''])