[Git][ghc/ghc][master] ci: mark size_hello_artifact fragile on darwin x86
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: f8817879 by mangoiv at 2026-03-17T23:48:44-04:00 ci: mark size_hello_artifact fragile on darwin x86 The size of the x86_64 hello artifact is not stable which results in flaky testruns. Resolves #26814 - - - - - 1 changed file: - testsuite/tests/perf/size/all.T Changes: ===================================== testsuite/tests/perf/size/all.T ===================================== @@ -1,6 +1,9 @@ test('size_hello_obj', [collect_size(5, 'size_hello_obj.o')], compile, ['']) -test('size_hello_artifact', [collect_size(5, 'size_hello_artifact' + exe_extension())], +test('size_hello_artifact', + [ collect_size(5, 'size_hello_artifact' + exe_extension()), + when(arch('x86_64') and opsys('darwin'), fragile(26814)) + ], compile_artifact, ['']) test('size_hello_artifact_gzip', [extra_files(['./size_hello_artifact.hs']), View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f8817879f94e4ea3e603808fd6370b83... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/f8817879f94e4ea3e603808fd6370b83... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)