comment out some tests that fail on win XP, until someone fixes them

svn path=/trunk/; revision=33992
This commit is contained in:
Timo Kreuzer 2008-06-16 13:20:06 +00:00
parent 999e377e55
commit e49f53ea51
3 changed files with 9 additions and 9 deletions

View file

@ -13,7 +13,7 @@ Test_EngAcquireSemaphore(PTESTINFO pti)
/* real data test */
EngAcquireSemaphore(hsem);
RTEST (lpcrit->LockCount == -2);
// RTEST (lpcrit->LockCount == -2); doesn't work on XP
RTEST (lpcrit->RecursionCount == 1);
RTEST (lpcrit->OwningThread != 0);
RTEST (lpcrit->LockSemaphore == 0);