Skip to content

Enabling 9 new libraries tests for NativeAOT - #72167

Merged
MichalStrehovsky merged 7 commits into
dotnet:mainfrom
MichalStrehovsky:moretests
Jul 15, 2022
Merged

Enabling 9 new libraries tests for NativeAOT#72167
MichalStrehovsky merged 7 commits into
dotnet:mainfrom
MichalStrehovsky:moretests

Conversation

@MichalStrehovsky

Copy link
Copy Markdown
Member

No description provided.

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

There is one product fix, the rest is just test annotations for single file, trimming, and a couple other things.

One of the tests is a nice forkbomb for single file executables. Shot down my machine. Fun times.

Cc @dotnet/ilc-contrib

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

}

[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer), nameof(PlatformDetection.IsNotMobile))]
[ConditionalTheory(typeof(PlatformDetection), nameof(PlatformDetection.IsNotWindowsNanoServer), nameof(PlatformDetection.IsNotMobile), nameof(PlatformDetection.HasHostExecutable))]

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.

SkipOnPlatform below can be deleted. They are redundant with PlatformDetection.IsNotMobile

Comment threadsrc/libraries/System.Memory/tests/TestHelpers.cs Outdated
Comment threadsrc/libraries/System.Memory/tests/TestHelpers.cs Outdated
Comment threadsrc/libraries/System.Memory/tests/TestHelpers.cs Outdated
Comment threadsrc/libraries/System.Memory/tests/TestHelpers.cs Outdated
MichalStrehovskyand others added 2 commits July 15, 2022 08:27
Co-authored-by: Jan Kotas <jkotas@microsoft.com>
Comment threadsrc/libraries/System.Threading.Thread/tests/ThreadTests.cs Outdated
@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky

Copy link
Copy Markdown
MemberAuthor

/azp run runtime-extra-platforms

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 1 pipeline(s).

@MichalStrehovsky
MichalStrehovsky merged commit c670547 into dotnet:mainJul 15, 2022
@MichalStrehovsky
MichalStrehovsky deleted the moretests branch July 15, 2022 08:36
@ghostghost locked as resolved and limited conversation to collaborators Aug 14, 2022
Sign up for freeto 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

@MichalStrehovsky@jkotas