update dxhaltest with some new test, Thuse test are not 100% correct in all case. some error should be supress when it been run in vmware with windows or reactos

svn path=/trunk/; revision=26718
This commit is contained in:
Magnus Olsen 2007-05-12 10:14:22 +00:00
parent a3d6e8f3e9
commit 62ae8a3919
9 changed files with 539 additions and 114 deletions

View file

@ -3,17 +3,16 @@
HANDLE test_NtGdiDdCreateDirectDrawObject();
void test_NtGdiDdDeleteDirectDrawObject(HANDLE hDirectDrawLocal);
void test_NtGdiDdQueryDirectDrawObject( HANDLE hDirectDrawLocal);
void test_NtGdiDdGetScanLine(HANDLE hDirectDrawLocal);
void test_NtGdiDdWaitForVerticalBlank(HANDLE hDirectDrawLocal);
void test_NtGdiDdCanCreateSurface(HANDLE hDirectDrawLocal);
void dump_halinfo(DD_HALINFO *pHalInfo, char *text);
void dump_CallBackFlags(DWORD *pCallBackFlags, char *text);
#define testing_eq(input,value,counter,text) \
if (input == value) \
{ \