Resolve Angle failure because it breaks with is_high_integrity
authorMark Young <marky@lunarg.com>
Mon, 28 Feb 2022 18:15:46 +0000 (11:15 -0700)
committerMark Young <marky@lunarg.com>
Mon, 28 Feb 2022 19:06:57 +0000 (12:06 -0700)
commit3a1b0842a3f3891df80b74deb421f6efb6985b32
tree70a78cd82f00b596786704bd7afc2c0f6f5deb81
parent6e7061cdab9e17c5bbc1f6eb87e1e9e62c73bc09
Resolve Angle failure because it breaks with is_high_integrity

Angle drops the security enforcement of the loader on environment
variables and the additional "is_high_integrity" checks on my
previous loader change caused failures in the Angle run.
Revert the high-integrity checks and update the layer test to
work properly.
loader/loader.c
tests/framework/shim/CMakeLists.txt
tests/framework/shim/unix_shim.cpp
tests/loader_regression_tests.cpp