[commit: ghc] wip/T16085: testsuite: Skip T1288_ghci in unregisterised (a3448ae)

git at git.haskell.org git at git.haskell.org
Tue Jan 22 17:15:11 UTC 2019


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T16085
Link       : http://ghc.haskell.org/trac/ghc/changeset/a3448ae202e441234bc11d5842c9e2756468099c/ghc

>---------------------------------------------------------------

commit a3448ae202e441234bc11d5842c9e2756468099c
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Tue Jan 22 12:13:28 2019 -0500

    testsuite: Skip T1288_ghci in unregisterised
    
    As pointed out in #16085, these ghci tests are fragile in the unregisterised
    way.


>---------------------------------------------------------------

a3448ae202e441234bc11d5842c9e2756468099c
 testsuite/tests/ffi/should_run/all.T | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/testsuite/tests/ffi/should_run/all.T b/testsuite/tests/ffi/should_run/all.T
index 3a3dfd7..5bc1ab2 100644
--- a/testsuite/tests/ffi/should_run/all.T
+++ b/testsuite/tests/ffi/should_run/all.T
@@ -100,6 +100,8 @@ test('T1679', normal, compile_and_run, [''])
 test('T1288', [omit_ways(['ghci'])], compile_and_run, ['T1288_c.c'])
 test('T1288_ghci',
      [only_ways(['ghci']),
+      # This test is fragile when unregisterised; see #16085
+      when(unregisterised(), skip),
       pre_cmd('$MAKE -s --no-print-directory T1288_ghci_setup')],
      compile_and_run, ['T1288_ghci_c.o'])
 



More information about the ghc-commits mailing list