[ios-clr] Exclude Reflection.Emit and Dynamic.Runtime tests on Apple mobile CoreCLR simulators#127065
[ios-clr] Exclude Reflection.Emit and Dynamic.Runtime tests on Apple mobile CoreCLR simulators#127065kotlarmilos wants to merge 1 commit intodotnet:mainfrom
Conversation
…mobile CoreCLR Reflection.Emit, Reflection.Emit.ILGeneration, and Dynamic.Runtime test projects currently fail on Apple mobile CoreCLR. Exclude them from the simulator CoreCLR test run pending investigation (dotnet#124344). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Excludes failing Reflection.Emit and Dynamic.Runtime test projects from the Apple mobile CoreCLR simulator library test run, as part of splitting the larger Apple-mobile test-fix effort.
Changes:
- Add
System.Reflection.Emit.TestsandSystem.Reflection.Emit.ILGeneration.Teststo Apple-mobile CoreCLR simulatorProjectExclusions. - Add
System.Dynamic.Runtime.Teststo the same exclusion list.
|
Tagging subscribers to 'os-ios': @vitek-karas, @kotlarmilos, @steveisok, @akoeplinger |
|
I would add a line to the description of #124344 - that it now tracks these specific tests as well - so that it's easier to see what needs to be done in that issue. |
It is already added here: |
|
/azp run runtime-ioslikesimulator,runtime-maccataylst |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Exclude three test projects that fail on Apple mobile CoreCLR simulators from the library test run. Tracking issue: #124344.