8000 Updated interop testing to support EVERY API extended by LibLLVM by smaillet · Pull Request #248 · UbiquityDotNET/Llvm.NET · GitHub
[go: up one dir, main page]

Skip to content

Updated interop testing to support EVERY API extended by LibLLVM #248

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

Merged
merged 1 commit into from
May 16, 2025

Conversation

smaillet
Copy link
Member
  • NOTE: Not all APIs are explicitly tested yet.
    • Most are not.
  • Added SkipTestMethod attribute to support marking a test as skipped -This acknowledges the intent to test, but that it isn't yet implemented.
    • Basically avoids the "Oh, I forgot..."
  • Moved string marshallingTests to the interop helpers UT as that's where the implementation now lives.
  • Corrected LibLLVMGetDataLayoutString to hide the unsafe import.
  • Added Interop wrapper around LLVMCreateConstantRangeAttribute so that the length of the input array comes from the parameters.

* NOTE: Not all APIs are explicitly tested yet.
    - Most are not.
* Added SkipTestMethod attribute to support marking a test as skipped
    -This acknowledges the intent to test, but that it isn't yet implemented.
    - Basically avoids the "Oh, I forgot..."
* Moved string marshallingTests to the interop helpers UT as that's where the implementation now lives.
* Corrected `LibLLVMGetDataLayoutString` to hide the unsafe import.
* Added Interop wrapper around `LLVMCreateConstantRangeAttribute` so that the length of the input array comes from the parameters.
6EF0
@smaillet smaillet merged commit c5c16d1 into UbiquityDotNET:develop May 16, 2025
2 checks passed
@smaillet smaillet deleted the InteropTesting branch May 16, 2025 21:16
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.

1 participant
0