summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test2/testinfo.dat
blob: f71964da1ce88a236076987b70f55031a54cb453 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 (test 2)
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.
= In this test, no exceptions are forced to ensure the EXCEPTION block
= isn't hit. Booleans are used to ensure the proper code blocks are hit.