[1/5] DDraw: Some drivers return DDERR_INVALIDPARAMS if DXTn surfaces aren't supported

Stefan Dösinger stefan at codeweavers.com
Thu Aug 2 06:53:56 CDT 2007


Am Donnerstag, 2. August 2007 13:41 schrieb H. Verbeet:
> On 02/08/07, Stefan Dösinger <stefan at codeweavers.com> wrote:
> >+    ok(hr == DD_OK || hr == DDERR_NOTEXTUREHW || DDERR_INVALIDPARAMS,
>
> That doesn't do what you want it to do.
oops...

> If the return value is irrelevant though, what's the point of the test?
I want to catch all the possible return values from windows drivers, even if 
it's just for documentation purposes.



More information about the wine-devel mailing list