winmm/tests: Don't complain for Wine drivers that allow multiple wave-out opens.

Alexandre Julliard julliard at winehq.org
Fri Oct 16 03:46:50 CDT 2009


Ken Thomases <ken at codeweavers.com> writes:

> On Oct 16, 2009, at 2:09 AM, Paul Vriens wrote:
>
>> On 10/16/2009 02:19 AM, Ken Thomases wrote:
>>> -    todo_wine ok(ret == MMSYSERR_NOERROR || broken(ret ==
>>> MMSYSERR_ALLOCATED), /* winME */
>>> -                 "waveOutOpen returns: %x\n", ret);
>>> -    if (ret == MMSYSERR_NOERROR)
>>> +    if (ret != MMSYSERR_NOERROR)
>>> +    {
>>> +        todo_wine ok(ret == MMSYSERR_NOERROR, "second waveOutOpen
>>> returns: %x\n", ret);
>>> +    }
>>> +    else
>>
>> You removed the broken() statement for WinME.
>
> Alexandre asked me to.

I didn't, there must have been some misunderstanding. The test behavior
must of course remain unchanged on Windows.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list