Searched refs:expected_death (Results 1 – 1 of 1) sorted by relevance
490 const char *expected_death = "AddressSanitizer: stack-buffer-"; in SizedStackTest() local493 EXPECT_DEATH(A[-1] = 0, expected_death); in SizedStackTest()494 EXPECT_DEATH(A[-5] = 0, expected_death); in SizedStackTest()495 EXPECT_DEATH(A[kSize] = 0, expected_death); in SizedStackTest()496 EXPECT_DEATH(A[kSize + 1] = 0, expected_death); in SizedStackTest()497 EXPECT_DEATH(A[kSize + 5] = 0, expected_death); in SizedStackTest()499 EXPECT_DEATH(A[kSize + 31] = 0, expected_death); in SizedStackTest()