Searched refs:expected_death (Results 1 – 2 of 2) sorted by relevance
491 const char *expected_death = "AddressSanitizer: stack-buffer-"; in SizedStackTest() local494 EXPECT_DEATH(A[-1] = 0, expected_death); in SizedStackTest()495 EXPECT_DEATH(A[-5] = 0, expected_death); in SizedStackTest()496 EXPECT_DEATH(A[kSize] = 0, expected_death); in SizedStackTest()497 EXPECT_DEATH(A[kSize + 1] = 0, expected_death); in SizedStackTest()498 EXPECT_DEATH(A[kSize + 5] = 0, expected_death); in SizedStackTest()500 EXPECT_DEATH(A[kSize + 31] = 0, expected_death); in SizedStackTest()
152 _atf_create_resfile "expected_death: ${*}"