Searched refs:trace (Results 1 – 7 of 7) sorted by relevance
86 This failure is expected, and shouldn't have a trace.89 This failure is expected, and should have a trace.90 Google Test trace:91 gtest_output_test_.cc:#: Expected trace94 This failure is expected, and shouldn't have a trace.102 Google Test trace:108 Google Test trace:117 Google Test trace:123 Google Test trace:132 Google Test trace:[all …]
19 #include <boost/test/utils/runtime/trace.hpp>
20 #include <boost/test/utils/runtime/trace.hpp>
3458 TraceInfo trace; in ScopedTrace() local3459 trace.file = file; in ScopedTrace()3460 trace.line = line; in ScopedTrace()3461 trace.message = message.GetString(); in ScopedTrace()3463 UnitTest::GetInstance()->PushGTestTrace(trace); in ScopedTrace()3723 const internal::TraceInfo& trace = impl_->gtest_trace_stack()[i - 1]; in AddTestPartResult() local3724 msg << "\n" << internal::FormatFileLocation(trace.file, trace.line) in AddTestPartResult()3725 << " " << trace.message; in AddTestPartResult()3885 void UnitTest::PushGTestTrace(const internal::TraceInfo& trace) in PushGTestTrace() argument3888 impl_->gtest_trace_stack().push_back(trace); in PushGTestTrace()
1248 void PushGTestTrace(const internal::TraceInfo& trace)
223 % file; cf. trace.sty in LaTeX.
2033 # Keep a trace of the command line.