[Git][ghc/ghc][wip/joachim/issue16624] Do not run performGC

Joachim Breitner gitlab at gitlab.haskell.org
Fri May 3 09:02:00 UTC 2019



Joachim Breitner pushed to branch wip/joachim/issue16624 at Glasgow Haskell Compiler / GHC


Commits:
2a95f151 by Joachim Breitner at 2019-05-03T09:01:27Z
Do not run performGC

it makes other tests fall over

- - - - -


1 changed file:

- libraries/ghc-heap/tests/heap_all.hs


Changes:

=====================================
libraries/ghc-heap/tests/heap_all.hs
=====================================
@@ -240,9 +240,6 @@ main = do
     getClosureData con >>=
         assertClosuresEq exConstrClosure
 
-    evaluate staticClosure
-    performGC
-
     -- Static Constructor
     getClosureData staticClosure >>=
         assertClosuresEq exConstrNoCafClosure



View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/2a95f15127b4f13c20700abc329509a360170055

-- 
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/2a95f15127b4f13c20700abc329509a360170055
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/20190503/7dffb340/attachment.html>


More information about the ghc-commits mailing list