audk/UnitTestFrameworkPkg/Test
Michael D Kinney 1c73f0e71d UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer
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>
2025-01-21 05:02:38 +00:00
..
GoogleTest/Sample UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00
UnitTest/Sample UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00
UnitTestFrameworkPkgHostTest.dsc UnitTestFraworkPkg: Enable DEBUG_CLEAR_MEMORY in host tests 2025-01-21 05:02:38 +00:00
UnitTestFrameworkPkgHostTestExpectFail.dsc UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00