summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test3/testinfo.dat
blob: bf7ec5f80903341cc6c31fb15da0b4d2959c0b08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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 = Filemapping_memmgt
Function = UnlockFile
Name = Positive test for UnlockFile API
TYPE = DEFAULT
EXE1 = test3
EXE2 = helper
Description
= Lock a portion of the file with the parent.  Then have the child lock 
= another portion.  Have the child attempt to call Unlock on the parent's 
= locked data, and the parent do the same to the child.  Ensure that the 
= locks are respected.