mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 04:13:32 +00:00
- Skip port tests due to missing kernel support
svn path=/trunk/; revision=38251
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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;
|
||||
Reference in New Issue
Block a user