Re: Try#4 for IDirectDrawSurface_GetSurfaceDesc error checking in ddraw test
Stefan D
RE: Try#4 for IDirectDrawSurface_GetSurfaceDesc error checking in ddraw test
About the content: With which error code does the surface creation fail? Usually having an ok(hr == DD_OK) and then catching a failure needs a second look. It isn't necessarily wrong - there can be a driver bug. However, it is possible that we're not checking caps well enough and the test doesn't r