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…
==============================================================================
--- 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");