Alexandre Julliard : mmdevapi/tests: Mark some failing tests as todo.

Alexandre Julliard julliard at winehq.org
Tue Apr 6 11:20:09 CDT 2010


Module: wine
Branch: master
Commit: aed8b8cd8d50bf53529d1f0a833b6a2106c58feb
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=aed8b8cd8d50bf53529d1f0a833b6a2106c58feb

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Tue Apr  6 14:27:56 2010 +0200

mmdevapi/tests: Mark some failing tests as todo.

---

 dlls/mmdevapi/tests/capture.c |    2 +-
 dlls/mmdevapi/tests/render.c  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/mmdevapi/tests/capture.c b/dlls/mmdevapi/tests/capture.c
index 60496e1..3420508 100644
--- a/dlls/mmdevapi/tests/capture.c
+++ b/dlls/mmdevapi/tests/capture.c
@@ -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);
diff --git a/dlls/mmdevapi/tests/render.c b/dlls/mmdevapi/tests/render.c
index 56fea02..24aa085 100644
--- a/dlls/mmdevapi/tests/render.c
+++ b/dlls/mmdevapi/tests/render.c
@@ -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);




More information about the wine-cvs mailing list