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

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

setTestOpts(f)

test('T5054', reqlib('hmatrix'), compile, ['-package hmatrix'])
test('T5054_2', reqlib('hmatrix'), compile, ['-package hmatrix'])
test('T5486', normal, 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('T8131', [cmm_src, expect_broken(8131)], compile, [''])