From fec32468370bef1d170ea732bc37edda419e03d1 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Sun, 21 Dec 2008 22:34:32 +0000 Subject: [PATCH] - Skip port tests due to missing kernel support svn path=/trunk/; revision=38251 --- rostests/winetests/ntdll/port.c | 3 +++ rostests/winetests/ntdll/roshack.diff | 14 ++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 rostests/winetests/ntdll/roshack.diff 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;