summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite/exception_handling/PAL_TRY_EXCEPT_EX/test1/testinfo.dat
blob: b5714279357b1e490a4495aac400a4e50f0a50d2 (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
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 the PAL_TRY block, an access violation is forced to gain
= access to the PAL_EXCEPT block. Booleans are used to ensure
= each of the code blocks are hit.