[ros-diffs] [osiejka] 53161: - Revert 53150, FAT corruption was not caused by ntdll:exception test;

osiejka at svn.reactos.org osiejka at svn.reactos.org
Wed Aug 10 11:29:42 UTC 2011


Author: osiejka
Date: Wed Aug 10 11:29:41 2011
New Revision: 53161

URL: http://svn.reactos.org/svn/reactos?rev=53161&view=rev
Log:
- Revert 53150, FAT corruption was not caused by ntdll:exception test;

Modified:
    trunk/rostests/winetests/ntdll/exception.c

Modified: trunk/rostests/winetests/ntdll/exception.c
URL: http://svn.reactos.org/svn/reactos/trunk/rostests/winetests/ntdll/exception.c?rev=53161&r1=53160&r2=53161&view=diff
==============================================================================
--- trunk/rostests/winetests/ntdll/exception.c [iso-8859-1] (original)
+++ trunk/rostests/winetests/ntdll/exception.c [iso-8859-1] Wed Aug 10 11:29:41 2011
@@ -1392,11 +1392,6 @@
 {
     HMODULE hntdll = GetModuleHandleA("ntdll.dll");
 
-    if(!winetest_interactive) {
-        skip("ReactOS Bug 6404: ntdll_winetest:exception enters kdbg on the int3 exception test.\n");
-        return;
-    }
-
     code_mem = VirtualAlloc(NULL, 65536, MEM_RESERVE | MEM_COMMIT, PAGE_EXECUTE_READWRITE);
     if(!code_mem) {
         trace("VirtualAlloc failed\n");




More information about the Ros-diffs mailing list