diff options
author | Thomas Miedema <thomasmiedema@gmail.com> | 2016-01-26 13:07:38 +0100 |
---|---|---|
committer | Thomas Miedema <thomasmiedema@gmail.com> | 2016-01-27 01:56:42 +0100 |
commit | eeb67c9b833d95fa69932c34a3175054dacb83e2 (patch) | |
tree | 8d9da44c8da4a9c4198c297196ee246bd9c8935f /testsuite/tests/ghc-e | |
parent | 144ddb414a8a4f40df1ad9ab27fcdf38f30db4d3 (diff) | |
download | haskell-eeb67c9b833d95fa69932c34a3175054dacb83e2.tar.gz |
Testsuite: fixup req_profiling tests (#11496)
* T2552 (#10037) is failng for all threaded opt_ways, not for WAY=prof.
* TH_spliceE5_prof (#11495) is failing when ghc_dynamic
* Rename ghci_dynamic to ghc_dynamic. It's the same thing.
Diffstat (limited to 'testsuite/tests/ghc-e')
-rw-r--r-- | testsuite/tests/ghc-e/should_run/all.T | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite/tests/ghc-e/should_run/all.T b/testsuite/tests/ghc-e/should_run/all.T index ae286538cc..a10fb0d816 100644 --- a/testsuite/tests/ghc-e/should_run/all.T +++ b/testsuite/tests/ghc-e/should_run/all.T @@ -7,7 +7,7 @@ test('ghc-e005', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e0 test('ghc-e006', req_interp, run_command, ['$MAKE --no-print-directory -s ghc-e006']) test('T2228', - [req_interp, when(ghci_dynamic(), expect_broken(7298))], + [req_interp, when(ghc_dynamic(), expect_broken(7298))], run_command, ['$MAKE --no-print-directory -s T2228']) test('T2636', req_interp, run_command, ['$MAKE --no-print-directory -s T2636']) |