diff options
author | Ben Gamari <ben@smart-cactus.org> | 2020-03-09 19:12:46 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2020-03-10 12:27:37 -0400 |
commit | 7d684b87260ea384c87c2ea21bad65521bc93e96 (patch) | |
tree | 00cf2863b6738fe2a6dd98fe36846de76071a2dd | |
parent | 9668781a36941e7552fcec38f6d4e1d5ec3ef6d1 (diff) | |
download | haskell-wip/T17018.tar.gz |
testsuite: Mark ghci056 and ghcilink004 as fragile in unregwip/T17018
As noted in #17018.
Also fix fragile declaration of T13786, which only runs in the normal
way.
-rw-r--r-- | testsuite/tests/ghci/T13786/all.T | 2 | ||||
-rw-r--r-- | testsuite/tests/ghci/linking/all.T | 1 | ||||
-rwxr-xr-x | testsuite/tests/ghci/scripts/all.T | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/testsuite/tests/ghci/T13786/all.T b/testsuite/tests/ghci/T13786/all.T index a511474c96..b406fad214 100644 --- a/testsuite/tests/ghci/T13786/all.T +++ b/testsuite/tests/ghci/T13786/all.T @@ -1,4 +1,4 @@ test('T13786', - when(unregisterised(), fragile_for(17018, ['ghci'])), + when(unregisterised(), fragile(17018)), makefile_test, []) diff --git a/testsuite/tests/ghci/linking/all.T b/testsuite/tests/ghci/linking/all.T index 7181b161f2..6318fc22e9 100644 --- a/testsuite/tests/ghci/linking/all.T +++ b/testsuite/tests/ghci/linking/all.T @@ -20,6 +20,7 @@ test('ghcilink003', test('ghcilink004', [extra_files(['TestLink.hs', 'f.c']), unless(doing_ghci, skip), + when(unregisterised(), fragile(16085)), req_rts_linker], makefile_test, ['ghcilink004']) 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']) |