[PATCH v2] ddraw/tests: Run the tests in parallel.

Alexandre Julliard julliard at winehq.org
Thu Aug 15 14:29:05 CDT 2019


Henri Verbeet <hverbeet at codeweavers.com> writes:

> Signed-off-by: Henri Verbeet <hverbeet at codeweavers.com>
> ---
> v2: Get rid of a leftover debug line.
>
> This supersedes patch 168626.
>
>  dlls/ddraw/tests/ddraw1.c | 187 +++++++++++++++++++++++++----------
>  dlls/ddraw/tests/ddraw2.c | 204 ++++++++++++++++++++++++++------------
>  dlls/ddraw/tests/ddraw4.c | 229 +++++++++++++++++++++++++++++--------------
>  dlls/ddraw/tests/ddraw7.c | 243 ++++++++++++++++++++++++++++++----------------
>  4 files changed, 593 insertions(+), 270 deletions(-)

ddraw doesn't seem quite ready for this:

../../../tools/runtest -q -P wine -T ../../.. -M ddraw.dll -p ddraw_test.exe ddraw1 && touch ddraw1.ok
0047:err:ntdll:RtlpWaitForCriticalSection section 0x7e6cf620 "wined3d_main.c: wined3d_cs" wait timed out in thread 0047, blocked by 0046, retrying (60 sec)
003f:err:ntdll:RtlpWaitForCriticalSection section 0x7e053020 "window.c: win_data_section" wait timed out in thread 003f, blocked by 003e, retrying (60 sec)
0026:err:clipboard:convert_selection Timed out waiting for SelectionNotify event

(and similar issues with the other tests)

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list