[Git][ghc/ghc][wip/marge_bot_batch_merge_job] testsuite: mark jspace as fragile on i386.
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Fri Dec 22 19:17:05 UTC 2023
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
1447ba69 by Zubin Duggal at 2023-12-22T14:17:02-05:00
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/1447ba69b2a1a92568378aceaa52b126456ee114
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1447ba69b2a1a92568378aceaa52b126456ee114
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/20231222/f9e279f5/attachment-0001.html>
More information about the ghc-commits
mailing list