reactos/rostests/winetests/kernel32/roshack.diff
Michael Martin 31efcbd841 - Revert 38719.
svn path=/trunk/; revision=38720
2009-01-12 12:29:53 +00:00

29 lines
882 B
Diff

Index: pipe.c
===================================================================
--- pipe.c (revision 38314)
+++ pipe.c (working copy)
@@ -1327,6 +1327,9 @@
{
HMODULE hmod;
+ skip("ROS-HACK: Skipping pipe tests -- ros' npfs is in a sorry state\n");
+ return;
+
hmod = GetModuleHandle("advapi32.dll");
pDuplicateTokenEx = (void *) GetProcAddress(hmod, "DuplicateTokenEx");
Index: process.c
===================================================================
--- process.c (revision 38314)
+++ process.c (working copy)
@@ -1202,6 +1202,9 @@
const char* msg = "This is a std-handle inheritance test.";
unsigned msg_len;
BOOL run_tests = TRUE;
+
+ skip("ROS-HACK: Skipping process console tests\n");
+ return;
memset(&startup, 0, sizeof(startup));
startup.cb = sizeof(startup);