How to print test log in case of failures?

2018-01-22 Thread Gianfranco Costamagna
Hello, I'm trying to sort out an armhf alignment issue that happens with haskell-th-utilities in Ubuntu (but I'm pretty sure this isn't an Ubuntu-specific issue, reason for Ubuntu to fail is probably because stuff is run on top of an arm64 kernel). Test suite logged to: dist-ghc/test/th-utilities-

Re: How to print test log in case of failures?

2018-01-22 Thread James Clarke
On 22 Jan 2018, at 11:34, Gianfranco Costamagna wrote: > Hello, I'm trying to sort out an armhf alignment issue > that happens with haskell-th-utilities in Ubuntu > (but I'm pretty sure this isn't an Ubuntu-specific issue, reason > for Ubuntu to fail is probably because stuff is run on top of an

Re: How to print test log in case of failures?

2018-01-24 Thread Gianfranco Costamagna
Hello James, >That whole file looks like a major source of unaligned accesses, at aglance, >and likely needs some attention to support a potential lack of 64-bit >(and, in general, any) unaligned accesses. so, thanks for the really helpful answer! Do you think it is ok to override the testsui