summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test5/testinfo.dat
blob: 86d74842d9a6d54531c27047478239b2848064db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#
# Copyright (c) Microsoft Corporation.  All rights reserved.
#

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.