audk/UnitTestFrameworkPkg/Test/UnitTest/Sample
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
..
SampleUnitTest UnitTestFrameworkPkg: Apply uncrustify changes 2021-12-07 17:24:28 +00:00
SampleUnitTestBufferOverflow UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00
SampleUnitTestBufferUnderflow UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00
SampleUnitTestDoubleFree UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00
SampleUnitTestExpectFail UnitTestFrameworkPkg: Add DSC and host tests that always fail 2024-02-14 02:37:16 +00:00
SampleUnitTestGenerateException UnitTestFrameworkPkg: Add DSC and host tests that always fail 2024-02-14 02:37:16 +00:00
SampleUnitTestInvalidAddress UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00
SampleUnitTestNullAddress UnitTestFrameworkPkg: Add failing unit tests cases for sanitizer 2025-01-21 05:02:38 +00:00