[PATCH v2] user32/tests: Use wine_{push, pop}_context() to simplify test_synthesized().

Francois Gouget fgouget at codeweavers.com
Thu Jun 3 12:54:51 CDT 2021


On Thu, 3 Jun 2021, Marvin wrote:
[...]
> === debiant2 (32 bit Arabic:Morocco report) ===
> 
> user32:
> clipboard.c:777: Test failed: 0: 2: couldn't get data, cf 0007 err 87
> clipboard.c:797: Test failed: 0: 2: wrong len 0
> clipboard.c:777: Test failed: 1: 2: couldn't get data, cf 0001 err 87
> clipboard.c:797: Test failed: 1: 2: wrong len 0
> clipboard.c:777: Test failed: 1: 3: couldn't get data, cf 000d err 87
> clipboard.c:800: Test failed: 1: 3: wrong len 0
> clipboard.c:777: Test failed: 2: 3: couldn't get data, cf 0007 err 87
> clipboard.c:797: Test failed: 2: 3: wrong len 0

These are not new. Rather the error messages changed because now they 
have context information. These match the following:

https://test.winehq.org/data/96030ce738aa20f85a5138ec7c231c19a086f019/linux_newtb-debiant2-win32-ar-MA/user32:clipboard.html

clipboard.c:771: Test failed: 0: couldn't get data, cf 0007 err 87
clipboard.c:791: Test failed: wrong len 0
clipboard.c:771: Test failed: 1: couldn't get data, cf 0001 err 87
clipboard.c:791: Test failed: wrong len 0
clipboard.c:771: Test failed: 1: couldn't get data, cf 000d err 87
clipboard.c:794: Test failed: wrong len 0
clipboard.c:771: Test failed: 2: couldn't get data, cf 0007 err 87
clipboard.c:791: Test failed: wrong len 0


-- 
Francois Gouget <fgouget at codeweavers.com>



More information about the wine-devel mailing list