summaryrefslogtreecommitdiff
path: root/testsuite/tests/llvm/should_compile/all.T
blob: 070861565bb5e21683bba3d4697f654093e1101a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# Tests for LLVM code generator

def f( name, opts ):
  opts.only_ways = ['optllvm', 'llvm', 'debugllvm']

setTestOpts(f)

# test('T5486', reqlib('integer-gmp'), compile, [''])
test('T5681', normal, compile, [''])
test('T6158', [reqlib('vector'), reqlib('primitive')], compile, ['-package vector -package primitive'])
test('T7571', cmm_src, compile, [''])
test('T7575', unless(wordsize(32), skip), compile, [''])
test('T8131b', normal, compile, [''])
test('T11649', normal, compile, [''])