summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/UnlockFile/test1/testinfo.dat
blob: 4d0ad6afc981c3458dc0fdfb9d24c43c8dec5dbd (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 = test1
EXE2 = helper
Description
= Have the parent Lock a file, then have the child check the lock, then
= have the parent unlock the file, and the child check again.  
= 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.