<div dir="ltr">Fixed. See <a href="https://ghc.haskell.org/trac/ghc/ticket/12112" target="_blank">https://ghc.haskell.org/trac/ghc/ticket/12112</a> for details.</div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jun 24, 2016 at 10:26 AM, Ömer Sinan Ağacan <span dir="ltr"><<a href="mailto:omeragacan@gmail.com" target="_blank">omeragacan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I also realized this after a rebase I did yesterday. Should be a recent thing.<br>
<br>
2016-06-24 7:58 GMT+00:00 Simon Peyton Jones via ghc-devs<br>
<<a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a>>:<br>
<div><div class="h5">> Thomas<br>
><br>
> During debugging I often compile a single test program<br>
><br>
>             ghc -c T1969.hs<br>
><br>
> But the new testsuite setup doesn’t remove .hi and .o files before running a<br>
> test, so<br>
><br>
>             make TEST=T1969<br>
><br>
> says<br>
><br>
> bytes allocated value is too low:<br>
><br>
> …<br>
><br>
>     Deviation   T1969(normal) bytes allocated:     -95.2 %<br>
><br>
> Reason?  Compilation was not required!<br>
><br>
> Non-perf tests fail in the same way<br>
><br>
> +compilation IS NOT required<br>
><br>
> *** unexpected failure for T11480b(normal)<br>
><br>
> I’m sure this didn’t use to happen.<br>
><br>
> It’s not fatal, because can manually remove those .o files, but it’s a bit<br>
> of a nuisance.  Might it be easy to restore the old behaviour?<br>
><br>
> Thanks<br>
><br>
> Simon<br>
><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> ghc-devs mailing list<br>
> <a href="mailto:ghc-devs@haskell.org">ghc-devs@haskell.org</a><br>
> <a href="http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs" rel="noreferrer" target="_blank">http://mail.haskell.org/cgi-bin/mailman/listinfo/ghc-devs</a><br>
><br>
</blockquote></div><br></div>