[wasm][debugger][test] Change DateTime format test (#42136)
[platform/upstream/dotnet/runtime.git] / src / coreclr / src / pal / tests / palsuite / threading / CreateProcessA / test2 / testinfo.dat
1 # Licensed to the .NET Foundation under one or more agreements.
2 # The .NET Foundation licenses this file to you under the MIT license.
3
4 Version = 1.0
5 Section = threading
6 Function = CreateProcessA
7 Name = PROCESS_INFORMATION and HANDLE Inheritance
8 TYPE = DEFAULT
9 EXE1 = parentprocess
10 EXE2 = childprocess
11 Description 
12 = Test the following features of CreateProcessA:
13 =   - Check to see if hProcess & hThread are set in 
14 =     return PROCESS_INFORMATION structure
15 =   - Check to see if stdin, stdout, & stderr handles
16 =     are used when STARTF_USESTDHANDLES is specified
17 =     in STARUPINFO flags and bInheritHandles = TRUE
18 =   - Check to see that proper arguments are passed to
19 =     child process