Adding asan trip test case.
This commit is contained in:
parent
69e51ce2ed
commit
82cfb5c2a6
1 changed files with 6 additions and 0 deletions
|
@ -3,4 +3,10 @@
|
|||
TEST (basic, basic)
|
||||
{
|
||||
ASSERT_TRUE (true);
|
||||
}
|
||||
|
||||
TEST (asan, DISABLED_memory)
|
||||
{
|
||||
uint8_t array [1];
|
||||
auto value (array [-0x800000]);
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue