reactos/rostests/winetests/ntdll/roshack.diff
Stefan Ginsberg fec3246837 - Skip port tests due to missing kernel support
svn path=/trunk/; revision=38251
2008-12-21 22:34:32 +00:00

15 lines
356 B
Diff

Index: port.c
===================================================================
--- port.c (revision 38229)
+++ port.c (working copy)
@@ -310,6 +310,9 @@
{
HANDLE thread;
DWORD id;
+
+ skip("ROS-HACK: Skipping port tests -- missing NtReplyPort and NtRequestPort\n");
+ return;
if (!init_function_ptrs())
return;