summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghc-e/should_run/all.T
blob: 60bafdf73aa4d76078068dbe95e3d6dc4fe128d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15

setTestOpts(if_compiler_profiled(skip))

test('ghc-e001', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e001'])
test('ghc-e002', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e002'])
test('ghc-e003', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e003'])
test('ghc-e004', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e004'])
test('ghc-e005', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e005'])

test('2228',
     [req_interp, if_ghci_dynamic(expect_broken(7298))],
     run_command,
     ['$MAKE --no-print-directory -s 2228'])
test('2636', req_interp, run_command, ['$MAKE --no-print-directory -s 2636'])
test('3890', req_interp, run_command, ['$MAKE --no-print-directory -s 3890'])