Searched refs:ASSERT_DEATH_IF_SUPPORTED (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/googletest/googletest/include/gtest/
H A Dgtest-death-test.h276 // ASSERT_DEATH_IF_SUPPORTED(statement, regex) expand to real death tests if
283 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
288 # define ASSERT_DEATH_IF_SUPPORTED(statement, regex) \ macro
/gem5/ext/googletest/googletest/test/
H A Dgtest-death-test_test.cc1293 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED trigger
1298 ASSERT_DEATH_IF_SUPPORTED(DieInside("CondDeathTestAssertMacro"),
1303 EXPECT_FATAL_FAILURE(ASSERT_DEATH_IF_SUPPORTED(;, ""), "");
1331 // Tests that EXPECT_DEATH_IF_SUPPORTED/ASSERT_DEATH_IF_SUPPORTED are still
1351 ASSERT_DEATH_IF_SUPPORTED(;, ""); // NOLINT
1358 ASSERT_DEATH_IF_SUPPORTED(;, "") << "streamed message"; // NOLINT
1364 ASSERT_DEATH_IF_SUPPORTED(return;, "");
1368 // Tests that ASSERT_DEATH_IF_SUPPORTED does not return from the current
1386 ASSERT_DEATH_IF_SUPPORTED(return, "");
1396 ASSERT_DEATH_IF_SUPPORTED(retur
[all...]

Completed in 13 milliseconds