mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:22:58 +00:00
- Hack away kernel32 pipe tests -- ros' npfs is in a sad, sorry state
- Also skip process console tests (what's that you say? I am a lazy, hacky person? Couldn't agree more) svn path=/trunk/; revision=38249
This commit is contained in:
parent
4bd273ce6c
commit
2d59827e7e
3 changed files with 34 additions and 0 deletions
|
@ -1127,6 +1127,9 @@ static void test_Console(void)
|
|||
HANDLE hChildIn, hChildInInh, hChildOut, hChildOutInh, hParentIn, hParentOut;
|
||||
const char* msg = "This is a std-handle inheritance test.";
|
||||
unsigned msg_len;
|
||||
|
||||
skip("ROS-HACK: Skipping process console tests\n");
|
||||
return;
|
||||
|
||||
memset(&startup, 0, sizeof(startup));
|
||||
startup.cb = sizeof(startup);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue