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

Unstable unit test: System.Windows.Forms.Tests.ListViewItem_IKeyboardToolTipTests.ListViewItemKeyboardToolTip_InvokeIsHoveredWithMouse_ReturnsExpected #12319

Open
LeafShi1 opened this issue Oct 12, 2024 · 0 comments
Labels
disabled-test Tracking tests that have been disabled to prevent run failures.

Comments

@LeafShi1
Copy link
Member

LeafShi1 commented Oct 12, 2024

Related #11227

Test

System.Windows.Forms.Tests.ListViewItem_IKeyboardToolTipTests.ListViewItemKeyboardToolTip_InvokeIsHoveredWithMouse_ReturnsExpected(insideListView: True, virtualMode: True, isHovered: True, expected: True)

Issue description

The case failed in PR build, the failure scenario:

ListViewItemKeyboardToolTip_InvokeIsHoveredWithMouse_ReturnsExpected(insideListView: True, virtualMode: True, isHovered: True, expected: True)

Error Message:

  • In X86 and X64 unit:
    • Assert.Equal() Failure: Values differ
      Expected: True
      Actual: False

Stack trace:

   at System.Windows.Forms.Tests.ListViewItem_IKeyboardToolTipTests.ListViewItemKeyboardToolTip_InvokeIsHoveredWithMouse_ReturnsExpected(Boolean insideListView, Boolean virtualMode, Boolean isHovered, Boolean expected) in /_/src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/ListViewItem.IKeyboardToolTipTests.cs:line 716
   at System.RuntimeMethodHandle.InvokeMethod(Object target, Void** arguments, Signature sig, Boolean isConstructor)
   at System.Reflection.MethodBaseInvoker.InvokeDirectByRefWithFewArgs(Object obj, Span`1 copyOfArgs, BindingFlags invokeAttr)
@LeafShi1 LeafShi1 added the untriaged The team needs to look at this issue in the next triage label Oct 12, 2024
@Tanya-Solyanik Tanya-Solyanik added disabled-test Tracking tests that have been disabled to prevent run failures. and removed untriaged The team needs to look at this issue in the next triage labels Oct 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
disabled-test Tracking tests that have been disabled to prevent run failures.
Projects
None yet
Development

No branches or pull requests

2 participants