-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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][infra] Disable failing tests/pipelines on runtime-extra-platforms #100227
Merged
matouskozak
merged 10 commits into
dotnet:main
from
matouskozak:infra/disable-failing-extra-platform-tests
Mar 27, 2024
Merged
[Mono][infra] Disable failing tests/pipelines on runtime-extra-platforms #100227
matouskozak
merged 10 commits into
dotnet:main
from
matouskozak:infra/disable-failing-extra-platform-tests
Mar 27, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Disable System.IO.Tests.MemoryStreamTests.MemoryStream_SeekOverflow_Throws on Mono Windows due to OOM issue
matouskozak
added
NO-MERGE
The PR is not ready for merge yet (see discussion for detailed reasons)
area-Infrastructure-mono
labels
Mar 25, 2024
Tagging subscribers to this area: @directhex |
9 tasks
matouskozak
force-pushed
the
infra/disable-failing-extra-platform-tests
branch
from
March 25, 2024 09:11
7a80fb6
to
041ce2c
Compare
matouskozak
changed the title
[WIP][Mono][infra] Disable failing tests on runtime-extra-platforms
[WIP][Mono][infra] Disable failing tests/pipelines on runtime-extra-platforms
Mar 25, 2024
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
matouskozak
changed the title
[WIP][Mono][infra] Disable failing tests/pipelines on runtime-extra-platforms
[Mono][infra] Disable failing tests/pipelines on runtime-extra-platforms
Mar 26, 2024
This reverts commit 041ce2c.
/azp run runtime-extra-platforms |
Azure Pipelines successfully started running 1 pipeline(s). |
matouskozak
requested review from
kotlarmilos,
steveisok,
akoeplinger and
vitek-karas
March 26, 2024 17:13
This was referenced Mar 27, 2024
kotlarmilos
approved these changes
Mar 27, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
area-Infrastructure-mono
NO-MERGE
The PR is not ready for merge yet (see discussion for detailed reasons)
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Project green
runtime-extra-platforms
Goal of this PR is to triage failing tests on
runtime-extra-platforms
.Disabled tests:
System.IO.Tests.MemoryStreamTests.MemoryStream_SeekOverflow_Throws
on Mono Windows-x64 ([mono] System.IO.Tests.MemoryStreamTests.MemoryStream_SeekOverflow_Throws OOM on windows-x64 Release AllSubsets_Mono #100225)System.Security.Cryptography.X509Certificates.Tests.ChainTests.BuildChainForSelfSignedCertificate_[WithSha256RsaSignature/WithUnknownOidSignature]
on Mono Android-arm[64] ([mono][android] Failures in System.Security.Cryptography.X509Certificates.Tests.ChainTests.BuildChainForSelfSignedCertificate_* #100224)nativeaot/SmokeTests/TrimmingBehaviors
on Mono NativeAOT ([NAOT][Apple] NativeAOT TrimmingBehaviors smoke tests failing on apple mobile #100226)Disabled pipelines:
AllSubsets_Mono_LLVMFullAOT_RuntimeTests
on x64 and arm64 (Re-enable arm64 and x64 Mono fullAOT llvm and mini jobs #90427)