[Git][ghc/ghc][wip/T22484] testsuite: Mark unpack_sums_6 as fragile due to #22504

Ben Gamari (@bgamari) gitlab at gitlab.haskell.org
Wed Nov 23 13:58:38 UTC 2022



Ben Gamari pushed to branch wip/T22484 at Glasgow Haskell Compiler / GHC


Commits:
1008d9b9 by Ben Gamari at 2022-11-23T08:57:35-05:00
testsuite: Mark unpack_sums_6 as fragile due to #22504

This test is explicitly dependent upon runtime, which is generally not
appropriate given that the testsuite is run in parallel and generally
saturates the CPU.

- - - - -


1 changed file:

- testsuite/tests/unboxedsums/all.T


Changes:

=====================================
testsuite/tests/unboxedsums/all.T
=====================================
@@ -45,7 +45,7 @@ test('unpack_sums_2', normal, compile, ['-O'])
 test('unpack_sums_3', normal, compile_and_run, ['-O'])
 test('unpack_sums_4', normal, compile_and_run, ['-O'])
 test('unpack_sums_5', normal, compile, ['-O'])
-test('unpack_sums_6', normal, compile_and_run, ['-O'])
+test('unpack_sums_6', fragile(22504), compile_and_run, ['-O'])
 test('unpack_sums_7', [], makefile_test, [])
 test('unpack_sums_8', normal, compile_and_run, [""])
 test('unpack_sums_9', normal, compile, [""])



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1008d9b9b8353ac0bcc9bdf4cb478a78ec644c85

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/1008d9b9b8353ac0bcc9bdf4cb478a78ec644c85
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/20221123/81ee8266/attachment.html>


More information about the ghc-commits mailing list