summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test1/testinfo.dat
blob: cbe4d94d401d75b2d8c2c62e8c8e22c2075f4881 (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 = Filemapping_memmgt
Function = LockFile
Name = Positive test for LockFile API
TYPE = DEFAULT
EXE1 = test1
EXE2 = helper
Description
= Open a file, and lock it from start to EOF.  Then create a 
= new process, which will attempt to Read and Write from the file.  Check
= to ensure both of these operations fail.