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

[DRAFT] Add MonoApi runtime tests #65221

Draft
wants to merge 28 commits into
base: main
Choose a base branch
from

Conversation

@lambdageek
Copy link
Member

@lambdageek lambdageek commented Feb 11, 2022

Depends on #64569

Contributes to #64456

Additional work in this PR: The native library has a lot of functions that we're not interested in running (they overlap the existing runtime marshalling tests).

Additionally, this doesn't get the mono API function signatures from the headers - that requires MonoAPI work that isn't done yet.

lambdageek and others added 28 commits Feb 11, 2022
Fixed C++ compilation issues.
Had to copy the w32_find_symbol code that searches for a symbol in every module.
Delete some unrunnable tests.

Copy some basic eglib utilities into the test.
Maybe get the module name from managed, based on platform, instead?
Not expected to run on coreclr or mono on wasm or mobile, for now.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

1 participant