[commit: ghc] wip/test-t3424: Skip T3424 when fast() (4dbacba)

git at git.haskell.org git at git.haskell.org
Wed Feb 27 01:13:52 UTC 2019


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

On branch  : wip/test-t3424
Link       : http://ghc.haskell.org/trac/ghc/changeset/4dbacba5d2831bc80c48f3986e59b1a1c91cc620/ghc

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

commit 4dbacba5d2831bc80c48f3986e59b1a1c91cc620
Author: Vladislav Zavialov <vlad.z.4096 at gmail.com>
Date:   Tue Feb 26 08:32:48 2019 +0300

    Skip T3424 when fast()
    
    14586f5d removed this by accident.


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

4dbacba5d2831bc80c48f3986e59b1a1c91cc620
 testsuite/tests/rts/all.T | 1 +
 1 file changed, 1 insertion(+)

diff --git a/testsuite/tests/rts/all.T b/testsuite/tests/rts/all.T
index 6808e7e..ac0fbff 100644
--- a/testsuite/tests/rts/all.T
+++ b/testsuite/tests/rts/all.T
@@ -110,6 +110,7 @@ test('T3424',
      [ # Skip due to non-deterministic timeouts on CI, see Trac #16349
        when(unregisterised(), skip),
        # And it's slow in general
+       when(fast(), skip),
        only_ways(['normal','threaded1','ghci'])
      ],
      compile_and_run, [''])



More information about the ghc-commits mailing list