Simon Jakobi pushed to branch wip/sjakobi/T17088 at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/rts/all.T
    ... ... @@ -540,7 +540,11 @@ test('RestartEventLogging',
    540 540
          compile_and_run, ['RestartEventLogging_c.c'])
    
    541 541
     
    
    542 542
     test('T17088',
    
    543
    -     [extra_ways(['compacting_gc']), extra_run_opts('+RTS -A256k -RTS')],
    
    543
    +     [ only_ways(['compacting_gc'])
    
    544
    +     , extra_ways(['compacting_gc'])
    
    545
    +     , ignore_stdout # The test prints uninitialized memory. See #27534
    
    546
    +     , extra_run_opts('+RTS -A256k -RTS')
    
    547
    +     ],
    
    544 548
          compile_and_run, ['-rtsopts -O2'])
    
    545 549
     
    
    546 550
     test('T15427', js_broken(22374), compile_and_run, [''])