summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/filemapping_memmgt/LockFile/test4/testinfo.dat
blob: 0600260d8253385d5b0c7853e48faae09bd9b51d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 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 = Negative test for LockFile API
TYPE = DEFAULT
EXE1 = test4
Description
= - Attempt to call LockFile on a file without GENERIC_READ or
= GENERIC_WRITE  (this should fail)
= - Attempt to overlap two locks, this should fail.