summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/testinfo.dat
blob: f020933cd9721a1ca24e987c1560df04c6f5f2bb (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 = LockFile
Name = Positive test for LockFile API
TYPE = DEFAULT
EXE1 = test5
EXE2 = helper
Description
= Have two processes obtain a lock on a single file, but in different
= regions of the file.  Use Read/Write to ensure the locks are respected.
= This requires some IPC, which is done here with a crude busy wait on a 
= file (waiting for the file size to change) to avoid too many more
= dependencies.