summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/OpenEventW/test2/testinfo.dat
blob: ad3f22eea070460cbb9d8ce87de22c3311563792 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 = Positive test for OpenEventW
TYPE = DEFAULT
EXE1 = test2
Description 
= Test to ensure proper operation of the OpenEventW()
= API by creating a new named event and verifying that
= it can be used interchangeably by setting the event
= with the original handle and waiting on it with the
= new one, then resetting it with the new one and waiting
= on it with the original one.