mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
14 lines
356 B
Diff
14 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;
|