summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/DuplicateHandle/test1/testinfo.dat
blob: e22b0bea6a656123a41cff56a48e2a90ebfa11c6 (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 two handles to file, one to write and
= one to read what was written. Test on a closed handle and a 
= NULL handle, both should fail.