summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/DuplicateHandle/test6/testinfo.dat
blob: 6c49d64f89ca2917ea294dc322d9d2ad2da84c60 (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 = Test for DuplicateHandle (CreatePipe)
TYPE = DEFAULT
EXE1 = test6
Description
= Tests the PAL implementation of the DuplicateHandle function,
= with CreatePipe. This test will create a pipe, then duplicate
= the write handle, write to the handle, and use the read to
= verify.