diff --git a/rostests/winetests/ntdll/port.c b/rostests/winetests/ntdll/port.c index c63820a37fd..c3da5d5f8a6 100644 --- a/rostests/winetests/ntdll/port.c +++ b/rostests/winetests/ntdll/port.c @@ -310,6 +310,9 @@ START_TEST(port) { HANDLE thread; DWORD id; + + skip("ROS-HACK: Skipping port tests -- missing NtReplyPort and NtRequestPort\n"); + return; if (!init_function_ptrs()) return; diff --git a/rostests/winetests/ntdll/roshack.diff b/rostests/winetests/ntdll/roshack.diff new file mode 100644 index 00000000000..79c0f622b22 --- /dev/null +++ b/rostests/winetests/ntdll/roshack.diff @@ -0,0 +1,14 @@ +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;