[Git][ghc/ghc][master] Mark T26410_ffi as fragile on Windows
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: 6b42232c by sheaf at 2025-11-20T17:34:35-05:00 Mark T26410_ffi as fragile on Windows As seen in #26595, this test intermittently fails on Windows. This commit marks it as fragile, until we get around to fixing it. - - - - - 1 changed file: - testsuite/tests/simd/should_run/all.T Changes: ===================================== testsuite/tests/simd/should_run/all.T ===================================== @@ -175,6 +175,7 @@ test('T26410_ffi' , [ only_ways(llvm_ways) # SIMD NCG TODO: support 512-bit wide vectors , unless(arch('x86_64') and have_cpu_feature('avx512f'), skip) , extra_hc_opts('-mavx512f -optc -mavx512f -optlc -mcpu=penryn') + , when(opsys('mingw32'), fragile(26595)) ] , compile_and_run if have_cpu_feature('avx512f') else compile , ['T26410_ffi_c.c']) View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6b42232c34273137b194c41b3c968be4... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6b42232c34273137b194c41b3c968be4... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Marge Bot (@marge-bot)