mmdevapi/tests: Mark some failing tests as todo.
This commit is contained in:
parent
87f1933d86
commit
aed8b8cd8d
|
@ -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);
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue