-
Notifications
You must be signed in to change notification settings - Fork 1k
Move to xunit.v3 #13540
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
Move to xunit.v3 #13540
Conversation
192075f
to
1d61e6e
Compare
faa2b43
to
79b74b2
Compare
...m.Windows.Forms/System/Windows/Forms/ComponentModel/Com2Interop/COM2PictureConverterTests.cs
Show resolved
Hide resolved
Test
|
For The PR description says that changing DPI should affect min size and max size, but the test asserts that they actually don't change. The test as written in the PR contained a cc @RussKie |
Regarding So, Line 117 in 86f7d0f
|
...System.Windows.Forms/System/Windows/Forms/ComponentModel/COM2Interop/COM2PictureConverter.cs
Outdated
Show resolved
Hide resolved
src/test/unit/System.Windows.Forms/System/Windows/Forms/ClipboardTests.cs
Show resolved
Hide resolved
src/System.Windows.Forms.Analyzers/tests/UnitTests/System.Windows.Forms.Analyzers.Tests.csproj
Show resolved
Hide resolved
src/System.Private.Windows.Core/tests/BinaryFormatTests/BinaryFormatTests.csproj
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #13540 +/- ##
===================================================
+ Coverage 76.59914% 76.61378% +0.01463%
===================================================
Files 3236 3235 -1
Lines 639344 639351 +7
Branches 47314 47313 -1
===================================================
+ Hits 489732 489831 +99
+ Misses 146085 145994 -91
+ Partials 3527 3526 -1
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
Thanks for review @JeremyKuhne. I addressed your comment about |
@LeafShi1 can you help investigate any remaining test failures related to this? |
@Youssef1313 The actual problem cannot be seen from the current failure log, and the failure case cannot be reproduced in the local environment. You can try to optimize these two failure cases so that the failure reason can be seen more clearly when it fails. Perhaps you can try to give ToolStripItem an initial name and assert whether the ToolStripItem name is equal
|
f48877d
to
6feb3aa
Compare
One thing to explore here is that the built assemblies in the x86 job are actually AnyCPU. Previously, they would run under an x86 dotnet.exe. But after the change in this PR, they are run as x64. For xunit 2, it happens via https://github.com/dotnet/arcade/blob/b305863166c975997aafee78cf69942e7d2f862a/src/Microsoft.DotNet.Arcade.Sdk/tools/XUnit/XUnit.Runner.targets#L31 |
This reverts commit 8480526.
I am not aware of any problem like that. |
@AArnott Thanks. It was caused by xunit's source info calculation which is disabled by default now in 2.0.3. PR is green now 🎉 @merriemcgaw @LeafShi1 @JeremyKuhne Can I please get reviews so we can hopefully get this merged soon? |
It's the same aggregator, but what
It is
It's also worth noting that 3.0.0 moves away from Cecil and uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the work here!
Fixes #
Proposed changes
Customer Impact
Regression?
Risk
Test methodology
Microsoft Reviewers: Open in CodeFlow