Testsuite cleaning

Simon Peyton Jones simonpj at microsoft.com
Fri Jun 24 10:00:19 UTC 2016


Thanks Thomas!

From: Thomas Miedema [mailto:thomasmiedema at gmail.com]
Sent: 24 June 2016 10:05
To: Ömer Sinan Ağacan <omeragacan at gmail.com>
Cc: Simon Peyton Jones <simonpj at microsoft.com>; ghc-devs at haskell.org
Subject: Re: Testsuite cleaning

Fixed. See https://ghc.haskell.org/trac/ghc/ticket/12112 for details.

On Fri, Jun 24, 2016 at 10:26 AM, Ömer Sinan Ağacan <omeragacan at gmail.com<mailto:omeragacan at gmail.com>> wrote:
I also realized this after a rebase I did yesterday. Should be a recent thing.

2016-06-24 7:58 GMT+00:00 Simon Peyton Jones via ghc-devs
<ghc-devs at haskell.org<mailto:ghc-devs at haskell.org>>:
> Thomas
>
> During debugging I often compile a single test program
>
>             ghc -c T1969.hs
>
> But the new testsuite setup doesn’t remove .hi and .o files before running a
> test, so
>
>             make TEST=T1969
>
> says
>
> bytes allocated value is too low:
>
>>
>     Deviation   T1969(normal) bytes allocated:     -95.2 %
>
> Reason?  Compilation was not required!
>
> Non-perf tests fail in the same way
>
> +compilation IS NOT required
>
> *** unexpected failure for T11480b(normal)
>
> I’m sure this didn’t use to happen.
>
> It’s not fatal, because can manually remove those .o files, but it’s a bit
> of a nuisance.  Might it be easy to restore the old behaviour?
>
> Thanks
>
> Simon
>
>
>
>
> _______________________________________________
> ghc-devs mailing list
> ghc-devs at haskell.org<mailto:ghc-devs at haskell.org>
> http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs<https://na01.safelinks.protection.outlook.com/?url=http%3a%2f%2fmail.haskell.org%2fcgi-bin%2fmailman%2flistinfo%2fghc-devs&data=01%7c01%7csimonpj%40064d.mgd.microsoft.com%7c1f601aa071a543d981d208d39c0ea578%7c72f988bf86f141af91ab2d7cd011db47%7c1&sdata=BSNpK3QB7fzGDgKcXYdyFE5dSocpCzeZ5fC6OnthsHs%3d>
>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-devs/attachments/20160624/ef5f9953/attachment-0001.html>


More information about the ghc-devs mailing list