Re: winmm/tests: Add MCI waveaudio tests.

View: New views
2 Messages — Rating Filter:   Alert me  

Parent Message unknown Re: winmm/tests: Add MCI waveaudio tests.

by Alexandre Julliard :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

<Joerg-Cyril.Hoehle@...> writes:

> +START_TEST(mci)
> +{
> +    HWND hwnd;
> +    hwnd = CreateWindowExA(0, "static", "winmm test", WS_POPUP, 0,0,100,100,
> +                           0, 0, 0, NULL);
> +    test_openCloseWAVE(hwnd);
> +    test_recordWAVE(hwnd);
> +    test_playWAVE(hwnd);
> +    test_asyncWAVE(hwnd);
> +    test_AutoOpenWAVE(hwnd);
> +    if(1) DeleteFile("tempfile.wav");

This fails to delete the file, probably because it's still open
somewhere.

--
Alexandre Julliard
julliard@...



Parent Message unknown Re: winmm/tests: Add MCI waveaudio tests.

by Paul Vriens-2 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On 11/05/2009 02:35 PM, Joerg-Cyril.Hoehle@... wrote:

> Hi,
>
> this is the same as yesterday's patch except that I replaced the
> ad-hoc skip auto-open test with one that specifically detects Wine's
> missing auto-open functionality instead of another thing missing in Wine.
> You will prefer that version; sorry for the quick-shot.
>
> Regards,
> Jörg Höhle.
>

Hi Jörg,

This one introduces several test failures:

http://test.winehq.org/data/tests/winmm:mci.html

I guess you already noticed, but could you have a look?

--
Cheers,

Paul.