Revert "dsound/tests: Primary and secondary buffers use the same IDirectSoundBuffer vtbl."

Michael Stefaniuc mstefani at redhat.de
Mon Feb 18 15:55:08 CST 2013


This reverts commit 7959778d3f84680fcee2e0d43cfcd0e613d68242.

This is not always the case on Windows.
---
I give up...
http://newtestbot.winehq.org/JobDetails.pl?Key=221
http://newtestbot.winehq.org/JobDetails.pl?Key=223
Win8 64bit has the same VTBL while Win8 32bit doesn't...



 dlls/dsound/tests/dsound.c  |    3 ---
 dlls/dsound/tests/dsound8.c |    3 ---
 2 files changed, 0 insertions(+), 6 deletions(-)

diff --git a/dlls/dsound/tests/dsound.c b/dlls/dsound/tests/dsound.c
index 0f199a4..ed17f2a 100644
--- a/dlls/dsound/tests/dsound.c
+++ b/dlls/dsound/tests/dsound.c
@@ -642,9 +642,6 @@ static HRESULT test_primary_secondary(LPGUID lpGuid)
                "IDirectSound_CreateSoundBuffer() failed to create a secondary buffer %08x\n",rc);
 
             if (rc==DS_OK && secondary!=NULL) {
-                todo_wine ok(primary->lpVtbl==secondary->lpVtbl,
-                            "Primary and secondary buffers have different vtbls.\n");
-
                 test_buffer(dso,&secondary,0,FALSE,0,FALSE,0,
                             winetest_interactive,1.0,0,NULL,0,0,FALSE,0);
 
diff --git a/dlls/dsound/tests/dsound8.c b/dlls/dsound/tests/dsound8.c
index a0b78e5..664ba0c 100644
--- a/dlls/dsound/tests/dsound8.c
+++ b/dlls/dsound/tests/dsound8.c
@@ -648,9 +648,6 @@ static HRESULT test_primary_secondary8(LPGUID lpGuid)
                "buffer %08x\n",rc);
 
             if (rc==DS_OK && secondary!=NULL) {
-                todo_wine ok(primary->lpVtbl==secondary->lpVtbl,
-                            "Primary and secondary buffers have different vtbls.\n");
-
                 test_buffer8(dso,&secondary,0,FALSE,0,FALSE,0,
                              winetest_interactive,1.0,0,NULL,0,0);
 
-- 
1.7.6.5



More information about the wine-patches mailing list