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

Exclude non windows platform for the large array test #106840

Merged
merged 1 commit into from
Aug 22, 2024

Conversation

cshung
Copy link
Member

@cshung cshung commented Aug 22, 2024

The test case is expecting OutOfMemoryException and do not consider that as a failure, but on non-windows platform, it is being killed by the OOM killer instead, causing the test case to fail.

Fixes #100382

@cshung cshung merged commit 05b07f4 into dotnet:main Aug 22, 2024
70 checks passed
@cshung cshung deleted the public/exclude-non-window-test branch August 22, 2024 22:57
@github-actions github-actions bot locked and limited conversation to collaborators Sep 22, 2024
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.

Test failure: GC/LargeMemory/Regressions/largearraytest/largearraytest.sh
2 participants