https://bugs.winehq.org/show_bug.cgi?id=54517
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Keywords| |source, testcase
--- Comment #2 from François Gouget fgouget@codeweavers.com --- That's nice!
It does not fix the failures but it provides interesting details:
editor.c:3691: initial text len=1 str="x" Paste success on try 0 ... 33 more repeats editor.c:3700: Test failed: Failed to paste clipboard content editor.c:1445: 00010030 (__wine_clipboard_manager) opened the clipboard ... editor.c:3703: 100 paste len=68 str="x\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\rx\r"
So all the failures come after the initial paste successes. Either the clipboard gets emptied at some point; Wine's clipboard manager keeps it open for a very long time; or it forgets to close the clipboard but then I'd expect more tests to fail (I don't (always) see failures from the tests after test_EM_SETUNDOLIMIT() and they do pastes too).