-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
com.sun.jna.platform.win32.COM.ITypeInfoTest: multiple failures #406
Labels
Comments
dblock
changed the title
ITypeInfoTest: multiple failures
com.sun.jna.platform.win32.COM.ITypeInfoTest: multiple failures
Mar 16, 2015
Most (14 out of 19) failures can be fixed by making getTypeInfo() return a typeinfo:
|
PR please? And mark the rest of the tests skipped? |
Merged
Do we need changes entries for fixes like this? |
No need for CHANGES entries for tests. |
On my machine the updated code fails like this:
|
Closing - master builds cleanly and unittests run on windows 32 and 64. |
mstyura
pushed a commit
to mstyura/jna
that referenced
this issue
Sep 9, 2024
…rectly set (java-native-access#406) Motivation: Our cross-compilation on mac did not work correctly and produced a non working lib. Modifications: Fix cross compilation by using a custom m4 template Result: cross compile works as expected
mstyura
pushed a commit
to mstyura/jna
that referenced
this issue
Sep 9, 2024
Motivation: Since PR java-native-access#406 the Android build was not working anymore Modifications: Re-added the ldflags to the Android profile of the native library Result: The Android library successfully builds again This reverts commit 122d099.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The text was updated successfully, but these errors were encountered: