Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
13a344b
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 27, 2025
ab58503
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Nov 27, 2025
81a8aab
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 28, 2025
c4e6be9
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Nov 28, 2025
032c3a8
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 29, 2025
135332a
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Nov 30, 2025
e25c30f
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Dec 1, 2025
9e7da65
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 2, 2025
69e98d8
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Dec 2, 2025
efab16d
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Dec 2, 2025
a9ac3a1
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 3, 2025
5b9f61a
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Dec 4, 2025
7e02450
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 4, 2025
89d1f28
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Dec 4, 2025
c7bf539
Skipping linux and mac for RunTestProjectWithCodeCoverage_ShouldRetur…
MiYanni Dec 5, 2025
ed2bf61
Skipping ManagedWinRTComponentCanBeReferenced due to test failure.
MiYanni Dec 5, 2025
4515680
Update dependencies from https://github.com/microsoft/testfx build 20…
dotnet-maestro[bot] Dec 5, 2025
11b2f7d
Merge branch 'release/10.0.1xx' into darc-release/10.0.1xx-9cfaa61f-a…
DonnaChen888 Dec 5, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions eng/Version.Details.props
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ This file should be imported by eng/Versions.props
<!-- dotnet/core-setup dependencies -->
<NETStandardLibraryRefPackageVersion>2.1.0</NETStandardLibraryRefPackageVersion>
<!-- microsoft/testfx dependencies -->
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25575.3</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>4.1.0-preview.25575.3</MSTestPackageVersion>
<MicrosoftTestingPlatformPackageVersion>2.1.0-preview.25604.3</MicrosoftTestingPlatformPackageVersion>
<MSTestPackageVersion>4.1.0-preview.25604.3</MSTestPackageVersion>
</PropertyGroup>
<!--Property group for alternate package version names-->
<PropertyGroup>
Expand Down
8 changes: 4 additions & 4 deletions eng/Version.Details.xml
Original file line number Diff line number Diff line change
Expand Up @@ -561,13 +561,13 @@
<Uri>https://github.com/dotnet/dotnet</Uri>
<Sha>5ddd0ddc0ebadca21645a05c419ed5a034454605</Sha>
</Dependency>
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25575.3">
<Dependency Name="Microsoft.Testing.Platform" Version="2.1.0-preview.25604.3">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>838c4cd634276a89dbfc88f5371d9000252b9299</Sha>
<Sha>aaa16e9321c4344b439324378ddb23b60e1d3461</Sha>
</Dependency>
<Dependency Name="MSTest" Version="4.1.0-preview.25575.3">
<Dependency Name="MSTest" Version="4.1.0-preview.25604.3">
<Uri>https://github.com/microsoft/testfx</Uri>
<Sha>838c4cd634276a89dbfc88f5371d9000252b9299</Sha>
<Sha>aaa16e9321c4344b439324378ddb23b60e1d3461</Sha>
</Dependency>
<Dependency Name="Microsoft.Extensions.Configuration.Ini" Version="10.0.2">
<Uri>https://github.com/dotnet/dotnet</Uri>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public void It_successfully_builds_when_referencing_winmds(string targetFramewor
.Pass();
}

[WindowsOnlyFact]
[WindowsOnlyFact(Skip = "https://github.com/dotnet/sdk/issues/52032")]
public void ManagedWinRTComponentCanBeReferenced()
{
var managedWinRTComponent = new TestProject()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ public void RunTestProjectWithFailingTestsAndFileArtifacts_ShouldReturnExitCodeG

[InlineData(TestingConstants.Debug)]
[InlineData(TestingConstants.Release)]
[Theory]
// Linux and macOS are being skipped. See: https://github.com/dotnet/sdk/issues/52029
Copy link
Member

Choose a reason for hiding this comment

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

Is it intermittent failure or consistent failure?

Copy link
Member

@Youssef1313 Youssef1313 Dec 5, 2025

Choose a reason for hiding this comment

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

The current range of changes is pretty big microsoft/testfx@838c4cd...a11abf7, and this looks like an extremely important scenario to not break. I guess the most relevant there might be the dependency update of Code Coverage.

Copy link
Member

Choose a reason for hiding this comment

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

No idea. Also failed in main too: #51934

[WindowsOnlyTheory]
public void RunTestProjectWithCodeCoverage_ShouldReturnExitCodeGenericFailure(string configuration)
{
TestAsset testInstance = _testAssetsManager.CopyTestAsset("TestProjectSolutionWithCodeCoverage", Guid.NewGuid().ToString()).WithSource();
Expand Down
Loading