hinotify icon indicating copy to clipboard operation
hinotify copied to clipboard

Failures on ARM

Open mathstuf opened this issue 9 years ago • 2 comments

I'm seeing test failures on ARM. Is this something with GHC or hinotify?

https://kojipkgs.fedoraproject.org//work/tasks/8428/13778428/build.log

mathstuf avatar Apr 24 '16 01:04 mathstuf

The log shows some weird issues. Take test001 for example. It registers for Open and Close events.

It then says that it expected the following event entries;

> Accessed {isDirectory = True, maybeFilePath = Nothing}
> Accessed {isDirectory = True, maybeFilePath = Nothing}

which is not true, the test declares that it expected

< Opened {isDirectory = True, maybeFilePath = Nothing}
< Closed {isDirectory = True, maybeFilePath = Nothing, wasWriteable = False}

However, the test log says that it got;

< Opened {isDirectory = True, maybeFilePath = Nothing}
< Closed {isDirectory = True, maybeFilePath = Nothing, wasWriteable = False}

which is exactly what the test should have expected.

What build of GHC is it? Linux kernel?

kolmodin avatar Apr 24 '16 18:04 kolmodin

All packages are visible here: https://kojipkgs.fedoraproject.org//work/tasks/8428/13778428/root.log

Kernel and GHC:

ghc-ghc.armv7hl 7.8.4-47.fc24 kernel version == 4.4.6-301.fc23.armv7hl

mathstuf avatar Apr 24 '16 18:04 mathstuf