[wasm][debugger][test] Change DateTime format test (#42136)
[platform/upstream/dotnet/runtime.git] / src / coreclr / src / pal / tests / palsuite / threading / CreateProcessA / test1 / 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 = Positive Test for CreateProcessA
8 TYPE = DEFAULT
9 EXE1 = parentprocess
10 EXE2 = childprocess
11 Description 
12 = Test the CreateProcessA function.  The test executes the childprocess 
13 = program.  The childprocess program launches and writes a const char string
14 = to a file childdata.  The parent waits for the completion of childprocess
15 = and then reads the string from the childdata file.  If the string in the 
16 = file matches it's copy of the const char string, then the test succeeds.