summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/OpenEventW/test3/testinfo.dat
blob: 96b2c06644be3292f3648f20055dd6dcadc554f5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Licensed to the .NET Foundation under one or more agreements.
# The .NET Foundation licenses this file to you under the MIT license.
# See the LICENSE file in the project root for more information.

Version = 1.0
Section = threading
Function = OpenEventW
Name = Test for OpenEventW
TYPE = DEFAULT
EXE1 = test3
EXE2 = childprocess
Description 
= Purpose: Test to ensure that OpenEventW() works when
= opening an event created by another process. This test
= program launches a child process which creates a
= named, initially-unset event. The child waits up to
= 10 seconds for the parent process to open that event
= and set it, and returns PASS if the event was set or FAIL
= otherwise. The parent process checks the return value
= from the child to verify that the opened event was
= properly used across processes.