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

Commits:

1 changed file:

Changes:

  • testsuite/tests/perf/size/all.T
    1 1
     test('size_hello_obj', [collect_size(5, 'size_hello_obj.o')], compile, [''])
    
    2 2
     
    
    3
    -test('size_hello_artifact', [collect_size(5, 'size_hello_artifact' + exe_extension())],
    
    3
    +test('size_hello_artifact',
    
    4
    +  [ collect_size(5, 'size_hello_artifact' + exe_extension()),
    
    5
    +    when(arch('x86_64') and opsys('darwin'), fragile(26814))
    
    6
    +  ],
    
    4 7
                                  compile_artifact, [''])
    
    5 8
     
    
    6 9
     test('size_hello_artifact_gzip', [extra_files(['./size_hello_artifact.hs']),