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 pointer-returning benchmarks support for InProcessToolchain #1750

Closed
wants to merge 10 commits into from

Conversation

adamsitnik
Copy link
Member

After I've merged #1739 one MemoryDiagnoser test started failing for InProcessToolchain I initially thought it's something related to TieredJit and ignored it (my bad).

It turned out that InProcessToolchain required a fix to make it work with #1739

I've added tests for both void* and T* and ensured they now work for every toolchain (.NET, Core and InProcess).

This should make the CI green again cc @radekdoulik @kant2002

@adamsitnik adamsitnik mentioned this pull request Jul 27, 2021
@adamsitnik
Copy link
Member Author

Closing in favour of #1747

@adamsitnik adamsitnik closed this Jul 27, 2021
@adamsitnik adamsitnik deleted the improvePointersSupport branch July 27, 2021 10:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants