Skip to content
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 test dlopen for libc.so filename with more than one digit #171

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

lucaskanashiro
Copy link

In Debian alpha architecture, we have libc.so.6.1 which causes a failure in this test:

  1. Failure:
    TestFiddle#test_dlopen_linker_script_group_linux [/<>/test/fiddle/test_fiddle.rb:52]: <"libc.so"> expected but was
    <"libc.so.6">.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085238

In Debian alpha architecture, we have libc.so.6.1 which causes a failure
in this test:

 1) Failure:
TestFiddle#test_dlopen_linker_script_group_linux [/<<PKGBUILDDIR>>/test/fiddle/test_fiddle.rb:52]:
<"libc.so"> expected but was
<"libc.so.6">.

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1085238
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants