Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Musl: Disable test/shared load_13414 on Musl #2918

Merged
merged 1 commit into from
Jan 30, 2020

Conversation

Geod24
Copy link
Member

@Geod24 Geod24 commented Jan 29, 2020

On Musl, dlclose is a no-op, save for the fact it invalidates the handler.
This is described in https://wiki.musl-libc.org/functional-differences-from-glibc.html,
and the fact that destructors are not run is explicitly documented.

On Musl, dlclose is a no-op, save for the fact it invalidates the handler.
This is described in https://wiki.musl-libc.org/functional-differences-from-glibc.html,
and the fact that destructors are not run is explicitly documented.
@dlang-bot
Copy link
Contributor

Thanks for your pull request, @Geod24!

Bugzilla references

Your PR doesn't reference any Bugzilla issue.

If your PR contains non-trivial changes, please reference a Bugzilla issue or create a manual changelog.

Testing this PR locally

If you don't have a local development environment setup, you can use Digger to test this PR:

dub fetch digger
dub run digger -- build "stable + druntime#2918"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants