Skip to content
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

mono doesn't enforce the same max array length as coreclr #51411

Open
stephentoub opened this issue Apr 16, 2021 · 2 comments
Open

mono doesn't enforce the same max array length as coreclr #51411

stephentoub opened this issue Apr 16, 2021 · 2 comments

Comments

@stephentoub
Copy link
Member

#43301 (comment)

e.g.

[Theory]
[InlineData(MaxArraySize + 1)]
[InlineData(int.MaxValue)]
[SkipOnMono("mono forces no restrictions on array size.")]
public void Stack_Generic_EnsureCapacity_LargeCapacityRequested_Throws(int requestedCapacity)

@dotnet-issue-labeler
Copy link

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

@ghost
Copy link

ghost commented Apr 17, 2021

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

Issue Details

#43301 (comment)

e.g.

[Theory]
[InlineData(MaxArraySize + 1)]
[InlineData(int.MaxValue)]
[SkipOnMono("mono forces no restrictions on array size.")]
public void Stack_Generic_EnsureCapacity_LargeCapacityRequested_Throws(int requestedCapacity)

Author: stephentoub
Assignees: -
Labels:

area-VM-meta-mono, untriaged

Milestone: -

@CoffeeFlux CoffeeFlux removed the untriaged New issue has not been triaged by the area owner label Jun 14, 2021
@CoffeeFlux CoffeeFlux added this to the Future milestone Jun 14, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants