[Git][ghc/ghc][wip/fragile-jspace-i386] testsuite: mark jspace as fragile on i386.
Zubin (@wz1000)
gitlab at gitlab.haskell.org
Wed Dec 20 14:35:38 UTC 2023
Zubin pushed to branch wip/fragile-jspace-i386 at Glasgow Haskell Compiler / GHC
Commits:
d6cd58f1 by Zubin Duggal at 2023-12-20T19:53:01+05:30
testsuite: mark jspace as fragile on i386.
This test has been flaky for some time and has been failing consistently on
i386-linux since 8e0446df landed.
See #24261
- - - - -
1 changed file:
- testsuite/tests/driver/j-space/all.T
Changes:
=====================================
testsuite/tests/driver/j-space/all.T
=====================================
@@ -1 +1 @@
-test('jspace', [extra_files(['genJspace']), req_target_smp, req_ghc_smp, js_broken(22573)], makefile_test, ['jspace'])
+test('jspace', [extra_files(['genJspace']), req_target_smp, req_ghc_smp, js_broken(22573),when(arch('i386'), fragile(24261))], makefile_test, ['jspace'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d6cd58f1dbacd780b374933f06a6fa1c3d4ac956
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d6cd58f1dbacd780b374933f06a6fa1c3d4ac956
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20231220/93c4be96/attachment.html>
More information about the ghc-commits
mailing list