http://bugs.winehq.org/show_bug.cgi?id=27708
--- Comment #2 from nitsuja-@hotmail.com 2011-07-08 01:35:10 CDT --- (In reply to comment #1)
attached is a bad implemented test for our testsuite in case someone ones to pick it up.
Thanks, although, I'm not sure it's OK to remove CREATE_SUSPENDED from the test case. Without that, won't the spawned process start doing who-knows-what (potentially spawning itself again or already exiting) while we're trying to query its information? Also, the actual program that this test code was derived from needs to use CREATE_SUSPENDED for other reasons (it wasn't added arbitrarily). As for DEBUG_PROCESS, the only reason for that was to guarantee that the spawned process will be terminated when the current process exits.