summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/TLS/test5/testinfo.dat
blob: 4b3e2a64c5704704e00aa8270f00cc5e0736c9ae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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 = TLS
Name = TlsAlloc and TlsGetValue
TYPE = DEFAULT
EXE1 = test5
Description 
= Test that creates a key, sets its value, deletes the key, 
= creates a new key, and gets its value to make sure its NULL.