-
Notifications
You must be signed in to change notification settings - Fork 116
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 25, 28 and 40 fail on Debian Jessie and Buster #77
Comments
|
@elboulangero Could you try this branch: I'm still interested in what |
Hi @GBuella, here comes more details of build and test on Debian Jessie. I've been using your branch
|
I guess the matching script doesn't match "(null)" with "$(XX)". |
I think we should replace $(XX) with (null) wherever we expect null address. Some time ago we used to print 0x0 instead of (null) for null pointers (see commit description of 2db5fa0 as an example). On newer distros there are no mmap calls in this workload, so we haven't noticed that in conversion to (null). |
The following tests fail on Debian Jessie (8) and Debian Buster (10). All tests pass on Debian Stretch (9).
Note that the failure in the last test could be related to the commit I submitted to fix the build
bb10939
However this test already failed on Debian Buster before this commit, so... Maybe not related.
The text was updated successfully, but these errors were encountered: