Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC

Commits:

1 changed file:

Changes:

  • testsuite/tests/rts/flags/all.T
    ... ... @@ -59,12 +59,12 @@ test('T12870h',
    59 59
     
    
    60 60
     test('T20006a',
    
    61 61
         [extra_files(['T20006.hs']), extra_run_opts('+RTS --eventlog-flush-interval=1'),
    
    62
    -        only_ways(['threaded1', 'threaded2'])],
    
    62
    +        only_ways(threaded_ways)],
    
    63 63
         multimod_compile_and_run,
    
    64 64
         ['T20006', ''])
    
    65 65
     
    
    66 66
     test('T20006b',
    
    67 67
         [extra_files(['T20006.hs']), extra_run_opts('+RTS --eventlog-flush-interval=1'),
    
    68
    -        expect_fail_for(['normal'])],
    
    68
    +        expect_fail_for([way for way in all_ways if way not in threaded_ways])],
    
    69 69
         multimod_compile_and_run,
    
    70 70
         ['T20006', ''])