user32/tests: Mark a test failure with todo_wine.

Sebastian Lackner sebastian at fds-team.de
Thu Sep 1 14:53:18 CDT 2016


Signed-off-by: Sebastian Lackner <sebastian at fds-team.de>
---

I am getting very consistently test failures here:

clipboard.c:199: Test failed: 0002: seqno unchanged
clipboard.c:199: Test failed: 0082: seqno unchanged

Also, currently the clipboard tests trigger all kind of other race-conditions
and bugs in winex11. Are you already aware of those issues, Alexandre?

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  25 (X_SendEvent)
  Resource id in failed request:  0x4600001
  Serial number of failed request:  91
  Current serial number in output stream:  92

X Error of failed request:  BadWindow (invalid Window parameter)
  Major opcode of failed request:  18 (X_ChangeProperty)
  Resource id in failed request:  0x4400001
  Serial number of failed request:  91
  Current serial number in output stream:  93

[...]

 dlls/user32/tests/clipboard.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/dlls/user32/tests/clipboard.c b/dlls/user32/tests/clipboard.c
index 360ec8d..aa59715 100644
--- a/dlls/user32/tests/clipboard.c
+++ b/dlls/user32/tests/clipboard.c
@@ -196,6 +196,7 @@ static LRESULT CALLBACK winproc_wrapper( HWND hwnd, UINT msg, WPARAM wp, LPARAM
     else
     {
         ok( !GetClipboardOwner(), "%04x: wrong owner %p\n", msg, GetClipboardOwner() );
+        todo_wine
         ok( seqno + 1 == GetClipboardSequenceNumber(), "%04x: seqno unchanged\n", msg );
     }
     ok( GetClipboardViewer() == hwnd, "%04x: wrong viewer %p/%p\n", msg, GetClipboardViewer(), hwnd );
-- 
2.9.0



More information about the wine-patches mailing list