Lines Matching refs:TEST
15 // Note: On Linux, this test currently only fully works on Debug builds.
23 TEST(StackTrace, MAYBE_OutputToStream) {
33 // so they're turned off for release builds. We stop the test here,
41 "No stack frames found. Skipping rest of test.";
46 "Unable to resolve symbols. Skipping rest of test.";
73 EXPECT_TRUE(backtrace_message.find("testing::Test::Run()") !=
103 // The test is used for manual testing, e.g., to see the raw output.
104 TEST(StackTrace, DebugOutputToStream) {
111 // The test is used for manual testing, e.g., to see the raw output.
112 TEST(StackTrace, DebugPrintBacktrace) {