- 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:
Stefan Ginsberg 2008-12-21 21:52:28 +00:00
parent 4bd273ce6c
commit 2d59827e7e
3 changed files with 34 additions and 0 deletions

View file

@ -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);