diff options
author | Ben Gamari <ben@smart-cactus.org> | 2018-12-28 19:19:48 -0500 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2018-12-28 19:21:52 -0500 |
commit | 9bce364125b55407e632d9a2061d09c6f346fa71 (patch) | |
tree | cb7f7068391bde6931bfd8336d2ddbb3c83f8a6d /testsuite/tests/rts/all.T | |
parent | fdf11c90992762f6f6264b8d8c1678c4ddd53eb8 (diff) | |
download | haskell-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/rts/all.T')
-rw-r--r-- | testsuite/tests/rts/all.T | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T index 466ee84d1c..41528405ae 100644 --- a/testsuite/tests/rts/all.T +++ b/testsuite/tests/rts/all.T @@ -247,6 +247,8 @@ test('T7040', [omit_ways(['ghci'])], compile_and_run, ['T7040_c.c']) test('T7040_ghci', [extra_files(['T7040_c.h']), only_ways(['ghci']), + # Fragile when unregisterised; see #16085 + when(unregisterised(), skip), pre_cmd('$MAKE -s --no-print-directory T7040_ghci_setup')], compile_and_run, ['T7040_ghci_c.o']) |