[PATCH] msvcr120: Implemented Concurrency::details::_Condition_variable. (try 2)

Piotr Caban piotr.caban at gmail.com
Mon Dec 29 05:25:39 CST 2014


On 12/26/14 20:20, Yifu Wang wrote:
> ---
>   dlls/msvcp90/msvcp90.h         |   23 ++++
>   dlls/msvcr120/msvcr120.spec    |   36 +++---
>   dlls/msvcr120/tests/msvcr120.c |  267 ++++++++++++++++++++++++++++++++++++++--
>   dlls/msvcrt/lock.c             |  172 ++++++++++++++++++++++++++
>   4 files changed, 471 insertions(+), 27 deletions(-)

The tests are sometimes failing for me (on windows):
msvcr120: 74522 tests executed (0 marked as todo, 0 failures), 0 skipped.

msvcr120.c:381: Test failed: produced != consumed
msvcr120: 108919 tests executed (0 marked as todo, 1 failure), 0 skipped.

Thanks,
Piotr



More information about the wine-devel mailing list