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 most com tests #410

Merged
merged 2 commits into from
Mar 17, 2015
Merged

Fix most com tests #410

merged 2 commits into from
Mar 17, 2015

Conversation

lwahonen
Copy link

No description provided.

@lwahonen
Copy link
Author

As requested in #406

@dblock
Copy link
Member

dblock commented Mar 17, 2015

Thank you.

dblock added a commit that referenced this pull request Mar 17, 2015
@dblock dblock merged commit ccea051 into java-native-access:master Mar 17, 2015
@dblock
Copy link
Member

dblock commented Mar 17, 2015

It's better, on my machine it fails in these:

 [junit] Testcase: testAddressOfMember(com.sun.jna.platform.win32.COM.ITypeInfoTest):        Caused an ERROR
 [junit] Didn't find address for function in any of the type infos
 [junit] java.lang.RuntimeException: Didn't find address for function in any of the type infos
 [junit]     at com.sun.jna.platform.win32.COM.ITypeInfoTest.testAddressOfMember(ITypeInfoTest.java:201)
 [junit]
 [junit]
 [junit] Testcase: testGetDllEntry(com.sun.jna.platform.win32.COM.ITypeInfoTest):    Caused an ERROR
 [junit] Didn't find Dll entry for member in any of the type infos
 [junit] java.lang.RuntimeException: Didn't find Dll entry for member in any of the type infos
 [junit]     at com.sun.jna.platform.win32.COM.ITypeInfoTest.testGetDllEntry(ITypeInfoTest.java:182)
 [junit]
 [junit]
 [junit] Test com.sun.jna.platform.win32.COM.ITypeInfoTest FAILED
 [junit] Testsuite: com.sun.jna.platform.win32.COM.ITypeLibTest
 [junit] Tests run: 7, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.646 sec
 [junit]
 [junit] Testcase: testFindName(com.sun.jna.platform.win32.COM.ITypeLibTest):        Caused an ERROR
 [junit] The parameter is incorrect. (puArgErr=)
 [junit] com.sun.jna.platform.win32.COM.COMException: The parameter is incorrect. (puArgErr=)
 [junit]     at com.sun.jna.platform.win32.COM.COMUtils.checkRC(COMUtils.java:112)
 [junit]     at com.sun.jna.platform.win32.COM.COMUtils.checkRC(COMUtils.java:95)
 [junit]     at com.sun.jna.platform.win32.COM.ITypeLibTest.testFindName(ITypeLibTest.java:136)
 [junit]
 [junit]

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.

2 participants