1
2
3
4
5
6
7
8
9
10
|
test('num001', normal, compile_and_run, [''])
test('num002', normal, compile_and_run, [''])
test('num003', normal, compile_and_run, [''])
test('num004', normal, compile_and_run, [''])
test('num005', normal, compile_and_run, [''])
test('num006', normal, compile_and_run, [''])
test('num007', normal, compile_and_run, [''])
test('num008', normal, compile_and_run, [''])
test('num009', compose(skip_if_fast, if_os('darwin', expect_broken(2370))), compile_and_run, [''])
test('num010', normal, compile_and_run, [''])
|