Validate failures on 7.10 branch
On a fresh build of the 7.10 branch, I get five validate failures on Linux. They are below. Is this only me? Simon Unexpected failures: driver T8959a [bad stderr] (normal) th T10279 [stderr mismatch] (normal) typecheck/should_fail T10534 [stderr mismatch] (normal) Unexpected stat failures: perf/should_run T4830 [stat not good enough] (normal) perf/should_run T7436 [stat not good enough] (normal)
On Jun 17, 2015, at 8:00 AM, Simon Peyton Jones <simonpj@microsoft.com> wrote:
On a fresh build of the 7.10 branch, I get five validate failures on Linux. They are below. Is this only me?
typecheck/should_fail T10534 [stderr mismatch] (normal)
That's probably my fault. As long as the file doesn't compile and the error message is something along the lines of "can't match a with b", it's fine. I validated on master, not 7.10, and it's quite possible the error message changed between them. I don't know about the others. Richard
OK I've pushed that change. S From: Richard Eisenberg [mailto:eir@cis.upenn.edu] Sent: 17 June 2015 14:42 To: Simon Peyton Jones Cc: ghc-devs@haskell.org Subject: Re: Validate failures on 7.10 branch On Jun 17, 2015, at 8:00 AM, Simon Peyton Jones <simonpj@microsoft.com<mailto:simonpj@microsoft.com>> wrote: On a fresh build of the 7.10 branch, I get five validate failures on Linux. They are below. Is this only me? typecheck/should_fail T10534 [stderr mismatch] (normal) That's probably my fault. As long as the file doesn't compile and the error message is something along the lines of "can't match a with b", it's fine. I validated on master, not 7.10, and it's quite possible the error message changed between them. I don't know about the others. Richard
participants (2)
-
Richard Eisenberg -
Simon Peyton Jones