-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test results: FreeBSD-10.2 #33
Comments
Kernel should be patched to pass all the tests as it reqired some kqueue and open() extensions. These patches can be found in "patches" subdirectory and should be applied to 6-month old CURRENT. They require trivial updating to be applied to 10.2 or fresh CURRENT |
Are you tried to run tests as root? |
On 09/15/15 11:58, Vladimir Kondratiev wrote:
Yes, exactly.
|
Tried this on EL6.4 just now an found that Linux root is able to open files with 000 permissions for watching also. So this issue can be considered as testsuite bug. Could you run tests as ordinary user? P.S. Thanks for reporting this. |
On 09/15/15 12:43, Vladimir Kondratiev wrote:
If I run the tests as an ordinary user the EACCES failure doesn't occur.
PS. I'm just about to submit a PR to get the FreeBSD ports updated to
|
There are no unexpected failures now. P.S. Thanks again for report and plz dont close this issue as it reveals a false-positive in test suite |
Hi,
I'm getting the following on FreeBSD-10.2 using version b2873cf:
Configure command line:
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?
The text was updated successfully, but these errors were encountered: