
Marge Bot pushed to branch master at Glasgow Haskell Compiler / GHC Commits: d4952549 by Ben Gamari at 2025-06-27T16:32:08-04:00 testsuite/caller-cc: Make CallerCc[123] less sensitive These were previously sensitive to irrelevant changes in program structure. To avoid this we filter out all by lines emitted by the -fcaller-cc from the profile. - - - - - 1 changed file: - testsuite/tests/profiling/should_run/caller-cc/all.T Changes: ===================================== testsuite/tests/profiling/should_run/caller-cc/all.T ===================================== @@ -8,6 +8,7 @@ setTestOpts(only_ways(prof_ways)) setTestOpts(extra_files(['Main.hs'])) setTestOpts(extra_run_opts('7')) setTestOpts(grep_prof("Main.hs")) +setTestOpts(grep_prof("calling:")) # N.B. Main.hs is stolen from heapprof001. View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d495254997e5d0b7b2a16a00fed05edc... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/d495254997e5d0b7b2a16a00fed05edc... You're receiving this email because of your account on gitlab.haskell.org.