[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 23:47:23 UTC 2023
Marge Bot pushed to branch wip/marge_bot_batch_merge_job at Glasgow Haskell Compiler / GHC
Commits:
8b71536b by Zubin Duggal at 2023-12-22T18:47:18-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/8b71536b44da94dc08336379627c32dd509423ce
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/8b71536b44da94dc08336379627c32dd509423ce
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/9da61a37/attachment-0001.html>
More information about the ghc-commits
mailing list