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