mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
15 lines
356 B
Diff
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;
|