summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/threading/ThreadPriority/test1/testinfo.dat
blob: 0abd9c1e0607c03c0da8ab1d30efacf7ad426c07 (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 = threading
Function = ThreadPriority
Name = Test for GetThreadPriority and SetThreadPriority
TYPE = DEFAULT
EXE1 = threadpriority
Description 
= Test to ensure proper operation of the GetThreadPriority
= and SetThreadPriority APIs. The test launches several threads
= of varying priorities, and verifies that the correct priority
= is reported for each. It also verifies that the processing
= time for each test thread is consistent with the priority
= that's set for it.