[Haskell-cafe] weird behavior using HUnit

Frédéric Gobry frederic.gobry at epfl.ch
Mon Jan 24 02:37:35 EST 2005


> lots of memory again. I've isolated the problem down. It seems that if I
> declare my test suite with the line:
> 
> testParseLog = HUnit.runTestTT (HUnit.TestList [_testUpdate])
> 
> then my code does not run in constant space anymore. Note that the
> testParseLog is not actually used, but only exported from the module, so
> that I can run it with ghc -e testParseLog.

Ok, my problem is certainly not sexy enough to make anyone dig in the
code. I can understand that :-) 

Any hint on how I should debug this however ?

Frédéric

-- 
Frédéric Gobry    Infoscience
                  DIT-KIS / EPFL
                  Tel: +41216932288
http://people.epfl.ch/frederic.gobry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
Url : http://www.haskell.org//pipermail/haskell-cafe/attachments/20050124/967815b4/attachment.bin


More information about the Haskell-Cafe mailing list