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

Disable NativeLibraryTest#testAvoidDumplicateLoads #1502

Conversation

matthiasblaesing
Copy link
Member

This test basicly tests whether unloading works. It relies on the runtime to unload the library when dlclose is called. This is not required by POSIX and dt time of writing macOS is known to be flaky in that regard.

This test causes false test failures.

Closes: #1423

This test basicly tests whether unloading works. It relies on the
runtime to unload the library when dlclose is called. This is not
required by POSIX and dt time of writing macOS is known to be flaky
in that regard.

This test causes false test failures.
Copy link
Contributor

@bhamail bhamail left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@matthiasblaesing matthiasblaesing merged commit 195ebb4 into java-native-access:master Feb 2, 2023
@matthiasblaesing matthiasblaesing deleted the disable_unload_test_on_macos branch February 25, 2024 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

com.sun.jna.NativeLibraryTest fails on macOS 12 (Monterey)
3 participants