From c26e81d116a653b5259aeb290fb1e697efe3382a Mon Sep 17 00:00:00 2001 From: Ben Gamari Date: Thu, 16 Jul 2020 13:56:37 -0400 Subject: testsuite: Mark ghci tests as fragile under unreg compiler In particular I have seen T16012 fail repeatedly under the unregisterised compiler. --- testsuite/tests/ghci/should_run/all.T | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuite') diff --git a/testsuite/tests/ghci/should_run/all.T b/testsuite/tests/ghci/should_run/all.T index 1677763591..fa4c78cdce 100644 --- a/testsuite/tests/ghci/should_run/all.T +++ b/testsuite/tests/ghci/should_run/all.T @@ -1,7 +1,7 @@ # We only want to run these tests with GHCi -def just_ghci( name, opts ): - opts.only_ways = ['ghci'] +# N.B. ghci is slightly broken under unregisterised compilers. +just_ghci = [ only_ways(['ghci']), when(unregisterised(), fragile(18463)) ] test('ghcirun001', just_ghci, compile_and_run, ['']) test('ghcirun002', just_ghci, compile_and_run, ['']) -- cgit v1.2.1