mirror of https://github.com/acidanthera/audk.git
Add GoogleTest and Framework based unit tests that are expected to fail and be caught by Address Sanitizer. These unit tests verify that an address sanitizer is enabled and detecting the following conditions. It also provide examples of the expected output when an Address Sanitizer detected these types of issues. * double free * buffer overflow * buffer underflow * null ptr * invalid address * divide by zero Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com> |
||
---|---|---|
.. | ||
GoogleTest/Sample | ||
UnitTest/Sample | ||
UnitTestFrameworkPkgHostTest.dsc | ||
UnitTestFrameworkPkgHostTestExpectFail.dsc |