summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/DuplicateHandle/test12/testinfo.dat
blob: 3d73362eb32cdc501992f228fb4e10ebe0e17edd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 = DuplicateHandle
Name = Positive Test for DuplicateHandle
TYPE = DEFAULT
EXE1 = test1
Description
= Tests the PAL implementation of the DuplicateHandle function.
= This test will create handle to file (to write),
= then call duplicate handle, and close the original handle
= and then use duplicated handle to read what was written.