chore: Update test projects to use net10.0#3206
Merged
timcassell merged 6 commits intoJul 27, 2026
Merged
Conversation
Contributor
Author
|
On latest It looks like new flaky test pattern that succeeded on .NET 8 and failed on .NET 10. |
Collaborator
|
Flaky memory tests are likely due to #2822. There is a PR to fix it dotnet/runtime#131069 that we could wait for, or you could try disable DATAS (or change the GC dotnet/runtime#118826 (comment)) for the tests for now. |
filzrev
force-pushed
the
chore-update-tests-to-use-net10
branch
from
July 25, 2026 03:46
646d238 to
fc4e899
Compare
Contributor
Author
|
I've removed flaky test skip code and add setting to disable DATAS on |
timcassell
reviewed
Jul 25, 2026
timcassell
reviewed
Jul 26, 2026
This reverts commit 2fbd7ff.
timcassell
approved these changes
Jul 27, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This PR intended to update test baseline TFM from
net8.0tonet10.0(#3002)What's changed in this PR
1. Update
build/sdk/global.jsonUpdate .NET 10 SDK version to
10.0.3022. Update
build/BenchmarkDotNet.Build/*Modify code to use net10.0 and wasm-tools for .NET 10.
3. Update CI workflows
Modify workflows to use
net10.04. Update samples/tests project files
Modify TFM to use net10.0 (
net8.0TFM for integration tests is not removed, because it's required byMono80IsSupportedtest)Modify some tests to use net10.0 based toolchain/runtime.