Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@janvorli
Copy link
Member

The GetFunctionPointerForDelegateTests had one subtest that was testing
that an attempt to use delegate marshalling in collectible types will
result in an exception as it was not supported. But the support is
coming in coreclr, so this test needs to be deleted.

The GetFunctionPointerForDelegateTests had one subtest that was testing
that an attempt to use delegate marshalling in collectible types will
result in an exception as it was not supported. But the support is
coming in coreclr, so this test needs to be deleted.
@janvorli janvorli added this to the 3.0 milestone Sep 27, 2018
@janvorli janvorli self-assigned this Sep 27, 2018
@janvorli
Copy link
Member Author

@stephentoub I've discovered one more test that needs to be removed.

@stephentoub
Copy link
Member

I assume there are new tests verifying things do work to replace the ones that verify things don't?

@janvorli
Copy link
Member Author

I assume there are new tests verifying things do work to replace the ones that verify things don't?

There will be such tests - we will have a nightly run where all coreclr tests will be run inside of an unloadable AssemblyLoadContext. And later corefx ones too. I have all the building blocks for enabling the coreclr ones, but need to find a little time to polish it and integrate into the CI.

@janvorli
Copy link
Member Author

@dotnet-bot test NETFX x86 Release Build please

@janvorli janvorli merged commit 355000f into dotnet:master Sep 27, 2018
@janvorli janvorli deleted the remove-unsupported-marshall-tests branch September 27, 2018 22:31
picenka21 pushed a commit to picenka21/runtime that referenced this pull request Feb 18, 2022
The GetFunctionPointerForDelegateTests had one subtest that was testing
that an attempt to use delegate marshalling in collectible types will
result in an exception as it was not supported. But the support is
coming in coreclr, so this test needs to be deleted.

Commit migrated from dotnet/corefx@355000f
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants