- Skip port tests due to missing kernel support
authorStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 21 Dec 2008 22:34:32 +0000 (22:34 +0000)
committerStefan Ginsberg <stefanginsberg@gmail.com>
Sun, 21 Dec 2008 22:34:32 +0000 (22:34 +0000)
svn path=/trunk/; revision=38251

rostests/winetests/ntdll/port.c
rostests/winetests/ntdll/roshack.diff [new file with mode: 0644]

index c63820a..c3da5d5 100644 (file)
@@ -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 (file)
index 0000000..79c0f62
--- /dev/null
@@ -0,0 +1,14 @@
+Index: port.c\r
+===================================================================\r
+--- port.c     (revision 38229)\r
++++ port.c     (working copy)\r
+@@ -310,6 +310,9 @@\r
+ {
+     HANDLE thread;
+     DWORD id;
++    
++    skip("ROS-HACK: Skipping port tests -- missing NtReplyPort and NtRequestPort\n");
++    return;
+     if (!init_function_ptrs())
+         return;