summaryrefslogtreecommitdiff
path: root/testsuite/tests/simplStg/should_run/all.T
blob: 1d017043d67e26269476e95df6de70b7e2acebfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Args to compile_and_run are:
#	extra compile flags
#	extra run flags
#	expected process return value, if not zero

# Only compile with optimisation
def f( name, opts ):
  opts.only_ways = ['optasm']

setTestOpts(f)

test('T9291', normal, compile_and_run, [''])
test('T13536', normal, compile_and_run, [''])

test('T13536a',
        [ collect_stats('bytes allocated',5),
     only_ways(['optasm'])],
    compile_and_run,
    [''])

test('inferTags001', normal, multimod_compile_and_run, ['inferTags001', 'inferTags001_a'])