[Git][ghc/ghc][wip/keepAlive-the-return-of-the-primop] testsuite fixes
Ben Gamari
gitlab at gitlab.haskell.org
Fri Dec 4 21:11:34 UTC 2020
Ben Gamari pushed to branch wip/keepAlive-the-return-of-the-primop at Glasgow Haskell Compiler / GHC
Commits:
40e8fd86 by Ben Gamari at 2020-12-04T15:59:28-05:00
testsuite fixes
Metric Increase:
T10421
T13701
T14697
T12227
T12234
T12425
T13035
T5536
- - - - -
2 changed files:
- testsuite/tests/ghci/should_run/T16012.script
- testsuite/tests/ghci/should_run/T16012.stdout
Changes:
=====================================
testsuite/tests/ghci/should_run/T16012.script
=====================================
@@ -3,4 +3,4 @@
-- should always return a reasonably low result.
n <- System.Mem.getAllocationCounter
-if (n < 0 && n >= -160000) then putStrLn "Alloction counter in expected range" else (putStrLn $ "Unexpected allocation counter result:" ++ show n)
+if (n < 0 && n >= -200000) then putStrLn "Allocation counter in expected range" else (putStrLn $ "Unexpected allocation counter result:" ++ show n)
=====================================
testsuite/tests/ghci/should_run/T16012.stdout
=====================================
@@ -1 +1 @@
-Alloction counter in expected range
+Allocation counter in expected range
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/40e8fd86a8cccd0a967a9a75aaf41c1eb53618b4
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/40e8fd86a8cccd0a967a9a75aaf41c1eb53618b4
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/20201204/38a9ef16/attachment.html>
More information about the ghc-commits
mailing list