hinotify
hinotify copied to clipboard
Failures on ARM
I'm seeing test failures on ARM. Is this something with GHC or hinotify?
https://kojipkgs.fedoraproject.org//work/tasks/8428/13778428/build.log
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?
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