summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat')
-rw-r--r--src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat24
1 files changed, 24 insertions, 0 deletions
diff --git a/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat
new file mode 100644
index 0000000000..7e37528c15
--- /dev/null
+++ b/src/pal/tests/palsuite/threading/CreateMutexA_ReleaseMutex/test2/testinfo.dat
@@ -0,0 +1,24 @@
+# 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 = threading
+Function = CreateMutexA / ReleaseMutex
+Name = Basic validity Tests for CreateMutexA / ReleaseMutex
+TYPE = DEFAULT
+EXE1 = createmutexa
+Description
+= This test case tests the following things
+= - Creation of named Mutexes
+= - Creating multiple handles to a single named Mutex
+= - Ensuring that these handles work interchangeably
+= - Setting bInitialOwnerFlag to TRUE will cause the
+= initial call to a Wait function on the same Mutex
+= to actually wait.
+= - Waiting on a Mutex that a thread already owns should
+= not block.
+= - Create Named mutex with empty string ("")
+= - Create Named mutex with string of MAX_PATH length
+= - Calling RelaseMutex with invalid Mutex handles and
+= valid but unowned Mutexes.