summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test2/testinfo.dat
blob: 932a4a2b8a0d6a247892ba43919a08a784bc5ce8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 = test2
Description
= Open a file, and call Unlock on the file, even though it has yet
= to be locked.  Then lock a portion of the file, and attempt to call unlock
= on a larger portion of the file.  Also, try to unlock a smaller portion
= than was locked.