RE: Testsuite cleaning

2016-06-24 Thread Simon Peyton Jones via ghc-devs
Thanks Thomas! From: Thomas Miedema [mailto:thomasmied...@gmail.com] Sent: 24 June 2016 10:05 To: Ömer Sinan Ağacan <omeraga...@gmail.com> Cc: Simon Peyton Jones <simo...@microsoft.com>; ghc-devs@haskell.org Subject: Re: Testsuite cleaning Fixed. See https://ghc.haskell.org/trac/ghc/

Re: Testsuite cleaning

2016-06-24 Thread Thomas Miedema
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 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

Re: Testsuite cleaning

2016-06-24 Thread Ömer Sinan Ağacan
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 : > Thomas > > During debugging I often compile a single test program > > ghc -c T1969.hs > > But the new testsuite setup

Testsuite cleaning

2016-06-24 Thread Simon Peyton Jones via ghc-devs
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: