Magnus pushed to branch wip/mangoiv/ci-stages at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/driver/testlib.py
    ... ... @@ -1710,8 +1710,8 @@ async def test_common_work(name: TestName, opts,
    1710 1710
     
    
    1711 1711
             # Skip tests which require hadrian dependencies if we are testing
    
    1712 1712
             # an out-of-tree compiler as Hadrian is unavailable. See #13897.
    
    1713
    -        if not config.in_tree_compiler and getTestOpts().hadrian_deps - {'test:ghc'}:
    
    1714
    -            do_ways = []
    
    1713
    +        # if not config.in_tree_compiler and getTestOpts().hadrian_deps - {'test:ghc'}:
    
    1714
    +        #     do_ways = []
    
    1715 1715
     
    
    1716 1716
             # Run the required tests...
    
    1717 1717
             for way in do_ways: