summaryrefslogtreecommitdiff
path: root/testsuite/tests/ghci/linking/all.T
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2018-12-28 19:19:48 -0500
committerBen Gamari <ben@smart-cactus.org>2018-12-28 19:21:52 -0500
commit9bce364125b55407e632d9a2061d09c6f346fa71 (patch)
treecb7f7068391bde6931bfd8336d2ddbb3c83f8a6d /testsuite/tests/ghci/linking/all.T
parentfdf11c90992762f6f6264b8d8c1678c4ddd53eb8 (diff)
downloadhaskell-9bce364125b55407e632d9a2061d09c6f346fa71.tar.gz
testsuite: Disable more tests in unregisterised buildwip/disable-fragile-unreg-tests
This disables `ghcilink005`, `foreignInterruptable`, and `T7040_ghci` in the unregisterised build as they tend to fail non-deterministically. See ticket #16085.
Diffstat (limited to 'testsuite/tests/ghci/linking/all.T')
-rw-r--r--testsuite/tests/ghci/linking/all.T8
1 files changed, 6 insertions, 2 deletions
diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T
index f9617c5cf7..4f12d2705e 100644
--- a/testsuite/tests/ghci/linking/all.T
+++ b/testsuite/tests/ghci/linking/all.T
@@ -19,8 +19,12 @@ test('ghcilink004',
when(arch('powerpc64') or arch('powerpc64le'), expect_broken(11259))],
run_command, ['$MAKE -s --no-print-directory ghcilink004'])
-test('ghcilink005', [extra_files(['TestLink.hs', 'f.c']),
- unless(doing_ghci, skip)], run_command,
+test('ghcilink005',
+ [extra_files(['TestLink.hs', 'f.c']),
+ # Fragile when unregisterised; see #16085
+ when(unregisterised(), skip),
+ unless(doing_ghci, skip)],
+ run_command,
['$MAKE -s --no-print-directory ghcilink005'])
test('ghcilink006', [unless(doing_ghci, skip)], run_command,