[PATCH] msvcp140/tests: Initial tests for thread functions

Piotr Caban piotr.caban at gmail.com
Tue Aug 9 06:46:25 CDT 2016


Hi Nikolay,

On 08/08/16 23:26, Nikolay Sivov wrote:
> +    ret = p__Thrd_create(&ta, thrd_thread, NULL);
> +    ok(!ret, "failed to create thread, got %d\n", ret);
> +    ret = p__Thrd_detach(ta);
> +    ok(!ret, "_Thrd_detach failed, got %d\n", ret);
Could you please duplicate the thread handle and wait for the thread to 
finish before exiting the tests? It would be nice to also change the 
msvcp120 tests this way.

Thanks,
Piotr



More information about the wine-devel mailing list