mmdevapi/tests: Mark some failing tests as todo.

oldstable
Alexandre Julliard 2010-04-06 14:27:56 +02:00
parent 87f1933d86
commit aed8b8cd8d
2 changed files with 2 additions and 2 deletions

View File

@ -319,7 +319,7 @@ START_TEST(capture)
}
hr = IMMDevice_Activate(dev, &IID_IAudioClient, CLSCTX_INPROC_SERVER, NULL, (void**)&ac);
ok(hr == S_OK, "Activation failed with %08x\n", hr);
todo_wine ok(hr == S_OK, "Activation failed with %08x\n", hr);
if (ac)
{
test_audioclient(ac);

View File

@ -252,7 +252,7 @@ START_TEST(render)
}
hr = IMMDevice_Activate(dev, &IID_IAudioClient, CLSCTX_INPROC_SERVER, NULL, (void**)&ac);
ok(hr == S_OK, "Activation failed with %08x\n", hr);
todo_wine ok(hr == S_OK, "Activation failed with %08x\n", hr);
if (ac)
{
test_audioclient(ac);