- Skip port tests due to missing kernel support

svn path=/trunk/; revision=38251
This commit is contained in:
Stefan Ginsberg
2008-12-21 22:34:32 +00:00
parent 504c9127d3
commit fec3246837
2 changed files with 17 additions and 0 deletions
+3
View 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;
+14
View File
@@ -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;