summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci
diff options
context:
space:
mode:
authorThomas Miedema <thomasmiedema@gmail.com>2016-01-26 13:07:38 +0100
committerThomas Miedema <thomasmiedema@gmail.com>2016-01-27 01:56:42 +0100
commiteeb67c9b833d95fa69932c34a3175054dacb83e2 (patch)
tree8d9da44c8da4a9c4198c297196ee246bd9c8935f /testsuite/tests/ghci
parent144ddb414a8a4f40df1ad9ab27fcdf38f30db4d3 (diff)
downloadhaskell-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/ghci')
-rw-r--r--testsuite/tests/ghci/linking/all.T4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index 7404de3923..369ef284c8 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -1,5 +1,5 @@
test('ghcilink001',
- [when(ghci_dynamic(), expect_fail), # dynamic ghci can't load '.a's
+ [when(ghc_dynamic(), expect_fail), # dynamic ghci can't load '.a's
unless(doing_ghci, skip),
extra_clean(['dir001/*','dir001'])],
run_command,
@@ -43,7 +43,7 @@ test('ghcilink006',
test('T3333',
[extra_clean(['T3333.o']),
unless(doing_ghci, skip),
- unless(opsys('linux') or opsys('darwin') or ghci_dynamic(), expect_broken(3333))],
+ unless(opsys('linux') or opsys('darwin') or ghc_dynamic(), expect_broken(3333))],
run_command,
['$MAKE -s --no-print-directory T3333'])