-
Notifications
You must be signed in to change notification settings - Fork 54
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
Failing tests on x86_64 #197
Comments
Odd, no I dont know why, will investigate... |
My guess is that your kernel doesn't have support for some of these things and it is erroring (which should be skipped but its hard to check), but will look into it. Your kernel doesnt match your userspace, but that shouldnt matter. |
So, the intent is that all the tests should pass (or be skipped)? I've run the tests again, against the same ljsyscall version and master ( c8baf9e ), with the same results. I'm still using the same kernel, but a 16.04 userspace now. |
Ideally, but in many cases it is hard to know how a kernel will fail so On 10 Aug 2016 2:00 p.m., "kbara" notifications@github.com wrote:
|
That wasn't the standard kernel, but I believe 4.4.0-34-generic is the standard kernel, and I get the same results with it as well. |
Several tests fail on x86_64 linux, with and without sudo. Is this expected behaviour?
The following tests were run with 214550a , on x86_64 with a 4.4.4-040404-generic kernel, and an Ubuntu 14.04 userspace.
Details:
The text was updated successfully, but these errors were encountered: