-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
[NativeAot] Bring up a dozen or so libraries tests #73363
Conversation
This time found some product issues and fixed them.
Tagging subscribers to this area: @dotnet/area-meta Issue DetailsThis time found some product issues and fixed them. Cc @dotnet/ilc-contrib
|
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/Dataflow/FlowAnnotations.cs
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me
src/libraries/Common/tests/TestUtilities/System/PlatformDetection.cs
Outdated
Show resolved
Hide resolved
@@ -82,6 +84,7 @@ public static IEnumerable<object[]> CultureResourceData() | |||
|
|||
[Theory] | |||
[MemberData(nameof(CultureResourceData))] | |||
[ActiveIssue("https://github.com/dotnet/runtimelab/issues/155", typeof(PlatformDetection), nameof(PlatformDetection.IsNativeAot))] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This issue has a new home: #69919
It would be nice to update the existing references of https://github.com/dotnet/runtimelab/issues/155 to this one.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We can do it in one go later. 155 is a number that I don't need to look up because I remember it. 69919 is harder to remember. I often need it during bringup and I want any tiny help that makes the bringup easier. It's very tedious and repetitive.
src/libraries/System.Resources.ResourceManager/tests/ResourceManagerTests.cs
Outdated
Show resolved
Hide resolved
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
This time found some product issues and fixed them.
Cc @dotnet/ilc-contrib