summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/CreateProcessW/test2/testinfo.dat
blob: 9f7030d39305c5b63ce21f24fe3f7cb1aa9faafa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

Version = 1.0
Section = threading
Function = CreateProcessW
Name = PROCESS_INFORMATION and HANDLE Inheritance
TYPE = DEFAULT
EXE1 = parentprocess
EXE2 = childprocess
Description 
= Test the following features of CreateProcessW:
=   - Check to see if hProcess & hThread are set in 
=     return PROCESS_INFORMATION structure
=   - Check to see if stdin, stdout, & stderr handles
=     are used when STARTF_USESTDHANDLES is specified
=     in STARUPINFO flags and bInheritHandles = TRUE
=   - Check to see that proper arguments are passed to
=     child process