Author: akhaldi
Date: Tue Aug 9 12:10:04 2011
New Revision: 53150
URL:
http://svn.reactos.org/svn/reactos?rev=53150&view=rev
Log:
[NTDLL_WINETEST]
* Skip ntdll exception tests until bug 6404 is fixed.
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] Tue Aug 9 12:10:04 2011
@@ -1390,6 +1390,12 @@
START_TEST(exception)
{
+
+ if(!winetest_interactive) {
+ skip("ReactOS Bug 6404: ntdll_winetest:exception enters kdbg on the int3
exception test.\n");
+ return;
+ }
+
HMODULE hntdll = GetModuleHandleA("ntdll.dll");
code_mem = VirtualAlloc(NULL, 65536, MEM_RESERVE | MEM_COMMIT,
PAGE_EXECUTE_READWRITE);