-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Fix tests compilation on OpenBSD #1246
Fix tests compilation on OpenBSD #1246
Conversation
Signed-off-by: pavelkumbrasev <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copyright check flagged otherwise LGTM!
It is test_malloc_compliance.cpp that has the issue with RLIMIT_AS. This one seemed to be an issue with comparison of integers of different signs.
|
Signed-off-by: pavelkumbrasev <[email protected]>
Signed-off-by: pavelkumbrasev <[email protected]>
@brad0 Could you please validate the last revision? |
test_eh_thread.cpp builds.
|
Signed-off-by: pavelkumbrasev <[email protected]>
Oh, sorry, that was not obvious. Could you please test it one more time? |
Yes, that builds. Thanks. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Description
This test won't work on OpenBSD because it doesn't have RLIMIT_AS. So this patch disables this test.
#1015
Type of change
Choose one or multiple, leave empty if none of the other choices apply
Add a respective label(s) to PR if you have permissions
Tests
Documentation
Breaks backward compatibility
Notify the following users
List users with
@
to send notificationsOther information