Skip to content

Enable test that already fixed - #70065

Merged
buyaa-n merged 3 commits into
dotnet:mainfrom
buyaa-n:enable-test
Jun 2, 2022
Merged

Enable test that already fixed#70065
buyaa-n merged 3 commits into
dotnet:mainfrom
buyaa-n:enable-test

Conversation

@buyaa-n

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

Copy link
Copy Markdown
Contributor

@ghost ghost assigned buyaa-n Jun 1, 2022
@ghost

ghost commented Jun 1, 2022

Copy link
Copy Markdown

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: -

@joperezr joperezr left a comment

Copy link
Copy Markdown
Member

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

{
public static IEnumerable<object[]> TestData()
{
foreach (string name in new string[] { "TestName", "testname", "class", "\uD800\uDC00", "a\0b\0c" })

Copy link
Copy Markdown
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

buyaa-n commented Jun 2, 2022

Copy link
Copy Markdown
Contributor Author

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