-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
Hi,
I'm getting the following on FreeBSD-10.2 using version b2873cf:
..........x............x.....x......x....x.......xx......................................x...x....x.x.....x.x..........
In test "Directory notifications":
failed: receive IN_MOVED_FROM event on moving file from directory to another location within the same mount point
failed: receive IN_MOVED_TO event on moving file to directory from another location within the same mount point
In test "Open/close notifications":
failed: receive IN_OPEN on cat
failed: receive IN_CLOSE_NOWRITE on cat
failed: receive IN_OPEN on ls
failed: receive IN_CLOSE_NOWRITE on ls
failed: receive IN_OPEN on modify
failed: receive IN_CLOSE_WRITE on modify
In test "Symbolic links":
failed: Start watch successfully on a symlink file with IN_DONT_FOLLOW
failed: Receive IN_ATTRIB after touching symlink itself
failed: Receive IN_MOVE_SELF after moving the symlink
failed: Receive IN_DELETE_SELF after removing the symlink
In test "Failures":
failed: watch id is -1, errno set to EACCES when starting watching a file without read access
--------------------
Run: 119
Passed: 106
Failed: 13
# uname -a
FreeBSD stingray.adestra.com 10.2-RELEASE FreeBSD 10.2-RELEASE #0 r286666: Wed Aug 12 15:26:37 UTC 2015 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64
Configure command line:
$ ./configure --prefix=/usr/local --localstatedir=/var --mandir=/usr/local/man --infodir=/usr/local/info/ --build=amd64-portbld-freebsd10.2
Aside from the expected IN_OPEN, IN_CLOSE_WRITE and IN_CLOSE_NOWRITE failures what am I missing here to get all the tests passing?
Metadata
Metadata
Assignees
Labels
No labels