summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/ResetEvent/test3/testinfo.dat
blob: 32dcbe57068a9bb25e8fb34b9b1b91f53b2d5433 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

Version = 1.0
Section = threading
Function = ResetEvent
Name = Negative test for ResetEvent
TYPE = DEFAULT
EXE1 = test3
Description 
= Test to ensure proper operation of the ResetEvent()
= API by calling it on an event handle that's been
= closed. We expect it to return an appropriate error
= result.