diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-09 19:12:46 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2020-03-11 08:19:08 -0400 |
commit | 336eac7ef049ba9feab5a948120f0f732e26f773 (patch) | |
tree | 61d6551729dbe5a4ce09851775cd037cd1a34ab1 /testsuite/tests/ghci/scripts | |
parent | 0bc23338b02ffd624247ace409ab690b2b4a6186 (diff) | |
download | haskell-336eac7ef049ba9feab5a948120f0f732e26f773.tar.gz |
testsuite: Mark ghci056 and ghcilink004 as fragile in unreg
As noted in #17018.
Also fix fragile declaration of T13786, which only runs in the normal
way.
Diffstat (limited to 'testsuite/tests/ghci/scripts')
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuite/tests/ghci/scripts/all.T b/testsuite/tests/ghci/scripts/all.T index 67e442d887..7bb6043b8b 100755 --- a/testsuite/tests/ghci/scripts/all.T +++ b/testsuite/tests/ghci/scripts/all.T @@ -90,6 +90,7 @@ test('ghci055', combined_output, ghci_script, ['ghci055.script']) test('ghci056', [pre_cmd('$MAKE -s --no-print-directory ghci056_setup'), + when(unregisterised(), fragile(17018)), extra_run_opts('ghci056_c.o')], ghci_script, ['ghci056.script']) |