1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
test('T7859', req_interp, run_command,
['$MAKE --no-print-directory -s T7859'])
test('T8601', req_interp, run_command,
['$MAKE --no-print-directory -s T8601'])
test('T11247', [req_interp, expect_broken(11247)], run_command,
['$MAKE --no-print-directory -s T11247'])
test('T6132', [when(opsys('darwin'), expect_broken(6132))], compile, [''])
test('T-signals-child',
[ when(opsys('mingw32'), skip), req_interp
, only_ways(['threaded1', 'threaded2'])
],
run_command,
['$MAKE --no-print-directory -s T-signals-child'])
|