summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/DuplicateHandle/test5/testinfo.dat
blob: 97e42a97871440b40015fa240b333b8faa118d56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 = test5
Description
= Tests the PAL implementation of the DuplicateHandle function,
= with CreatePipe. This test will create a pipe and write to it,
= then duplicate the read handle and read what was written.