Peter Beutner : ntdll: Remove one exception test.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Apr 5 06:42:52 CDT 2007


Module: wine
Branch: master
Commit: 86cbbaf930713c0c4c6e400fc5e01c8165e6a045
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=86cbbaf930713c0c4c6e400fc5e01c8165e6a045

Author: Peter Beutner <p.beutner at gmx.net>
Date:   Wed Apr  4 21:29:14 2007 +0200

ntdll: Remove one exception test.

---

 dlls/ntdll/tests/exception.c |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/tests/exception.c b/dlls/ntdll/tests/exception.c
index 90aa3b6..9ebbda7 100644
--- a/dlls/ntdll/tests/exception.c
+++ b/dlls/ntdll/tests/exception.c
@@ -494,7 +494,8 @@ static DWORD bpx_handler( EXCEPTION_RECORD *rec, EXCEPTION_REGISTRATION_RECORD *
         ok( context->Eip == (DWORD)code_mem + 1, "eip is wrong: %x instead of %x\n",
                                                  context->Eip, (DWORD)code_mem + 1);
         todo_wine{ ok( (context->Dr6 & 0x4000), "BS flag is not set in Dr6\n"); };
-        ok( (context->Dr6 & 0xf) == 0, "B0...3 flags in Dr6 shouldn't be set\n");
+       /* depending on the win version the B0 bit is already set here as well
+        ok( (context->Dr6 & 0xf) == 0, "B0...3 flags in Dr6 shouldn't be set\n"); */
         context->EFlags |= 0x100;
     } else if( got_exception == 3) {
         /* hw bp exception on second nop */




More information about the wine-cvs mailing list