Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
-
f8817879
by mangoiv at 2026-03-17T23:48:44-04:00
1 changed file:
Changes:
| 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']),
|