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

Flaky test: RichTextBox_Text_GetWithHandle_ReturnsExpected #4347

Closed
Tracked by #8607
RussKie opened this issue Dec 10, 2020 · 2 comments
Closed
Tracked by #8607

Flaky test: RichTextBox_Text_GetWithHandle_ReturnsExpected #4347

RussKie opened this issue Dec 10, 2020 · 2 comments
Labels
test-bug Problem in test source code (most likely)

Comments

@RussKie
Copy link
Member

RussKie commented Dec 10, 2020

Problem description:

Few variations, but generally the failing point is this:

    System.Windows.Forms.Tests.RichTextBoxTests.RichTextBox_Text_GetWithHandle_ReturnsExpected [FAIL]
      Assert.Equal() Failure
                � (pos 0)
      Expected: a?b
      Actual:   ?b
                � (pos 0)
      Stack Trace:
        /_/src/System.Windows.Forms/tests/UnitTests/System/Windows/Forms/RichTextBoxTests.cs(6918,0): at System.Windows.Forms.Tests.RichTextBoxTests.RichTextBox_Text_GetWithHandle_ReturnsExpected()

The test started failing repeatedly recently, in x86 and only on the public CI.

Observed:

@RussKie RussKie added the test-bug Problem in test source code (most likely) label Dec 10, 2020
@JeremyKuhne
Copy link
Member

Assert.Equal() Failure
          ↓ (pos 0)
Expected: a b
Actual:    b
          ↑ (pos 0)

@dreddy-work
Copy link
Member

Dupe of #6609

@ghost ghost locked as resolved and limited conversation to collaborators Apr 11, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
test-bug Problem in test source code (most likely)
Projects
None yet
Development

No branches or pull requests

3 participants