Searched refs:expected_death (Results 1 – 3 of 3) sorted by relevance
10 bool expected_death; member
36 const char *why = f.expected_death ? "didn't die" : "died"; in PrintFailures()
465 const char *expected_death = "AddressSanitizer: stack-buffer-"; in SizedStackTest() local468 EXPECT_DEATH(A[-1] = 0, expected_death); in SizedStackTest()469 EXPECT_DEATH(A[-5] = 0, expected_death); in SizedStackTest()470 EXPECT_DEATH(A[kSize] = 0, expected_death); in SizedStackTest()471 EXPECT_DEATH(A[kSize + 1] = 0, expected_death); in SizedStackTest()472 EXPECT_DEATH(A[kSize + 5] = 0, expected_death); in SizedStackTest()474 EXPECT_DEATH(A[kSize + 31] = 0, expected_death); in SizedStackTest()