Add new pal test that tests exceptions across multiple PALs in different modules.
authorMike McLaughlin <mikem@microsoft.com>
Sat, 14 Nov 2015 01:47:19 +0000 (17:47 -0800)
committerMike McLaughlin <mikem@microsoft.com>
Wed, 18 Nov 2015 18:45:43 +0000 (10:45 -0800)
commitdbddcb6e3f74853f2b923986b96f677a45dc820c
tree4616b71ee5a284fe0263d132de3a257379924afb
parentdaa24b15ea785252397bf105a6788d01b7fb936e
Add new pal test that tests exceptions across multiple PALs in different modules.

Currently disabled for FreeBSD.
src/pal/tests/palsuite/exception_handling/CMakeLists.txt
src/pal/tests/palsuite/exception_handling/pal_sxs/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/CMakeLists.txt [new file with mode: 0644]
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.cpp [new file with mode: 0644]
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest1.src [new file with mode: 0644]
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.cpp [new file with mode: 0644]
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/dlltest2.src [new file with mode: 0644]
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/exceptionsxs.cpp [new file with mode: 0644]
src/pal/tests/palsuite/exception_handling/pal_sxs/test1/testinfo.dat [new file with mode: 0644]
src/pal/tests/palsuite/paltestlist.txt