summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test3/testinfo.dat
blob: a24544708864103ee46e93db7121e01dc25fbb73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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 = exception_handling
Function = PAL_TRY and PAL_EXCEPT_EX (test3)
Name = Test for PAL_TRY and PAL_EXCEPT_EX
Type = DEFAULT 
EXE1 = pal_try_except_ex
LANG = cpp
Description
= Since these two are so closely connected, they are tested together.
= Only one of the PAL_TRY blocks will force and exception to ensure the
= correct PAL_EXCEPT_EX block is hit. Booleans are used to ensure
= the correct code blocks are hit.