Skip to content

Reenable test Runtime_34170 outside of Arm32 runs#74185

Merged
ivdiazsa merged 2 commits intodotnet:mainfrom
ivdiazsa:reenable_34170_noarm32
Aug 20, 2022
Merged

Reenable test Runtime_34170 outside of Arm32 runs#74185
ivdiazsa merged 2 commits intodotnet:mainfrom
ivdiazsa:reenable_34170_noarm32

Conversation

@ivdiazsa
Copy link
Contributor

Test failure described in detail in #53560. After multiple attempts, could not get this test failure to repro on any other architecture. Since we don't have anything that suggests it's blocking customers, moved it to the Arm32 exclusive disabled tests, and changed the milestone to .NET 8.0.

@ivdiazsa ivdiazsa requested a review from mangod9 August 18, 2022 21:45
@ghost
Copy link

ghost commented Aug 18, 2022

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@ghost ghost assigned ivdiazsa Aug 18, 2022
<ExcludeList Include="$(XunitTestBinBase)/JIT/jit64/regress/vsw/373472/**">
<Issue>Allocates large contiguous array that is not consistently available on 32-bit platforms</Issue>
</ExcludeList>
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_34170/Runtime_34170/*">
Copy link
Member

Choose a reason for hiding this comment

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

hmm.. this might disable it for non-crossgen2 cases as well. Might make sense to discuss with @trylek if there is a way to disable for crossgen2+arm32 only?

Copy link
Member

Choose a reason for hiding this comment

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

At this point we don't have a pre-existing section in issues.targets specifically targeting Crossgen2+arm32 but it's trivial to add that e.g. after the general Crossgen2 section by just copying the conditional ItemGroup and modifying the conditional check to include '$(TargetArchitecture)' == 'arm' or '$(AltJitArch)' == 'arm'.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That sounds good. I'm going to add that subset to the Crossgen2 section of disabled tests.

@ghost
Copy link

ghost commented Aug 18, 2022

Tagging subscribers to this area: @hoyosjs
See info in area-owners.md if you want to be subscribed.

Issue Details

Test failure described in detail in #53560. After multiple attempts, could not get this test failure to repro on any other architecture. Since we don't have anything that suggests it's blocking customers, moved it to the Arm32 exclusive disabled tests, and changed the milestone to .NET 8.0.

Author: ivdiazsa
Assignees: ivdiazsa
Labels:

area-Infrastructure-coreclr

Milestone: -

Copy link
Member

@trylek trylek left a comment

Choose a reason for hiding this comment

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

LGTM

@ivdiazsa ivdiazsa merged commit 729844a into dotnet:main Aug 20, 2022
@ivdiazsa ivdiazsa deleted the reenable_34170_noarm32 branch August 20, 2022 19:42
@ghost ghost locked as resolved and limited conversation to collaborators Sep 20, 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.

5 participants