[Git][ghc/ghc][wip/widen-stats-window2] Disable rts_so test
Matthew Pickering (@mpickering)
gitlab at gitlab.haskell.org
Fri May 3 15:20:41 UTC 2024
Matthew Pickering pushed to branch wip/widen-stats-window2 at Glasgow Haskell Compiler / GHC
Commits:
6941ffb7 by Matthew Pickering at 2024-05-03T16:19:18+01:00
Disable rts_so test
It has already manifested large fluctuations and destabilising CI
Fixes #24762
- - - - -
1 changed file:
- testsuite/tests/perf/size/all.T
Changes:
=====================================
testsuite/tests/perf/size/all.T
=====================================
@@ -72,7 +72,8 @@ test('mtl_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_obje
test('os_string_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "os-string")] , static_stats, [] )
test('parsec_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "parsec")] , static_stats, [] )
test('process_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "process")] , static_stats, [] )
-test('rts_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "rts", True)] , static_stats, [] )
+# Disabled as extremely unstable
+#test('rts_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "rts", True)] , static_stats, [] )
test('template_haskell_so',[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "template-haskell")] , static_stats, [] )
test('terminfo_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "terminfo")] , static_stats, [] )
test('text_so' ,[req_dynamic_ghc, js_skip, windows_skip, collect_object_size(size_acceptance_threshold, "text")] , static_stats, [] )
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6941ffb74300878b8b176d53e26f91539f0d49f5
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/6941ffb74300878b8b176d53e26f91539f0d49f5
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/20240503/cdbedd4d/attachment.html>
More information about the ghc-commits
mailing list