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

Enable test that already fixed #70065

Merged
merged 3 commits into from
Jun 2, 2022
Merged

Enable test that already fixed #70065

merged 3 commits into from
Jun 2, 2022

Conversation

buyaa-n
Copy link
Contributor

@buyaa-n buyaa-n commented Jun 1, 2022

@ghost
Copy link

ghost commented Jun 1, 2022

Tagging subscribers to this area: @dotnet/area-system-reflection-emit
See info in area-owners.md if you want to be subscribed.

Issue Details

Apparently the ModuleBuilder.GetType does not work with ignore case with certain unicode chars on Unix was fixed by Add support for invariant casing in PAL.

Tested on Ubuntu, no failure

Closes #18231

Author: buyaa-n
Assignees: -
Labels:

area-System.Reflection.Emit

Milestone: -

Copy link
Member

@joperezr joperezr left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM assuming CI is green

@@ -10,7 +10,7 @@ public class ModuleBuilderDefineType
{
public static IEnumerable<object[]> TestData()
{
foreach (string name in new string[] { "TestName", "testname", "class", "\uD800\uDC00", "a\0b\0c" })
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Turns out it was failing on mono only for "a\0b\0c" case and @GrabYourPitchforks suggested to remove it as it is not valid scenario to test

@buyaa-n
Copy link
Contributor Author

buyaa-n commented Jun 2, 2022

The failure is known issue it doesn't have any code change anyways, merging

@buyaa-n buyaa-n merged commit ad9dad0 into dotnet:main Jun 2, 2022
@buyaa-n buyaa-n deleted the enable-test branch June 2, 2022 19:02
@ghost ghost locked as resolved and limited conversation to collaborators Jul 2, 2022
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.

ModuleBuilder.GetType does not work with ignore case with certain unicode chars on Unix
2 participants