[Git][ghc/ghc][master] testsuite: Only run T14497_compact in normal way
Marge Bot (@marge-bot)
gitlab at gitlab.haskell.org
Thu Dec 12 09:42:57 UTC 2024
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC
Commits:
ef2052a8 by Ben Gamari at 2024-12-12T04:42:32-05:00
testsuite: Only run T14497_compact in normal way
This test targets the compacting GC so it makes little sense to run it
across all ways. Moreover, it outright conflicts with the `nonmoving`
way.
- - - - -
1 changed file:
- testsuite/tests/rts/all.T
Changes:
=====================================
testsuite/tests/rts/all.T
=====================================
@@ -447,7 +447,7 @@ test('T14497', [omit_ways(['profasm']), multi_cpu_race], compile_and_run, ['-O']
# The issue in the above test also happened with compaction enabled.
test('T14497-compact',
[ extra_files(['T14497.hs'])
- , omit_ways(['profasm'])
+ , only_ways(['normal'])
, multi_cpu_race
, extra_run_opts('+RTS -c -RTS')
] , compile_and_run, ['-O'])
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef2052a86393c406342f32e7c1a310c932c9ac8f
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/ef2052a86393c406342f32e7c1a310c932c9ac8f
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/20241212/cc57fced/attachment.html>
More information about the ghc-commits
mailing list